turn charset into a lua package as well.
[apps/madmutt.git] / lib-mime / mime-types.h
index 9a32717..6f8c4b7 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 {
@@ -334,9 +332,7 @@ 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 */