X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/3b11b987c2e48062f9db46cf6006faf9b1bbf454..fc31cece:/h/mime.h?ds=inline diff --git a/h/mime.h b/h/mime.h index fad1cf88..9cac94e5 100644 --- a/h/mime.h +++ b/h/mime.h @@ -12,7 +12,11 @@ #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 MHBUILD_FILE_PSEUDOHEADER PSEUDOHEADER_PREFIX "mhbuild-file-" +#define MHBUILD_ARGS_PSEUDOHEADER PSEUDOHEADER_PREFIX "mhbuild-args-" #define isatom(c) (isascii((unsigned char) c) \ && !isspace ((unsigned char) c) \ @@ -46,7 +50,8 @@ #define isparamencode(c) (!isascii((unsigned char) c) || \ iscntrl((unsigned char) c) || istspecial(c) || \ - (c) == '*' || (c) == '\'' || (c) == '%') + (c) == ' ' || (c) == '*' || (c) == '\'' || \ + (c) == '%') #define MAXTEXTPERLN 78 #define MAXLONGLINE 998