X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fmhparse.h;fp=h%2Fmhparse.h;h=cca26e9702cb44983223d9290d894a19f3206c6f;hb=2433122c20baccb10b70b49c04c6b0497b5b3b60;hp=6778654aa62db4805680f3628cbaf3e454058cb8;hpb=559039d546e7eb1d160c4e3bd3538845b645546e;p=mmh diff --git a/h/mhparse.h b/h/mhparse.h index 6778654..cca26e9 100644 --- a/h/mhparse.h +++ b/h/mhparse.h @@ -94,6 +94,7 @@ struct Content { struct CTinfo c_ctinfo; /* parsed elements of Content-Type */ int c_type; /* internal flag for content type */ int c_subtype; /* internal flag for content subtype */ + char *c_charset; /* charset string */ /* Content-Transfer-Encoding info (decoded contents) */ CE c_cefile; /* structure holding decoded content */ @@ -112,7 +113,6 @@ struct Content { int c_rfc934; /* rfc934 compatibility flag */ char *c_showproc; /* default, if not in profile */ - char *c_termproc; /* for charset madness... */ char *c_storeproc; /* overrides profile entry, if any */ char *c_storage; /* write contents (file) */