[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated
From: |
David Levine |
Subject: |
[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.5-branchpoint-139-gd31c931 |
Date: |
Mon, 02 Jul 2012 00:27:26 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The nmh Mail Handling System".
The branch, master has been updated
via d31c931415a6e2515bc42ddd08829894625c4273 (commit)
via 1ae96ed565c1bb0ae054f81b47bf960d2b62e658 (commit)
from f8d406ddb0180862ba695181696369e0ec938329 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d31c931415a6e2515bc42ddd08829894625c4273
Author: David Levine <address@hidden>
Date: Sun Jul 1 19:24:36 2012 -0500
Rather than fix the reported bug, backslash in commented lines
in alias file is interpreted, I documented that behavior in
the mh-format man page and etc/MailAliases. This behavior is
unfortunate, but it is a result of the implementation of nmh's
vfgets() function. That function is used by other callers
that expect the behavior. [Bug #23553]
commit 1ae96ed565c1bb0ae054f81b47bf960d2b62e658
Author: David Levine <address@hidden>
Date: Sun Jul 1 19:20:22 2012 -0500
Added test-dp, test-fmtdump, test-prompter, test-rcvstore,
test-rcvpack, and test-rcvdist.
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 8 +-
etc/MailAliases | 6 +-
man/mh-alias.man | 8 ++-
test/format/test-dp | 115 +++++++++++++++++++++
test/format/test-fmtdump | 129 +++++++++++++++++++++++
test/prompter/test-prompter | 235 +++++++++++++++++++++++++++++++++++++++++++
test/rcv/test-rcvdist | 101 ++++++++++++++++++
test/rcv/test-rcvpack | 79 +++++++++++++++
test/rcv/test-rcvstore | 205 +++++++++++++++++++++++++++++++++++++
9 files changed, 881 insertions(+), 5 deletions(-)
create mode 100755 test/format/test-dp
create mode 100755 test/format/test-fmtdump
create mode 100755 test/prompter/test-prompter
create mode 100755 test/rcv/test-rcvdist
create mode 100755 test/rcv/test-rcvpack
create mode 100755 test/rcv/test-rcvstore
hooks/post-receive
--
The nmh Mail Handling System
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.5-branchpoint-139-gd31c931,
David Levine <=