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-292-g64434ac
Date: Fri, 27 Oct 2017 17:58:35 -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  64434ac9b1008bed08d68384eb565c72b8ffbee8 (commit)
       via  ab2c72d2f25e801aebf4cae0e0b8128b288ac5c5 (commit)
       via  af9b66336bdbd198f3b1e7bca82e3d1278f27664 (commit)
       via  a7c1ec95e26ca515d95bfda1e260e3827ba25a1e (commit)
       via  6285556019a54b5c6e306d502591cf901ae08233 (commit)
      from  14ac4332fa909bb10b37f9542b07f607ba4eda9f (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 64434ac9b1008bed08d68384eb565c72b8ffbee8
Author: Ralph Corderoy <address@hidden>
Date:   Fri Oct 27 12:28:28 2017 +0100

    configure.ac: Test for libtinfo to resolve setupterm(3).
    
    ncurses 6.0+20170902-2 on Arch Linux doesn't provide setupterm();  it
    did in earlier versions.  This stops ./configure finding a suitable
    library.  Add tinfo to the search list, as that's the lower-level
    library that contains setupterm() now, and place it before curses and
    ncurses so the search stops if it's sufficient instead of the larger
    libraries.

commit ab2c72d2f25e801aebf4cae0e0b8128b288ac5c5
Author: Ralph Corderoy <address@hidden>
Date:   Tue Sep 26 21:14:06 2017 +0100

    msgchk.c: Remove UUCP tests; unused since `#ifdef MF'.
    
    The values UUCPOLD et al are never set so don't bother testing for them.
    They haven't be possible in git's history.  They were guarded in the
    past by `#ifdef MF';  that stood for `mail filter'.

commit af9b66336bdbd198f3b1e7bca82e3d1278f27664
Author: Ralph Corderoy <address@hidden>
Date:   Tue Sep 26 14:32:08 2017 +0100

    Replace getcpy(f()) calls with mh_xstrdup() when f() can't be NULL.
    
    And comment a few functions as never returning NULL along the way.

commit a7c1ec95e26ca515d95bfda1e260e3827ba25a1e
Author: Ralph Corderoy <address@hidden>
Date:   Mon Sep 25 17:43:04 2017 +0100

    Delete "blank" lines at start of files to bring content into view.

commit 6285556019a54b5c6e306d502591cf901ae08233
Author: Ralph Corderoy <address@hidden>
Date:   Mon Sep 25 11:36:36 2017 +0100

    utils.c: Improve comment describing add().  Suggest mh_xstrdup().

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

Summary of changes:
 INSTALL                |  1 -
 MACHINES               |  1 -
 Makefile.am            |  1 -
 NEWS                   |  1 -
 config/config.c        |  1 +
 configure.ac           |  3 +--
 docs/MAIL.FILTERING    |  1 -
 docs/README.SASL       |  1 -
 docs/README.about      |  1 -
 docs/README.developers |  1 -
 etc/MailAliases        |  1 -
 etc/components         |  1 -
 etc/digestcomps        |  1 -
 etc/distcomps          |  1 -
 etc/forwcomps          |  1 -
 etc/mhshow.header      |  1 -
 etc/mhshow.marker      |  1 -
 etc/mts.conf.in        |  1 -
 etc/replcomps          |  1 -
 m4/cppflags.m4         |  1 -
 m4/iconv.m4            |  1 -
 m4/locking.m4          |  1 -
 m4/mimetype.m4         |  1 -
 m4/netlibs.m4          |  1 -
 m4/readline.m4         |  1 -
 m4/tputs.m4            |  1 -
 sbr/arglist.c          |  2 +-
 sbr/context_read.c     |  3 ++-
 sbr/ext_hook.c         |  4 +---
 sbr/getfolder.c        |  1 +
 sbr/m_draft.c          |  1 +
 sbr/m_maildir.c        |  2 +-
 sbr/r1bindex.c         |  1 +
 sbr/utils.c            | 16 +++++++++-------
 test/fakehttp.c        |  3 +--
 test/fakepop.c         |  3 +--
 test/fakesmtp.c        |  3 +--
 test/getcanon.c        |  3 +--
 test/getcwidth.c       |  3 +--
 test/getfullname.c     |  3 +--
 test/runpty.c          |  3 +--
 test/server.c          |  3 +--
 uip/anno.c             |  2 +-
 uip/folder.c           |  4 ++--
 uip/forw.c             |  4 ++--
 uip/inc.c              |  2 +-
 uip/install-mh.c       |  2 +-
 uip/mhbuild.c          |  2 +-
 uip/mhlist.c           |  2 +-
 uip/mhn.c              |  4 ++--
 uip/mhshow.c           |  4 ++--
 uip/mhshowsbr.c        |  2 +-
 uip/mhstore.c          |  2 +-
 uip/msgchk.c           | 12 ++----------
 uip/refile.c           |  2 +-
 uip/repl.c             |  4 ++--
 uip/send.c             |  6 +++---
 uip/show.c             |  4 ++--
 uip/whatnowsbr.c       |  4 ++--
 uip/whom.c             |  4 ++--
 60 files changed, 56 insertions(+), 92 deletions(-)


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



reply via email to

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