X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/394a751fd883d2bbfc769fed7e254e008a2ef45e..361f9cbca968760822f53a80b407f24ce1713ccd:/uip/scansbr.h diff --git a/uip/scansbr.h b/uip/scansbr.h index a7c8aed9..ede77056 100644 --- a/uip/scansbr.h +++ b/uip/scansbr.h @@ -4,7 +4,6 @@ * 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 */ @@ -15,21 +14,12 @@ * 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