]> diplodocus.org Git - nmh/log
nmh
12 years agoFixed chmod of temp file in prompter. Noticed by valgrind.
David Levine [Sat, 28 Dec 2013 17:55:12 +0000 (11:55 -0600)]
Fixed chmod of temp file in prompter.  Noticed by valgrind.

12 years agoNull-terminate buffer in mbx_copy() in dropsbr.c. Noticed by
David Levine [Sat, 28 Dec 2013 17:54:05 +0000 (11:54 -0600)]
Null-terminate buffer in mbx_copy() in dropsbr.c.  Noticed by
valgrind.

12 years agoAdded support for running the test suite with valgrind by setting
David Levine [Sat, 28 Dec 2013 17:51:01 +0000 (11:51 -0600)]
Added support for running the test suite with valgrind by setting
the NMH_VALGRIND environment variable.  To support that, nmh
programs that are invoked in the test suite should be run via
(the new function) run_prog or run_test.

12 years agoHave configure print out what it detects for the program to detect
David Levine [Tue, 24 Dec 2013 15:02:15 +0000 (09:02 -0600)]
Have configure print out what it detects for the program to detect
the MIME type string for a file.

12 years agoAdded "true" to end of flex fixups in configure.ac, in case the
David Levine [Mon, 23 Dec 2013 21:32:45 +0000 (15:32 -0600)]
Added "true" to end of flex fixups in configure.ac, in case the
user has hacked flex to not produce the errant code.

12 years agoRemoved flex fixup for version 2.5.37, it's not necessary with
David Levine [Mon, 23 Dec 2013 21:09:23 +0000 (15:09 -0600)]
Removed flex fixup for version 2.5.37, it's not necessary with
flex 2.5.37 on Fedora 20.

12 years agoUse --brief option, if supported, with file --mime.
David Levine [Mon, 23 Dec 2013 00:09:55 +0000 (18:09 -0600)]
Use --brief option, if supported, with file --mime.

12 years agoIn test-mhmail, insert semicolon in output of "file --mime" if needed.
David Levine [Sun, 22 Dec 2013 23:38:59 +0000 (17:38 -0600)]
In test-mhmail, insert semicolon in output of "file --mime" if needed.

12 years agofile --mime on OpenBSD returns strings such as "text/plain
David Levine [Sun, 22 Dec 2013 22:42:34 +0000 (16:42 -0600)]
file --mime on OpenBSD returns strings such as "text/plain
charset=us-ascii", without an intervening semilcolon.  Insert one if
there isn't one.

12 years agoRemoved support for file -i, it just spits out "regular file"
David Levine [Sun, 22 Dec 2013 22:12:02 +0000 (16:12 -0600)]
Removed support for file -i, it just spits out "regular file"
on Solaris.

12 years agoRemoved temporary printouts.
David Levine [Sun, 22 Dec 2013 22:11:18 +0000 (16:11 -0600)]
Removed temporary printouts.

12 years agoMore debugging statements for OpenBSD.
David Levine [Sun, 22 Dec 2013 21:30:30 +0000 (15:30 -0600)]
More debugging statements for OpenBSD.

12 years agoAdded debuging printouts.
David Levine [Sun, 22 Dec 2013 21:08:30 +0000 (15:08 -0600)]
Added debuging printouts.

12 years agoWhooops, gcc on OpenBSD noticed a nasty in the last commit.
David Levine [Sun, 22 Dec 2013 21:05:38 +0000 (15:05 -0600)]
Whooops, gcc on OpenBSD noticed a nasty in the last commit.

12 years agoWith whatnow attach, determine the content MIME type that's inserted
David Levine [Sun, 22 Dec 2013 20:42:26 +0000 (14:42 -0600)]
With whatnow attach, determine the content MIME type that's inserted
into the Content-Type header using file --mime or file -i, if
available on the platform at configuration time.  If not, continue to
use the mhshow-suffix- method.  Added a mimetypeproc component to
mhparam so that a user can query the configuration.

12 years agoUpdated date on a few man pages.
David Levine [Sun, 22 Dec 2013 20:38:49 +0000 (14:38 -0600)]
Updated date on a few man pages.

12 years agoRemoved temporary probes added in commit
David Levine [Sun, 22 Dec 2013 16:41:09 +0000 (10:41 -0600)]
Removed temporary probes added in commit
3441b5648a0c21e067c05f428a51bf96352735e7.

