X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fmh.h;h=8d698f48f941055fa13a97a82ece69af1dc67d2a;hb=b448acfe8fded2f2b29ae889c734d68245481529;hp=f18f62b1da27d1aa4be372d0204a9bf3a3a886cd;hpb=3b91e463fc7a4db9e7b69e2e0f4f7909339beea5;p=mmh diff --git a/h/mh.h b/h/mh.h index f18f62b..8d698f4 100644 --- a/h/mh.h +++ b/h/mh.h @@ -230,16 +230,7 @@ struct msgs { #define BODYEOF 4 /* Body returned ending at eom */ #define FILEEOF 5 /* Reached end of input file */ -/* -** Maildrop styles -*/ -#define MS_DEFAULT 0 /* default (one msg per file) */ -#define MS_UNKNOWN 1 /* type not known yet */ -#define MS_MBOX 2 /* Unix-style "from" lines */ - -extern int msg_count; /* m_getfld() indicators */ -extern int msg_style; /* .. */ -extern char *msg_delim; /* .. */ +extern int msg_count; /* m_getfld() indicators (That's a hack!) */ #define NOUSE 0 /* draft being re-used */ @@ -259,10 +250,6 @@ extern char *msg_delim; /* .. */ # define min(a,b) ((a) < (b) ? (a) : (b)) #endif -#ifndef abs -# define abs(a) ((a) > 0 ? (a) : -(a)) -#endif - /* ** GLOBAL VARIABLES */ @@ -322,7 +309,6 @@ extern char *replcomps; extern char *replgroupcomps; extern char *rmmproc; extern char *sendmail; -extern char *sendproc; extern char *seq_all; extern char *seq_beyond; extern char *seq_cur;