X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fscansbr.h;h=91b2ff676749aa45e763abe39eb286fa9d5e260f;hp=4e2e87aa945ed26ab16f64869d0da6dce68b6ac5;hb=b6823062c9806496b39ff12bf1fbe43ae127c96c;hpb=51d0e643f8daeb2db8de0a3d31d7d7f038b48380 diff --git a/h/scansbr.h b/h/scansbr.h index 4e2e87a..91b2ff6 100644 --- a/h/scansbr.h +++ b/h/scansbr.h @@ -15,13 +15,16 @@ extern char *scanl; */ # define FORMAT \ "=%4(msg)%<(cur)+%| %>%<{replied}-%| %>\ -%4(year{date})-%02(mon{date})-%02(mday{date}) \ +%4(year{date})-%02(mon{date})-%02(mday{date}) %02(hour{date}):%02(min{date}) \ %<(mymbox{from})%<{to}To:%14(decode(friendly{to}))%>%>\ %<(zero)%17(decode(friendly{from}))%> %(decode{subject})\n" #define WIDTH 78 +#define SCN_MBOX (-1) +#define SCN_FOLD 0 + /* ** prototypes */ -int scan(FILE *, int, int, char *, int, int, int, int); +int scan(FILE *, int, int, char *, int, int, int);