X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fmhparse.h;h=cca26e9702cb44983223d9290d894a19f3206c6f;hb=75fca31a5b9d5c1a99c74ab14c94438d8852fba9;hp=2d88127fa56ac5ab3f0e53eb8b248dc6070aab3c;hpb=55e1d8c654ee0f7c45b9361ce34617983b454c32;p=mmh diff --git a/h/mhparse.h b/h/mhparse.h index 2d88127..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 */ @@ -109,11 +110,9 @@ struct Content { SizeCEFunc c_cesizefnx; /* size of decoded contents */ int c_umask; /* associated umask */ - pid_t c_pid; /* process doing display */ 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) */