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-230-gf8baa5a
Date: Sun, 21 Oct 2012 14:54:19 +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  f8baa5a34335fc0fc8ccabfabc601d0af73ab769 (commit)
      from  58d753387922687855f06192264154c52949d3ff (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 f8baa5a34335fc0fc8ccabfabc601d0af73ab769
Author: David Levine <address@hidden>
Date:   Sun Oct 21 09:52:46 2012 -0500

    Updated sendfiles(1):
    1) Added -from switch.
    2) sendfiles will now construct a From address, using the sender's
       localmbox, if the user does not specify it with -from or the PERSON
       environment variable.
    3) Added support for bzip2, lzma, and zip compression methods.  Added
       a new switch to select the method:  -compress <method>.  Because
       support for the old -compress with was broken (it did not use
       -c with compress/uncompress) and it was undocumented, it has
       been replaced.  Retained old -gzip and -none switches for backward
       compatibility even though they were undocumented.
    4) Allow the recipient argument to be preceded by the optional -to
       switch iff the subject argument is preceded by the optional
       -subject switch.  Allow the delay value to be specified using the
       optional -delay switch.
    5) Added -version and -help switches.
    6) All switches can now be abbreviated.
    
    /etc/sendfiles no longer needs to be configured.  It's easier to
    support make distcheck by having it figure out its path at runtime.
    
    In viamail, set postproc to post in the same directory as itself, if
    invoked with a full path.  This allows it to support make distcheck.
    viamail does not read the profile so its postproc is otherwise
    hard-coded at compile time.
    
    Added test-sendfiles.

-----------------------------------------------------------------------

Summary of changes:
 .gitignore               |    1 -
 Makefile.am              |   12 +--
 etc/sendfiles            |  178 +++++++++++++++++++++++++++++++++++++
 etc/sendfiles.in         |   82 -----------------
 man/sendfiles.man        |   46 +++++++---
 test/post/test-sendfiles |  222 ++++++++++++++++++++++++++++++++++++++++++++++
 uip/viamail.c            |   29 ++++++
 7 files changed, 466 insertions(+), 104 deletions(-)
 create mode 100755 etc/sendfiles
 delete mode 100755 etc/sendfiles.in
 create mode 100755 test/post/test-sendfiles


hooks/post-receive
-- 
The nmh Mail Handling System



reply via email to

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