X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-mime%2Fmime-types.h;h=ac99d8760f456dc1b214a0fb45cdc10612b7f16c;hp=daf1ce24b367fac27435f790401da91bcfc3b554;hb=00f34116b32751764d42f81159c292d850c74bac;hpb=8db3fe9c19320b6f6e508d6b1aae03980239a930 diff --git a/lib-mime/mime-types.h b/lib-mime/mime-types.h index daf1ce2..ac99d87 100644 --- a/lib-mime/mime-types.h +++ b/lib-mime/mime-types.h @@ -133,11 +133,6 @@ typedef struct envelope_t { char *date; char *x_label; char *organization; -#ifdef USE_NNTP - char *newsgroups; - char *xref; - char *followup_to; -#endif BUFFER *spam; string_list_t *references; /* message references (in reverse order) */ string_list_t *in_reply_to; /* in-reply-to header content */ @@ -322,17 +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; - string_list_t *chain; - int refno; /* message number on server */ void *data; /* driver-specific data */