X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/942561da2455ee50a1eb82c8c4f2bdb5e25133d1..4829d096feb337a55e2b866adb19acab9617b071:/etc/scan.curses diff --git a/etc/scan.curses b/etc/scan.curses index f2d5d137..ec8e356e 100644 --- a/etc/scan.curses +++ b/etc/scan.curses @@ -25,10 +25,9 @@ %4(msg)\ %; %; If it's the current message, output a '+' in the next column, otherwise -%; a space. Also use '-' if it's got a "Replied" header and 'E' if it's -%; encrypted (not currently supported) +%; a space. Also use '-' if it's got a "Replied" header. %; -%<(cur)+%| %>%<{replied}-%?{encrypted}E%| %>\ +%<(cur)+%| %>%<{replied}-%| %>\ %; %; Output the date, but mark it with a '*' if it's missing and was synthesized. %; Note the use of 02 to make sure the date is padded with a leading zero.