workaround a stupid issue in how decoding is performed in mutt *sigh*
[apps/madmutt.git] / lib-mime / mime-types.h
index 6f8c4b7..ac99d87 100644 (file)
@@ -133,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 */
@@ -323,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 */