12 years agoAdded temporary probes to see what file --mime and file -i do on
David Levine [Sun, 22 Dec 2013 15:02:29 +0000 (09:02 -0600)]
Added temporary probes to see what file --mime and file -i do on
OpenBSD and Solaris.

12 years agoIncreased size of file command buffer in make_mime_composition_file_entry()
David Levine [Sun, 22 Dec 2013 15:01:41 +0000 (09:01 -0600)]
Increased size of file command buffer in make_mime_composition_file_entry()
because it was a bit too small.

12 years agoCleaned up setting of CFLAGS in configure.ac.
David Levine [Sat, 14 Dec 2013 16:41:01 +0000 (10:41 -0600)]
Cleaned up setting of CFLAGS in configure.ac.

12 years agoAdded POSTLINK to remainder of executables in Makefile.am.
David Levine [Sat, 14 Dec 2013 16:29:33 +0000 (10:29 -0600)]
Added POSTLINK to remainder of executables in Makefile.am.
Replaced hard-coded sbr/libmh.a with $(LDADD) in LDADD
macro for test/getfullname.

12 years agoThe buildbot was reporting "warning" on stdin, not stderr.
David Levine [Sat, 14 Dec 2013 15:51:47 +0000 (09:51 -0600)]
The buildbot was reporting "warning" on stdin, not stderr.
Escape "warning" so that it doesn't snag it.

12 years agoThe build failed mysteriously on the OpenBSD buildbot host ("Provide
David Levine [Sat, 14 Dec 2013 14:51:42 +0000 (08:51 -0600)]
The build failed mysteriously on the OpenBSD buildbot host ("Provide
an AUTOCONF_VERSION environment variable, please").  This was in the
compile, not autogen, phase.  Committing trivial change to kick off
another build.

12 years agoThat didn't quite work, try reducing size of warning filter
David Levine [Sat, 14 Dec 2013 14:37:11 +0000 (08:37 -0600)]
That didn't quite work, try reducing size of warning filter
temporarily.

12 years agoFilter out "often/almost always misused" warnings from OpenBSD linker.
David Levine [Sat, 14 Dec 2013 14:24:14 +0000 (08:24 -0600)]
Filter out "often/almost always misused" warnings from OpenBSD linker.
Added POSTLINK macro to configure/Makefile for this purpose.

12 years agoAdded mention of filename completion at whatnow prompt if nmh
David Levine [Sat, 14 Dec 2013 01:23:27 +0000 (19:23 -0600)]
Added mention of filename completion at whatnow prompt if nmh
was configured with readline enabled.

12 years agoMoved the set -x after the uname and string test in autogen.sh
David Levine [Sat, 14 Dec 2013 01:20:12 +0000 (19:20 -0600)]
Moved the set -x after the uname and string test in autogen.sh
to reduce build log clutter.

12 years agoGeneralized -Wel fix in test-manpages of commit
David Levine [Sat, 14 Dec 2013 01:12:15 +0000 (19:12 -0600)]
Generalized -Wel fix in test-manpages of commit
27659f0aa30c07081f7b8647c51a6ca82837e5d1 to apply on
any platform.

12 years agorand()/srand() are not cryptographically secure PRNGs. Some systems
Pascal Stumpf [Sat, 14 Dec 2013 00:57:57 +0000 (18:57 -0600)]
rand()/srand() are not cryptographically secure PRNGs.  Some systems
have the much better suited arc4random() family of functions; there's
no reason to not use it if it is available.  Make m_rand() just a
wrapper around arc4random_buf() in that case.  (There's no need to
ever seed it manually.)

As a bonus, silences some warnings on OpenBSD.

12 years agogroff -man silence the test-manpages warnings. One more try: -Wel.
David Levine [Fri, 13 Dec 2013 22:48:02 +0000 (16:48 -0600)]
groff -man silence the test-manpages warnings.  One more try: -Wel.

12 years agoTry using -man instead of -mandoc in test-manpages on OpenBSD
David Levine [Fri, 13 Dec 2013 22:25:24 +0000 (16:25 -0600)]
Try using -man instead of -mandoc in test-manpages on OpenBSD
to see if it silences the warnings.

12 years agoDisable assertions by default.
David Levine [Fri, 13 Dec 2013 21:33:14 +0000 (15:33 -0600)]
Disable assertions by default.

12 years agoMinor autoconf style cleanup.
Ken Hornstein [Fri, 13 Dec 2013 20:38:58 +0000 (15:38 -0500)]
Minor autoconf style cleanup.

12 years agoMinor changes to configure.ac:
David Levine [Fri, 13 Dec 2013 02:15:14 +0000 (20:15 -0600)]
Minor changes to configure.ac:
1) Replaced direct manipulation of NDEBUG with AC_HEADER_ASSERT.
2) Removed unnecessary level of quoting around LFLAGS assignments.

