X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-mime%2Fmime-types.h;h=c57c90e3d8e84e7613a0901b5b45b9a4353501a6;hp=f04986a8f2d9f35300a7234f26964269b32264f6;hb=11ebd35cdf53f877efb11ed1ce9ccb771d2a091c;hpb=0dbe922d4298aed78dcba64b7c770f315a64505e diff --git a/lib-mime/mime-types.h b/lib-mime/mime-types.h index f04986a..c57c90e 100644 --- a/lib-mime/mime-types.h +++ b/lib-mime/mime-types.h @@ -30,13 +30,7 @@ #ifndef MUTT_LIB_MIME_MIME_TYPES_H #define MUTT_LIB_MIME_MIME_TYPES_H -#if HAVE_CONFIG_H -# include "config.h" -#endif - -#include -#include -#include +#include /* Content-Type */ enum { @@ -143,7 +137,6 @@ typedef struct envelope_t { char *newsgroups; char *xref; char *followup_to; - char *x_comment_to; #endif BUFFER *spam; string_list_t *references; /* message references (in reverse order) */ @@ -338,10 +331,6 @@ see: crypt.h pgplib.h, smime.h */ short attach_total; -#ifdef MIXMASTER - string_list_t *chain; -#endif - int refno; /* message number on server */ void *data; /* driver-specific data */