move rfc822.c as well
[apps/madmutt.git] / mutt.h
diff --git a/mutt.h b/mutt.h
index 10e6c0c..2ef4a1b 100644 (file)
--- a/mutt.h
+++ b/mutt.h
@@ -45,7 +45,8 @@
 #include <lib-lib/hash.h>
 #include <lib-lib/list.h>
 
-#include "rfc822.h"
+#include <lib-mime/mime.h>
+
 #include "charset.h"
 #include "lib/rx.h"
 
@@ -565,12 +566,6 @@ typedef struct envelope {
   unsigned int refs_changed:1;  /* References changed to break thread */
 } ENVELOPE;
 
-typedef struct parameter {
-  char *attribute;
-  char *value;
-  struct parameter *next;
-} PARAMETER;
-
 /* Information that helps in determing the Content-* of an attachment */
 typedef struct content {
   long hibin;                   /* 8-bit characters */