X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt.h;h=e4e192d9c2e7c4a6ace9dbb5d4191ef4b7dde3d6;hp=2ef4a1b869505bd30fe7d9c1a5eb8c56a859c4a3;hb=c88f8ebd5e7542e4ee2ac2c24dfd5f358dbb4235;hpb=ab12fea9d01b3b9bc53081ae4ccc046243f1cb9f diff --git a/mutt.h b/mutt.h index 2ef4a1b..e4e192d 100644 --- a/mutt.h +++ b/mutt.h @@ -536,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 */