X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=mutt.h;h=e4e192d9c2e7c4a6ace9dbb5d4191ef4b7dde3d6;hb=c5d1c5652337aba93824f370f5164827a2d46017;hp=75b6796b83c6e993dcc9c50136bb734503d89211;hpb=86cf852af75aa1f893b25a5fd615ac1fdb1b6033;p=apps%2Fmadmutt.git diff --git a/mutt.h b/mutt.h index 75b6796..e4e192d 100644 --- a/mutt.h +++ b/mutt.h @@ -47,7 +47,6 @@ #include -#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 */