X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Frcvtty.c;h=1dc38c4eeaab3f2fbc5cb95c59b329455c2fcb63;hp=e1f5e9422feedf1c5426341a75c9d3848d743a32;hb=d3540eaa4251b3a282115a72ed5d1bb39ce74b3f;hpb=40821f5c1316e9205a08375e7075909cc9968e7d diff --git a/uip/rcvtty.c b/uip/rcvtty.c index e1f5e94..1dc38c4 100644 --- a/uip/rcvtty.c +++ b/uip/rcvtty.c @@ -35,7 +35,7 @@ #define SCANFMT \ "%2(hour{dtimenow}):%02(min{dtimenow}): %<(size)%5(size) %>%<{encrypted}E%>\ %<(mymbox{from})%<{to}To:%14(friendly{to})%>%>%<(zero)%17(friendly{from})%> \ -%{subject}%<{body}<<%{body}>>%>" +%{subject}" static struct swit switches[] = { #define BIFFSW 0 @@ -104,7 +104,6 @@ main(int argc, char **argv) /* read user profile/context */ context_read(); - mts_init(invo_name); arguments = getarguments(invo_name, argc, argv, 1); argp = arguments;