X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=configure.ac;h=e132f1ffb40f8fe5fd5b51c18396ce9bb9e7bcab;hp=3de6bf62ed58e5d3ec32034f45a6e1dddb85e931;hb=0836c8000ccb34b59410ef1c15b1b7feac70ce5f;hpb=de448e64862babc8ea92d6ee3f61f68ba3915128 diff --git a/configure.ac b/configure.ac index 3de6bf6..e132f1f 100644 --- a/configure.ac +++ b/configure.ac @@ -47,13 +47,13 @@ fi 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'], + AS_HELP_STRING([--enable-masquerade='draft_from username_extension'], [enable up to 3 types of address masquerading]), [if test x"$enable_masquerade" = x"yes"; then - masquerade="draft_from mmailid username_extension" + masquerade="draft_from username_extension" else masquerade="$enable_masquerade" - fi], [masquerade="draft_from mmailid username_extension"]) + fi], [masquerade="draft_from username_extension"]) AC_SUBST(masquerade)dnl dnl Do you want mhe support?