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.6-branchpoint-1243-g791576c
Date: Mon, 17 Apr 2017 06:52:48 -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  791576c7f643c97ca087720751ea89f357c5b8fa (commit)
       via  fe86b6d55ac470e6e832c53ea2c71e680efe5274 (commit)
       via  3e3e0f988322e6cec76a78a4cdf68bd158d552e6 (commit)
       via  401de08a88c0837c4c7fff0da0b8689160e6488b (commit)
      from  ba5c4a5dd8748d16592ba1d77aa23447c1d6a6ff (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 791576c7f643c97ca087720751ea89f357c5b8fa
Author: Ralph Corderoy <address@hidden>
Date:   Mon Apr 17 11:50:39 2017 +0100

    Allow advertise() to assume strerror(3) won't fail.
    
    The code already assumes that elsewhere when it calls strerror().

commit fe86b6d55ac470e6e832c53ea2c71e680efe5274
Author: Ralph Corderoy <address@hidden>
Date:   Mon Apr 17 11:42:39 2017 +0100

    Change admonish(NULL, "foo") to inform("foo, continuing...").
    
    Removes more uses of the ad... functions with unneeded parameters.
    Puts the "continuing" at the call site rather than the reader having to
    remember it's being magically appended.  (Some calls were passing
    "foo\n" that would result in "foo\n, continuing...\n" appearing.)

commit 3e3e0f988322e6cec76a78a4cdf68bd158d552e6
Author: Ralph Corderoy <address@hidden>
Date:   Mon Apr 17 11:13:36 2017 +0100

    Don't store getname()'s return value during flushing.
    
    `cp' after the loop is overwritten before being read.
    Not storing the return value makes it clear it's not used.

commit 401de08a88c0837c4c7fff0da0b8689160e6488b
Author: Ralph Corderoy <address@hidden>
Date:   Mon Apr 17 11:06:12 2017 +0100

    Improve function comments for the ad... diagnostic functions.
    
    Give the resulting layout of parameters that appears on stderr.

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

Summary of changes:
 sbr/addrsbr.c         | 15 ++++++---------
 sbr/context_del.c     |  2 +-
 sbr/context_replace.c |  2 +-
 sbr/credentials.c     |  4 ++--
 sbr/datetime.c        |  5 ++---
 sbr/encode_rfc2047.c  |  2 +-
 sbr/error.c           | 23 +++++++++++------------
 sbr/readconfig.c      |  8 ++++----
 sbr/utils.c           |  6 +++---
 uip/burst.c           |  2 +-
 uip/dropsbr.c         | 13 ++++++-------
 uip/folder.c          |  6 +++---
 uip/inc.c             |  4 ++--
 uip/mhbuildsbr.c      | 29 ++++++++++++++---------------
 uip/mhfixmsg.c        | 10 +++++-----
 uip/mhical.c          | 11 ++++++-----
 uip/mhparse.c         | 21 ++++++++++-----------
 uip/mhshowsbr.c       |  9 ++++-----
 uip/mhstoresbr.c      |  3 +--
 uip/picksbr.c         |  2 +-
 uip/rcvdist.c         |  2 +-
 uip/rmf.c             |  5 +++--
 uip/sendsbr.c         | 18 +++++++++---------
 uip/sortm.c           |  2 +-
 24 files changed, 98 insertions(+), 106 deletions(-)


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



reply via email to

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