]> diplodocus.org Git - nmh/blobdiff - etc/scan.curses
expect this commit to be force-replaced periodically
[nmh] / etc / scan.curses
index f2d5d137e571bf22ea0237c3d688f36a296aa4b2..ec8e356e2a97b6e6fb0c35c7ee034dc12ac0bedd 100644 (file)
 %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.