--enable-debug
Enable debugging support.
---enable-masquerade[='draft_from[ mmailid[ username_extension]]']
+--enable-masquerade[='draft_from mmailid username_extension']
If this option is not specified, the mts.conf file will contain the line
"masquerade: " (with no value), which may be manually edited later. You
may find it convenient to specify a value at configure-time, however, so
that each time nmh is reinstalled, the right value will be there.
- Any subset of "draft_from mmailid username_extension" may be given. As a
- shortcut, simply doing `configure --enable-masquerade' will enable all 3.
+ The above usage shows all three masquerade options being specified, but any
+ subset of the three may be specified. If you do want to enable all three,
+ you can simply use `configure --enable-masquerade' as a shortcut.
See the mh-tailor(5) man page for full documentation of "masquerade:".
find what a particular option does is a pain in the nads.
* Add some way to configure whether you prefer to see text/plain or text/html
parts of multipart/alternative messages.
+* Flag bogus/misspelled mts.conf "masquerade:" / --enable-masquerade options.
[POSSIBILITIES]
ac_help="$ac_help
--enable-debug enable nmh code debugging"
ac_help="$ac_help
- --enable-masquerade[='draft_from[ mmailid[ username_extension]]']
+ --enable-masquerade[='draft_from mmailid username_extension']
enable 3 types of email address masquerading [none]"
ac_help="$ac_help
--enable-mhe enable mhe support (DEFAULT)"
else
echo "$ac_t""no" 1>&6
fi
- for ac_prog in gawk mawk nawk awk
+ for ac_prog in mawk gawk nawk awk
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
dnl Allow users to send email from addresses other than their default?
undefine([masquerade])dnl
AC_ARG_ENABLE(masquerade,
- [ --enable-masquerade[='draft_from[ mmailid[ username_extension]]']
+ [ --enable-masquerade[='draft_from mmailid username_extension']
enable 3 types of email address masquerading [none]],
[if test x"$enable_masquerade" = x"yes"; then
masquerade="draft_from mmailid username_extension"
-Mon Apr 17 05:32:06 EDT 2000
+Mon Apr 17 19:00:19 PDT 2000