X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Ffmt_scan.h;h=cece50e002bcf15ffcef91c15a06fc859875c43d;hp=fd4c555d10d54370de4eadebfea80e5e3d5cdae3;hb=cafee7a804b8aa53166065e988ec0fc387862fc8;hpb=f8665df65d2bc3552b68c734a7b3975d95ccdc41 diff --git a/h/fmt_scan.h b/h/fmt_scan.h index fd4c555..cece50e 100644 --- a/h/fmt_scan.h +++ b/h/fmt_scan.h @@ -34,8 +34,13 @@ struct comp { */ #define CT_ADDR (1<<0) /* referenced as address */ #define CT_DATE (1<<1) /* referenced as date */ -#define CT_MYMBOX (1<<2) /* "mymbox" test being done */ -#define CT_ADDRPARSE (1<<3) /* address parse being done */ + +/* + * c_flags bits + */ +#define CF_TRUE (1<<0) /* usually means component is present */ +#define CF_PARSED (1<<1) /* address/date has been parsed */ +#define CF_DATEFAB (1<<2) /* datefield fabricated */ extern int fmt_norm;