X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=remailer.c;h=94cd44424c8a15c6b133d716d45f20f5ec9756d1;hp=cb71404eb7a66743aa76d414bcb8a1ea6ac9571b;hb=ecfcc6df70230ba136c2fb3843700ecb749c41b7;hpb=c8bf978fc5c4f6c793620a515fa2456a3fa9eb13 diff --git a/remailer.c b/remailer.c index cb71404..94cd444 100644 --- a/remailer.c +++ b/remailer.c @@ -20,12 +20,13 @@ #include #include #include +#include + +#include #include "mutt.h" #include "recvattach.h" -#include "mutt_curses.h" #include "mutt_menu.h" -#include "mapping.h" #include "remailer.h" @@ -674,7 +675,7 @@ int mix_check_message (HEADER * msg) { const char *fqdn; short need_hostname = 0; - ADDRESS *p; + address_t *p; if (msg->env->cc || msg->env->bcc) { mutt_error _("Mixmaster doesn't accept Cc or Bcc headers.");