X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=remailer.c;h=b17ec826ea37d893d943c6b42a88c0f0079dd11c;hp=2971a506f45309cab1cd8c8b2157c3132aca1af1;hb=9ce749c3b737258ad526d6afc2eb69b788a34cd4;hpb=37bbc8dcb3e9c795bd04ccfc5ac59f9810908c3c diff --git a/remailer.c b/remailer.c index 2971a50..b17ec82 100644 --- a/remailer.c +++ b/remailer.c @@ -24,8 +24,6 @@ #define SW (option(OPTMBOXPANE)?SidebarWidth:0) -#ifdef MIXMASTER - #define MIX_CAP_COMPRESS (1 << 0) #define MIX_CAP_MIDDLEMAN (1 << 1) #define MIX_CAP_NEWSPOST (1 << 2) @@ -674,17 +672,16 @@ int mix_check_message (HEADER * msg) if (need_hostname) { - if (!(fqdn = mutt_fqdn (1))) { + if (!(fqdn = mutt_fqdn(1))) { mutt_error - _ - ("Please set the hostname variable to a proper value when using mixmaster!"); - return (-1); + _("Please set the hostname variable to a proper value when using mixmaster!"); + return -1; } /* Cc and Bcc are empty at this point. */ - rfc822_qualify (msg->env->to, fqdn); - rfc822_qualify (msg->env->reply_to, fqdn); - rfc822_qualify (msg->env->mail_followup_to, fqdn); + rfc822_qualify(msg->env->to, fqdn); + rfc822_qualify(msg->env->reply_to, fqdn); + rfc822_qualify(msg->env->mail_followup_to, fqdn); } return 0; @@ -720,5 +717,3 @@ int mix_send_message (string_list_t * chain, const char *tempfile) return i; } - -#endif