* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information. */
-#define SCNENC 2 /* message just fine, but encrypted(!!) */
#define SCNMSG 1 /* message just fine */
#define SCNEOF 0 /* empty message */
#define SCNERR (-1) /* error message */
* default format for `scan' and `inc'
*/
-#ifndef UK
#define FORMAT \
-"%4(msg)%<(cur)+%| %>%<{replied}-%?{encrypted}E%| %>\
+"%4(msg)%<(cur)+%| %>%<{replied}-%| %>\
%02(mon{date})/%02(mday{date})%<{date} %|*%>\
%<(mymbox{from})%<{to}To:%14(decode(friendly{to}))%>%>\
%<(zero)%17(decode(friendly{from}))%> \
%(decode{subject})%<{body}<<%{body}>>%>\n"
-#else
-#define FORMAT \
-"%4(msg)%<(cur)+%| %>%<{replied}-%?{encrypted}E%| %>\
-%02(mday{date})/%02(mon{date})%<{date} %|*%>\
-%<(mymbox{from})%<{to}To:%14(decode(friendly{to}))%>%>\
-%<(zero)%17(decode(friendly{from}))%> \
-%(decode{subject})%<{body}<<%{body}>>%>\n"
-#endif
#define WIDTH 78