X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fmhparse.h;h=5a5a2199a4a61c22dd41637978b0363765201d2d;hb=d63aff26a21021822af6cfa3fbacc572f2b6869f;hp=eb7cb18e35aed157e2630c6f768796a441750ba1;hpb=636b3bab53e3fc2154bb86fb02aeecf433cc977a;p=mmh diff --git a/h/mhparse.h b/h/mhparse.h index eb7cb18..5a5a219 100644 --- a/h/mhparse.h +++ b/h/mhparse.h @@ -2,8 +2,6 @@ /* * mhparse.h -- definitions for parsing/building of MIME content * -- (mhparse.c/mhbuildsbr.c) - * - * $Id$ */ #define NPARTS 50 @@ -164,10 +162,8 @@ struct Content { #define TEXT_ENRICHED 0x03 /* Flags for character sets */ -#define CHARSET_UNKNOWN 0x00 +#define CHARSET_SPECIFIED 0x00 #define CHARSET_UNSPECIFIED 0x01 /* only needed when building drafts */ -#define CHARSET_USASCII 0x01 -#define CHARSET_LATIN 0x02 /* Structure for text content */ struct text {