12 years agoMoved all LDFLAGS manipulations in configure.ac to one place.
David Levine [Fri, 13 Dec 2013 02:11:42 +0000 (20:11 -0600)]
Moved all LDFLAGS manipulations in configure.ac to one place.

12 years agoTweaked rcvtty.c to squelch warnings on OpenBSD. Three of the
David Levine [Fri, 13 Dec 2013 00:37:58 +0000 (18:37 -0600)]
Tweaked rcvtty.c to squelch warnings on OpenBSD.  Three of the
four were due to unused artifacts with HAVE_GETUTXENT not defined.
The fourth was due to control reaching the end of non-void
function message_id(), which had an _exit() call at the end.

12 years agoInitialize local child_id in main() of whom.c to squelch warning
David Levine [Fri, 13 Dec 2013 00:29:31 +0000 (18:29 -0600)]
Initialize local child_id in main() of whom.c to squelch warning
from cc on OpenBSD.

12 years agoSquelch warning from cc on OpenBSD that fd argument of usr_pipe() in
David Levine [Fri, 13 Dec 2013 00:27:17 +0000 (18:27 -0600)]
Squelch warning from cc on OpenBSD that fd argument of usr_pipe() in
slocal.c might get clobbered by vfork() by copying it to a volatile
local.

12 years agoRemoved --posix from awk invocation in test-anno.
David Levine [Fri, 13 Dec 2013 00:23:45 +0000 (18:23 -0600)]
Removed --posix from awk invocation in test-anno.

12 years agoIt looks like the sed "a" in test-anno didn't emit a trailing
David Levine [Fri, 13 Dec 2013 00:08:01 +0000 (18:08 -0600)]
It looks like the sed "a" in test-anno didn't emit a trailing
newline on OpenBSD.  It does on other platforms.  Try using
awk instead.

12 years agoAdd buildbot hacks for OpenBSD.
Lyndon Nerenberg [Thu, 12 Dec 2013 19:55:58 +0000 (11:55 -0800)]
Add buildbot hacks for OpenBSD.

OpenBSD auto{conf,make} want a version specified in the environment
for each of the tools.  For now, hardwire this into autogen.sh until
we can figure out a better way of dealing with this.

12 years agoSun Studio cc -V must output to stderr.
David Levine [Thu, 12 Dec 2013 02:52:49 +0000 (20:52 -0600)]
Sun Studio cc -V must output to stderr.

12 years agoTry 9efa994ecac2790dbc56113f78c464eed1371590 again.
David Levine [Thu, 12 Dec 2013 02:28:10 +0000 (20:28 -0600)]
Try 9efa994ecac2790dbc56113f78c464eed1371590 again.

12 years agoUndid last commit of temporary printouts because buildbot is down.
David Levine [Thu, 12 Dec 2013 01:47:29 +0000 (19:47 -0600)]
Undid last commit of temporary printouts because buildbot is down.

12 years agoTemporarily add some printouts to configure.ac to see why -v
David Levine [Wed, 11 Dec 2013 23:19:48 +0000 (17:19 -0600)]
Temporarily add some printouts to configure.ac to see why -v
isn't added to Sun Studio cc on Solaris build host.

12 years agoPrefer cc over gcc.
Lyndon Nerenberg [Wed, 11 Dec 2013 18:53:28 +0000 (10:53 -0800)]
Prefer cc over gcc.

12 years agoOne more attempt at getting the buildbot $PATH correct on Solaris.
Lyndon Nerenberg [Wed, 11 Dec 2013 18:42:04 +0000 (10:42 -0800)]
One more attempt at getting the buildbot $PATH correct on Solaris.

12 years agoOK, this should work to detect Sun Studio cc.
David Levine [Wed, 11 Dec 2013 01:17:00 +0000 (19:17 -0600)]
OK, this should work to detect Sun Studio cc.

12 years agoOops, that didn't work. Disable -v with SunStudio cc for now.
David Levine [Wed, 11 Dec 2013 01:07:25 +0000 (19:07 -0600)]
Oops, that didn't work.  Disable -v with SunStudio cc for now.

12 years agoOK, use SunStudio cc, if present, on Solaris if user didn't set CC.
David Levine [Wed, 11 Dec 2013 01:05:32 +0000 (19:05 -0600)]
OK, use SunStudio cc, if present, on Solaris if user didn't set CC.
And with it, use -v and suppress the statement not reached warning.

