X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-mime%2Fmime-types.h;h=ac99d8760f456dc1b214a0fb45cdc10612b7f16c;hp=9a327172995fbfb19ed5024feafdd47fdab2a97b;hb=cfd5f411041c7ef44087b032751792fadc74586d;hpb=8d5f74a1030b2e5e93027c91c35b7facea2d61be diff --git a/lib-mime/mime-types.h b/lib-mime/mime-types.h index 9a32717..ac99d87 100644 --- a/lib-mime/mime-types.h +++ b/lib-mime/mime-types.h @@ -30,9 +30,7 @@ #ifndef MUTT_LIB_MIME_MIME_TYPES_H #define MUTT_LIB_MIME_MIME_TYPES_H -#include -#include -#include +#include /* Content-Type */ enum { @@ -135,12 +133,6 @@ typedef struct envelope_t { char *date; char *x_label; char *organization; -#ifdef USE_NNTP - char *newsgroups; - char *xref; - char *followup_to; - char *x_comment_to; -#endif BUFFER *spam; string_list_t *references; /* message references (in reverse order) */ string_list_t *in_reply_to; /* in-reply-to header content */ @@ -325,19 +317,12 @@ see: crypt.h pgplib.h, smime.h */ ENVELOPE *env; /* envelope information */ BODY *content; /* list of MIME parts */ char *path; -#ifdef USE_NNTP - int article_num; -#endif char *tree; /* character string to print thread tree */ struct thread *thread; short attach_total; -#ifdef MIXMASTER - string_list_t *chain; -#endif - int refno; /* message number on server */ void *data; /* driver-specific data */