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: Ralph Corderoy
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.7-branchpoint-144-g94eba9d
Date: Sun, 3 Sep 2017 07:42:27 -0400 (EDT)

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  94eba9d3c32077aa8548f2132cc43d6a0679272a (commit)
       via  afeebe19b502e0956b2d129f431576648786b089 (commit)
       via  39a12997e2d7705a2760a1198932f23f4e590aab (commit)
       via  55a31c2eec8e219a297ba7fa2f11c3f5108b0fe2 (commit)
      from  62266c4be53416747bc25ee24578ae7b811ce6db (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 94eba9d3c32077aa8548f2132cc43d6a0679272a
Author: Ralph Corderoy <address@hidden>
Date:   Sun Sep 3 12:23:14 2017 +0100

    ap.c, dp.c: exit(3) with 0 or 1, not [0, MAX_EXIT].
    
    Don't attempt to indicate the number of failures through the exit status
    as that's too constrained.  Just stick to zero for none, and 1 for some.
    Delete, the now unused, MAX_EXIT.

commit afeebe19b502e0956b2d129f431576648786b089
Author: Ralph Corderoy <address@hidden>
Date:   Sun Sep 3 12:18:59 2017 +0100

    DEFAULT_PAGER: Move from nmh.h to mh.h.  Former is "config.h".
    
    The macro isn't related to platform independence, unlike the rest of
    nmh.h, that starts by including config.h.

commit 39a12997e2d7705a2760a1198932f23f4e590aab
Author: Ralph Corderoy <address@hidden>
Date:   Sun Sep 3 00:22:18 2017 +0100

    geteditor.c: Hard-code the default, "vi".
    
    It was the only use of the DEFAULT_EDITOR macro, so that can be deleted.

commit 55a31c2eec8e219a297ba7fa2f11c3f5108b0fe2
Author: Ralph Corderoy <address@hidden>
Date:   Sat Sep 2 18:49:11 2017 +0100

    Move base64.c's prototypes from prototypes.h to new base64.h.

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

Summary of changes:
 Makefile.am          |  1 +
 h/mh.h               | 10 +++-------
 h/nmh.h              |  7 -------
 h/prototypes.h       | 33 ---------------------------------
 mts/smtp/smtp.c      |  1 +
 sbr/base64.c         | 19 ++++++++++++++++++-
 sbr/base64.h         | 15 +++++++++++++++
 sbr/encode_rfc2047.c |  1 +
 sbr/geteditor.c      |  2 +-
 sbr/icalendar.l      |  1 +
 sbr/message_id.c     |  1 +
 sbr/netsec.c         |  1 +
 uip/ap.c             |  2 +-
 uip/dp.c             |  2 +-
 uip/mhoutsbr.c       |  1 +
 uip/mhparse.c        |  1 +
 uip/popsbr.c         |  1 +
 uip/viamail.c        |  1 +
 18 files changed, 49 insertions(+), 51 deletions(-)
 create mode 100644 sbr/base64.h


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



reply via email to

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