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 9f8f8b1e1d553774865f2c177191c359c3dc652c (commit)
from 7946a8c713bd43a52229345ad0289aaa461acfb3 (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 9f8f8b1e1d553774865f2c177191c359c3dc652c
Author: David Levine <[email protected]>
Date: Sat Jul 21 16:17:41 2012 -0500
Added -messageid switch to send(1) and post(8). This allows selection
of the style to use for generated Message-ID and Content-ID header
fields. The default localname style is pid.time@localname, where time
is in seconds, and matches previous behavior. The random style
replaces the localname with some (pseudo)random bytes and uses
microsecond-resolution time.
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 17 +++--
docs/pending-release-notes | 6 ++
h/mh.h | 7 ++
h/prototypes.h | 3 +
man/post.man | 20 ++++++
man/send.man | 20 ++++++
sbr/base64.c | 116 ++++++++++++++++++++++++++++++++
sbr/m_rand.c | 51 ++++++++++++++
sbr/message_id.c | 87 ++++++++++++++++++++++++
test/post/{test-mts => test-messageid} | 115 ++++++++++++++-----------------
test/post/test-mts | 2 +-
uip/mhbuildsbr.c | 11 ++--
uip/mhoutsbr.c | 57 +---------------
uip/post.c | 19 ++++--
uip/send.c | 3 +
uip/sendsbr.c | 3 +-
uip/whatnowsbr.c | 3 +
17 files changed, 400 insertions(+), 140 deletions(-)
create mode 100644 sbr/base64.c
create mode 100644 sbr/m_rand.c
create mode 100644 sbr/message_id.c
copy test/post/{test-mts => test-messageid} (54%)
hooks/post-receive
--
The nmh Mail Handling System
_______________________________________________
Nmh-commits mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/nmh-commits