X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fmime.h;h=d8551cb010cab534f574b55a8ea35f3318790415;hb=a859462824cb481880506c394704a0b5a4b9fc2d;hp=22c23495e4809b6240a2cd9dc4957442e75273b0;hpb=31dc797eb5178970d68962ca8939da3fd9a8efda;p=mmh diff --git a/h/mime.h b/h/mime.h index 22c2349..d8551cb 100644 --- a/h/mime.h +++ b/h/mime.h @@ -11,12 +11,6 @@ #define DESCR_FIELD "Content-Description" #define DISPO_FIELD "Content-Disposition" -#define isatom(c) (!isspace (c) && !iscntrl (c) && (c) != '(' \ - && (c) != ')' && (c) != '<' && (c) != '>' \ - && (c) != '@' && (c) != ',' && (c) != ';' \ - && (c) != ':' && (c) != '\\' && (c) != '"' \ - && (c) != '.' && (c) != '[' && (c) != ']') - /* ** Test for valid characters used in "token" ** as defined in RFC2045