X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fmh.h;h=1d55618cc1514966cc86cfe49cfe90d49b5d4ed6;hb=b4e9a392c63e07e09de31df596674c074eed2457;hp=b0a841a25ba8a489f1534228bc9fde123fec2925;hpb=3a84d814004fd4557bf4f44952648e9e69bd22a8;p=mmh diff --git a/h/mh.h b/h/mh.h index b0a841a..1d55618 100644 --- a/h/mh.h +++ b/h/mh.h @@ -266,6 +266,8 @@ extern char *msg_delim; /* .. */ #define LINK "@" /* Name of link to file to which you are */ /* replying. */ +#define NMH_ATTACH_HEADER "Nmh-Attachment" /* Default header for -attach */ + /* * miscellaneous macros */ @@ -315,6 +317,7 @@ extern char *draft; extern char *faceproc; extern char *fileproc; extern char *foldprot; +extern char *formatproc; extern char *forwcomps; extern char *inbox; extern char *incproc; @@ -344,7 +347,6 @@ extern char *rcvdistcomps; extern char *rcvstoreproc; extern char *replcomps; extern char *replgroupcomps; -extern char *rmfproc; extern char *rmmproc; extern char *sendproc; extern char *showmimeproc;