]> diplodocus.org Git - nmh/blobdiff - etc/scan.curses
expect this commit to be force-replaced periodically
[nmh] / etc / scan.curses
index 53f6bb69801087e607994fdce3501dcb40929f5e..ec8e356e2a97b6e6fb0c35c7ee034dc12ac0bedd 100644 (file)
@@ -1,6 +1,6 @@
 %; scan.curses
 %;
-%; This file shows how to use function escapes to enable hilighting
+%; This file shows how to use function escapes to enable highlighting
 %; sequences for terminals that have the appropriate entries in their
 %; termcap/terminfo files.  Also it goes into more detail on exactly
 %; what each line does.
 %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.
@@ -40,7 +39,7 @@
 %<(mymbox{from})%<{to}To:%14(unquote(decode(friendly{to})))%>%>\
 %<(zero)%17(unquote(decode(friendly{from})))%>  \
 %;
-%; Print out the subject and any of th mesage body that will fit on the
+%; Print out the subject and any of the message body that will fit on the
 %; rest of the line.  After that, print the terminal reset code to reset
 %; all of the attributes to the next line.
 %;