X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fmime.h;h=d8551cb010cab534f574b55a8ea35f3318790415;hp=dc37db2afff75a2cc9fa72dbb2c67359ed73579e;hb=f78e7c6e6e616cc4ff2bee8a726365fafef2d8ce;hpb=ced6090a330d3d83d0bce709f756aa3d7d65fea4 diff --git a/h/mime.h b/h/mime.h index dc37db2..d8551cb 100644 --- a/h/mime.h +++ b/h/mime.h @@ -10,13 +10,6 @@ #define ID_FIELD "Content-ID" #define DESCR_FIELD "Content-Description" #define DISPO_FIELD "Content-Disposition" -#define MD5_FIELD "Content-MD5" - -#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"