X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/3b11b987c2e48062f9db46cf6006faf9b1bbf454..92128dac:/h/mime.h?ds=sidebyside diff --git a/h/mime.h b/h/mime.h index fad1cf88..92d6462a 100644 --- a/h/mime.h +++ b/h/mime.h @@ -46,7 +46,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