12 years agoSuppress E_STATEMENT_NOT_REACHED warning from SunStudio cc.
David Levine [Wed, 11 Dec 2013 00:45:26 +0000 (18:45 -0600)]
Suppress E_STATEMENT_NOT_REACHED warning from SunStudio cc.

12 years agoAdded -errtags=yes to SunStudio cc options.
David Levine [Wed, 11 Dec 2013 00:35:08 +0000 (18:35 -0600)]
Added -errtags=yes to SunStudio cc options.

12 years agoRemoved a bunch of unreachable break statements found by
David Levine [Wed, 11 Dec 2013 00:22:23 +0000 (18:22 -0600)]
Removed a bunch of unreachable break statements found by
SunStudio cc -v.  Also fixed an "end-of-loop code not
reached" condition in uip/dropsbr.c.  That one is significant
because it meant that retries were not attempted when attempting
to open and lock a file.

12 years agoNeed full path to cc on Solaris buildbot host, at this point.
David Levine [Tue, 10 Dec 2013 22:43:20 +0000 (16:43 -0600)]
Need full path to cc on Solaris buildbot host, at this point.

12 years agoTry -v with SunStudio cc. Also, try setting CC instead of modifying
David Levine [Tue, 10 Dec 2013 22:16:59 +0000 (16:16 -0600)]
Try -v with SunStudio cc.  Also, try setting CC instead of modifying
AC_PROC_CC to pick up cc on the buildbot Solaris host.

12 years agoRemove the Solaris cc hack; the buildbot should have the correct
Lyndon Nerenberg [Tue, 10 Dec 2013 22:05:08 +0000 (14:05 -0800)]
Remove the Solaris cc hack; the buildbot should have the correct
cc in its $PATH now.

12 years agoRemoved +w from SunStudio cc, it caused compilation failure.
David Levine [Tue, 10 Dec 2013 14:40:59 +0000 (08:40 -0600)]
Removed +w from SunStudio cc, it caused compilation failure.
Maybe it can only be used with CC.

12 years agoThat worked. Now try +w2 with SunStudio cc.
David Levine [Tue, 10 Dec 2013 14:36:15 +0000 (08:36 -0600)]
That worked.  Now try +w2 with SunStudio cc.

12 years agoOf course that didn't work. Try specifying the SunStudio
David Levine [Tue, 10 Dec 2013 14:15:22 +0000 (08:15 -0600)]
Of course that didn't work.  Try specifying the SunStudio
compiler in CC.

12 years agoThat didn't work. Set PATH to pick up SunStudio cc.
David Levine [Tue, 10 Dec 2013 13:53:14 +0000 (07:53 -0600)]
That didn't work.  Set PATH to pick up SunStudio cc.

12 years agoUse SolarisStudio cc if available.
David Levine [Tue, 10 Dec 2013 05:45:54 +0000 (23:45 -0600)]
Use SolarisStudio cc if available.

12 years agoAdded temporary probe to find cc on Solaris.
David Levine [Tue, 10 Dec 2013 05:20:27 +0000 (23:20 -0600)]
Added temporary probe to find cc on Solaris.

12 years agoRemoved temporary favor of cc over gcc.
David Levine [Tue, 10 Dec 2013 00:25:03 +0000 (18:25 -0600)]
Removed temporary favor of cc over gcc.

12 years agoTemporarily favor cc over gcc to try it out on Solaris.
David Levine [Tue, 10 Dec 2013 00:19:17 +0000 (18:19 -0600)]
Temporarily favor cc over gcc to try it out on Solaris.

12 years agoCommit 9c663383ab54e0290781ac1c25d790ce03160e08 introduced
David Levine [Mon, 9 Dec 2013 05:17:50 +0000 (23:17 -0600)]
Commit 9c663383ab54e0290781ac1c25d790ce03160e08 introduced
a backward incompatibility to build_nmh.  Refuse to support
-y if the current nmh installation has an mhparam that doesn't
support the sasl and tls components.

12 years agoClean up comments, and update information on file locking.
Ken Hornstein [Mon, 9 Dec 2013 03:18:46 +0000 (22:18 -0500)]
Clean up comments, and update information on file locking.

12 years agoRemoved dependence of build_nmh on ldd by adding sasl and tls
David Levine [Mon, 9 Dec 2013 01:02:28 +0000 (19:02 -0600)]
Removed dependence of build_nmh on ldd by adding sasl and tls
components to mhparam(1).

