X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/28c3595a77a8c942bee1057085776dad0b3d53f4..803f25412:/h/mime.h diff --git a/h/mime.h b/h/mime.h index 92d6462a..9fcaf5d3 100644 --- a/h/mime.h +++ b/h/mime.h @@ -12,7 +12,9 @@ #define DESCR_FIELD "Content-Description" #define DISPO_FIELD "Content-Disposition" #define MD5_FIELD "Content-MD5" -#define ATTACH_FIELD "Attach" +#define PSEUDOHEADER_PREFIX "Nmh-" +#define ATTACH_FIELD PSEUDOHEADER_PREFIX "Attach" +#define ATTACH_FIELD_ALT "Attach" #define isatom(c) (isascii((unsigned char) c) \ && !isspace ((unsigned char) c) \