X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=remailer.c;h=2a0ffa2f6c24a62fdbb02e845205d6dd14b3e1d1;hp=ffa19a3b2d9c917f9e046a8aefe4e154b4b49cfc;hb=38c7d971a4e206284e06e958511bb55694cb4deb;hpb=238b70e39b78f585c586bd51aef41988b3cc73d1 diff --git a/remailer.c b/remailer.c index ffa19a3..2a0ffa2 100644 --- a/remailer.c +++ b/remailer.c @@ -16,15 +16,16 @@ #endif #include +#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" @@ -463,7 +464,7 @@ static struct mapping_t RemailerHelp[] = { {N_("Delete"), OP_MIX_DELETE}, {N_("Abort"), OP_EXIT}, {N_("OK"), OP_MIX_USE}, - {NULL} + {NULL, OP_NULL} }; @@ -673,7 +674,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.");