12 years agoFix one of the POP tests to work on wide terminals.
Ken Hornstein [Sun, 8 Dec 2013 23:05:42 +0000 (18:05 -0500)]
Fix one of the POP tests to work on wide terminals.

12 years agoRemoved temporary diagnostic to determine gcc version on Solaris
David Levine [Sun, 8 Dec 2013 19:27:33 +0000 (13:27 -0600)]
Removed temporary diagnostic to determine gcc version on Solaris
buildbot host.  It's 4.5.2.  4.6.0 and later return an error
status with an unrecognized option, which we rely on for the test
for -Qunused-arguments.  4.5.2 doesn't.  But that option doesn't
produce any errors, just warnings that don't contain "warning".
So ignore it.

12 years agoAdded temporary diagnostic to see what version of gcc is
David Levine [Sun, 8 Dec 2013 19:16:19 +0000 (13:16 -0600)]
Added temporary diagnostic to see what version of gcc is
used on the buildbot Solaris host.

12 years agoWith the fix of 4929cad323afc87404752a1e88664a7f42cbb737,
David Levine [Sun, 8 Dec 2013 18:50:39 +0000 (12:50 -0600)]
With the fix of 4929cad323afc87404752a1e88664a7f42cbb737,
prepare_space() no longer needs to insert initial space.

12 years agoTry this sed command for squeeze_lines().
David Levine [Sun, 8 Dec 2013 18:15:18 +0000 (12:15 -0600)]
Try this sed command for squeeze_lines().

12 years agoAdded -eval 'set document.browse.margin_width = 0' to elinks
David Levine [Sun, 8 Dec 2013 17:19:13 +0000 (11:19 -0600)]
Added -eval 'set document.browse.margin_width = 0' to elinks
command in mhfixmsg-format-text/html in mhn.defaults, to disable
indentation of converted text.  Thanks to Rickard Carlsson for
this suggestion.

12 years agoThat didn't work, so try this awk command from Robert Elz.
David Levine [Sun, 8 Dec 2013 16:56:35 +0000 (10:56 -0600)]
That didn't work, so try this awk command from Robert Elz.

12 years agoFixed squeeze_lines() test function to be compatible with POSIX awk.
David Levine [Sun, 8 Dec 2013 16:29:00 +0000 (10:29 -0600)]
Fixed squeeze_lines() test function to be compatible with POSIX awk.

12 years agoFixed test-mhfixmsg to work with elinks, which inserted leading
David Levine [Sun, 8 Dec 2013 02:27:37 +0000 (20:27 -0600)]
Fixed test-mhfixmsg to work with elinks, which inserted leading
space on a line.  Thanks to Valdis for reporting that and to
Ralph for the awk and sed magic to emulate diff -w (and cat -s).

12 years agoAdded notes to README.developers about write access to
David Levine [Sat, 7 Dec 2013 16:44:31 +0000 (10:44 -0600)]
Added notes to README.developers about write access to
the git repo and git rebase.

12 years agoReplaced hard-coded use of "," with `mhparam sbackup` in
David Levine [Sat, 7 Dec 2013 16:39:16 +0000 (10:39 -0600)]
Replaced hard-coded use of "," with `mhparam sbackup` in
test-header-encode.

12 years agoDisable clang complaint about unused -ansi when linking by
David Levine [Sat, 7 Dec 2013 15:34:05 +0000 (09:34 -0600)]
Disable clang complaint about unused -ansi when linking by
adding -Qunused-arguments to LDFLAGS, if supported.

12 years agoRemoved bash-isms from inc/test-deb359167.
David Levine [Sat, 7 Dec 2013 00:56:11 +0000 (18:56 -0600)]
Removed bash-isms from inc/test-deb359167.

12 years agoSkip inc/test-deb359167 on FreeBSD >= 10 because its valgrind
David Levine [Sat, 7 Dec 2013 00:43:20 +0000 (18:43 -0600)]
Skip inc/test-deb359167 on FreeBSD >= 10 because its valgrind
throws a strange error.  Code provided by Lyndon.

12 years agotest/common.sh.in: use awk to pick off first output field.
Lyndon Nerenberg [Fri, 6 Dec 2013 22:52:03 +0000 (14:52 -0800)]
test/common.sh.in: use awk to pick off first output field.

md5 and md5sum are inconsistent in their use of SP vs HT as a field separator.
cut(1) can only handle a single field delimiter character; awk is more forgiving.

