Remove the time module alltogether.
[apps/madmutt.git] / lib-mime / mime-types.h
index f04986a..c57c90e 100644 (file)
 #ifndef MUTT_LIB_MIME_MIME_TYPES_H
 #define MUTT_LIB_MIME_MIME_TYPES_H
 
 #ifndef MUTT_LIB_MIME_MIME_TYPES_H
 #define MUTT_LIB_MIME_MIME_TYPES_H
 
-#if HAVE_CONFIG_H
-# include "config.h"
-#endif
-
-#include <lib-lib/mem.h>
-#include <lib-lib/buffer.h>
-#include <lib-lib/list.h>
+#include <lib-lib/lib-lib.h>
 
 /* Content-Type */
 enum {
 
 /* Content-Type */
 enum {
@@ -143,7 +137,6 @@ typedef struct envelope_t {
     char *newsgroups;
     char *xref;
     char *followup_to;
     char *newsgroups;
     char *xref;
     char *followup_to;
-    char *x_comment_to;
 #endif
     BUFFER *spam;
     string_list_t *references;             /* message references (in reverse order) */
 #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;
 
 
     short attach_total;
 
-#ifdef MIXMASTER
-    string_list_t *chain;
-#endif
-
     int refno;                    /* message number on server */
     void *data;                   /* driver-specific data */
 
     int refno;                    /* message number on server */
     void *data;                   /* driver-specific data */