Remove the time module alltogether.
[apps/madmutt.git] / lib-mime / mime-types.h
index 9a32717..c57c90e 100644 (file)
@@ -30,9 +30,7 @@
 #ifndef MUTT_LIB_MIME_MIME_TYPES_H
 #define MUTT_LIB_MIME_MIME_TYPES_H
 
-#include <lib-lib/mem.h>
-#include <lib-lib/buffer.h>
-#include <lib-lib/list.h>
+#include <lib-lib/lib-lib.h>
 
 /* Content-Type */
 enum {
@@ -139,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) */
@@ -334,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 */