12 years agoMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
David Levine [Fri, 6 Dec 2013 04:49:54 +0000 (22:49 -0600)]
Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh

12 years agoRenamed test/getfqdn to test/getcanon.
David Levine [Fri, 6 Dec 2013 04:49:49 +0000 (22:49 -0600)]
Renamed test/getfqdn to test/getcanon.

12 years agoI give up for now; revert these debugging commits.
Ken Hornstein [Fri, 6 Dec 2013 04:40:44 +0000 (23:40 -0500)]
I give up for now; revert these debugging commits.

12 years agoOne final check to make sure the binary isn't stripped
Ken Hornstein [Fri, 6 Dec 2013 04:28:44 +0000 (23:28 -0500)]
One final check to make sure the binary isn't stripped

12 years agoSigh. Make sure the binaries aren't stripped as well.
Ken Hornstein [Fri, 6 Dec 2013 04:15:57 +0000 (23:15 -0500)]
Sigh. Make sure the binaries aren't stripped as well.

12 years agoSwitch to default of -g so hopefully we can get something useful from the
Ken Hornstein [Fri, 6 Dec 2013 03:56:57 +0000 (22:56 -0500)]
Switch to default of -g so hopefully we can get something useful from the
FreeBSD buildbot valgrind output.

12 years agoSigh, I always forget this is errno.h, not sys/errno.h.
Ken Hornstein [Fri, 6 Dec 2013 03:48:04 +0000 (22:48 -0500)]
Sigh, I always forget this is errno.h, not sys/errno.h.

12 years agoHave getfqdn fall back to printing out the given hostname if the DNS lookup
Ken Hornstein [Fri, 6 Dec 2013 02:59:22 +0000 (21:59 -0500)]
Have getfqdn fall back to printing out the given hostname if the DNS lookup
fails, to replicate the behavior of LocalName().

12 years agoThat didn't work, either. Restoring configure.ac.
David Levine [Fri, 6 Dec 2013 00:38:16 +0000 (18:38 -0600)]
That didn't work, either.  Restoring configure.ac.

12 years agoThat didn't work, try adding -pedantic-errors.
David Levine [Fri, 6 Dec 2013 00:35:00 +0000 (18:35 -0600)]
That didn't work, try adding -pedantic-errors.

12 years agoThe linker on FreeBSD 10 doesn't like -ansi. So added a
David Levine [Fri, 6 Dec 2013 00:10:01 +0000 (18:10 -0600)]
The linker on FreeBSD 10 doesn't like -ansi.  So added a
configure check to not put -ansi in CFLAGS if the linker
doesn't like it.  Though may need to add -pedantic-errors.
There doesn't seem to be an easy way to get automake to
not put CFLAGS in the link command.

12 years agoClean up mhbuild backup files left by test-header-encode.
David Levine [Thu, 5 Dec 2013 23:48:08 +0000 (17:48 -0600)]
Clean up mhbuild backup files left by test-header-encode.

12 years agoBetter fix than commit 605d80e7cf0d02d4bab9387f03b4e1d43177e33e
David Levine [Thu, 5 Dec 2013 14:02:27 +0000 (08:02 -0600)]
Better fix than commit 605d80e7cf0d02d4bab9387f03b4e1d43177e33e
for test-mhfixmsg:  always overwrite HOME environment variable
if mhfixmsg uses w3m.

12 years agoFix to commit 7e40862e6a4da7810a46aa1e28b05e527fdc208a:
David Levine [Thu, 5 Dec 2013 13:04:51 +0000 (07:04 -0600)]
Fix to commit 7e40862e6a4da7810a46aa1e28b05e527fdc208a:
only one of the variables should have ICONV_CONST.

12 years agoIn test-mhfixmsg, make sure that $HOME is writeable, in case
David Levine [Thu, 5 Dec 2013 04:25:14 +0000 (22:25 -0600)]
In test-mhfixmsg, make sure that $HOME is writeable, in case
nmh has been configured to use w3m.

12 years agoReally fixed mhmail.
David Levine [Thu, 5 Dec 2013 03:48:04 +0000 (21:48 -0600)]
Really fixed mhmail.

12 years agoRemoved temporary hack.
David Levine [Thu, 5 Dec 2013 03:18:38 +0000 (21:18 -0600)]
Removed temporary hack.

12 years agoRemoved temporary hack to enable debug from configure.ac.
David Levine [Thu, 5 Dec 2013 03:15:31 +0000 (21:15 -0600)]
Removed temporary hack to enable debug from configure.ac.