Re: Add URLS to list descriptions.
Ken Hornstein <[email protected]> Fri, 20 Apr 2012 08:50:48 -0400
| Newsgroups | gmane.mail.exmh.devel,gmane.mail.exmh.user |
|---|---|
| Message-ID | <[email protected]> |
>With nmh 1.4, bouncing of messages stopped working for me: dist fails >with an "unable to link ... File exists" error. I didn't build this >from sources, so I only reported a bug against the Fedora >distribution, see https://bugzilla.redhat.com/show_bug.cgi?id=804333 Yeah, sorry about that. I discovered that after 1.4 was released. It's fixed in the current version and will be fixed in 1.5. It turned out that was broken for a while, but since not that many people use the current source code from the revision control tree it wasn't noticed (I don't use dist very much myself ... I only noticed when I upgraded my wife's copy of nmh and she started complaining about it). If you're up for patching it yourself the revision where it was fixed is here: http://git.savannah.gnu.org/cgit/nmh.git/commit/?id=01943d78230ead5bcc568e8a87d3cdbaac1f5584 We actually resurrected the old nmh test suite and integrated it into Automake, so now a lot of things automatically get checked. Although it occurs to me that dist is NOT currently in the test suite; I should put it in there. --Ken