nmh-commits
[Top][All Lists]
Advanced

[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-156-g9f8f8b1
Date: Sat, 21 Jul 2012 21:18:22 +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  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 <address@hidden>
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 address@hidden, 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]