ADDRESS -> address_t
[apps/madmutt.git] / mutt.h
diff --git a/mutt.h b/mutt.h
index 75b6796..e4e192d 100644 (file)
--- a/mutt.h
+++ b/mutt.h
@@ -47,7 +47,6 @@
 
 #include <lib-mime/mime.h>
 
-#include "rfc822.h"
 #include "charset.h"
 #include "lib/rx.h"
 
@@ -537,14 +536,14 @@ int mutt_matches_ignore (const char *, LIST *);
 void mutt_init (int, LIST *);
 
 typedef struct envelope {
-  ADDRESS *return_path;
-  ADDRESS *from;
-  ADDRESS *to;
-  ADDRESS *cc;
-  ADDRESS *bcc;
-  ADDRESS *sender;
-  ADDRESS *reply_to;
-  ADDRESS *mail_followup_to;
+  address_t *return_path;
+  address_t *from;
+  address_t *to;
+  address_t *cc;
+  address_t *bcc;
+  address_t *sender;
+  address_t *reply_to;
+  address_t *mail_followup_to;
   char *list_post;              /* this stores a mailto URL, or nothing */
   char *subject;
   char *real_subj;              /* offset of the real subject */