X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=configure.ac;h=fd9b98e3b56bcebe6bd2d6e101be1e2b200fa447;hb=7876081fd090297937e6818532baa5813071337d;hp=aeed66c315de4de5c4812594f7a3df0d4e6b5d85;hpb=40ae9d199d58c85469e3528fc53205143baf29d2;p=mmh diff --git a/configure.ac b/configure.ac index aeed66c..fd9b98e 100644 --- a/configure.ac +++ b/configure.ac @@ -30,16 +30,6 @@ AC_ARG_ENABLE([debug], dnl The old redundant --enable-nmh-debug is deprecated and undocumented. AS_IF([test x"$enable_nmh_debug" = x"yes"], [enable_debug=yes]) -dnl Allow users to send email from addresses other than their default? -AC_ARG_ENABLE(masquerade, - AS_HELP_STRING([--enable-masquerade='draft_from mmailid username_extension'], - [enable up to 3 types of address masquerading]), - [AS_IF([test x"$enable_masquerade" = x"yes"], - [masquerade="draft_from mmailid username_extension"], - [masquerade="$enable_masquerade"])], - [masquerade="draft_from mmailid username_extension"]) -AC_SUBST(masquerade)dnl - dnl Do you want to disable use of locale functions AH_TEMPLATE([LOCALE], [Undefine if you don't want locale features. By default this is defined.]) @@ -758,7 +748,6 @@ file locking type : ${LOCKTYPE} default smtp servers : ${smtpservers} default editor : ${editorpath} default pager : ${pagerpath} -email address masquerading : ${masquerade} SASL support : ${sasl_support} TLS support : ${tls_support} ])])dnl