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  ba5c4a5dd8748d16592ba1d77aa23447c1d6a6ff (commit)
       via  8a14191c0a0ad15bb8f35b49748c75c1e0a8c2f4 (commit)
       via  1824820f0dcdcf5f96fb4c6ac0c84e86a26d0e63 (commit)
      from  b28c59528986bca109750b6f683263bd5ffd19d5 (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 ba5c4a5dd8748d16592ba1d77aa23447c1d6a6ff
Author: Ralph Corderoy <[email protected]>
Date:   Mon Apr 17 10:57:54 2017 +0100

    Fix bug in advertise("", "", "foo", ap).
    
    A non-NULL but empty `what' would result in "fooerrno\n" without
    separation.  Improve the function's comment to try and make it obvious
    how its out of order parameters appear.

commit 8a14191c0a0ad15bb8f35b49748c75c1e0a8c2f4
Author: Ralph Corderoy <[email protected]>
Date:   Mon Apr 17 10:42:09 2017 +0100

    Replace advise(NULL, fmt, ...) with inform(fmt, ...).

commit 1824820f0dcdcf5f96fb4c6ac0c84e86a26d0e63
Author: Ralph Corderoy <[email protected]>
Date:   Mon Apr 17 10:16:51 2017 +0100

    Add inform() to provide an equivalent to advise(NULL, ...).
    
    A small step in clearing up the confusing ad... names of the diagnostic
    routines.  `inform' isn't great, but err(3) nabs `warn' already.

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

Summary of changes:
 h/prototypes.h       |   1 +
 mts/smtp/smtp.c      |   4 +-
 sbr/addrsbr.c        |   2 +-
 sbr/ambigsw.c        |   2 +-
 sbr/base64.c         |   6 +--
 sbr/context_foil.c   |   6 +--
 sbr/datetime.c       |  22 +++++-----
 sbr/encode_rfc2047.c |  20 ++++-----
 sbr/error.c          |  27 ++++++++----
 sbr/ext_hook.c       |   4 +-
 sbr/fmt_compile.c    |   2 +-
 sbr/folder_addmsg.c  |   6 +--
 sbr/folder_pack.c    |   2 +-
 sbr/icalendar.l      |   2 +-
 sbr/lock_file.c      |   2 +-
 sbr/m_convert.c      |  24 +++++------
 sbr/m_getfld.c       |   6 +--
 sbr/mime_type.c      |   8 ++--
 sbr/oauth.c          |   2 +-
 sbr/push.c           |   2 +-
 sbr/ruserpass.c      |   2 +-
 sbr/seq_add.c        |   4 +-
 sbr/seq_del.c        |   6 +--
 sbr/seq_nameok.c     |   8 ++--
 sbr/utils.c          |   2 +-
 uip/comp.c           |   2 +-
 uip/dist.c           |   2 +-
 uip/distsbr.c        |   8 ++--
 uip/forw.c           |   2 +-
 uip/inc.c            |  12 +++---
 uip/mhcachesbr.c     |   6 +--
 uip/mhfixmsg.c       |  51 +++++++++++------------
 uip/mhlogin.c        |   2 +-
 uip/mhlsbr.c         |   8 ++--
 uip/mhmisc.c         |   4 +-
 uip/mhoutsbr.c       |   4 +-
 uip/mhparam.c        |   4 +-
 uip/mhparse.c        | 115 +++++++++++++++++++++++----------------------------
 uip/mhshowsbr.c      |  12 +++---
 uip/mhstoresbr.c     |  19 ++++-----
 uip/mkstemp.c        |   2 +-
 uip/msgchk.c         |   4 +-
 uip/picksbr.c        |  40 +++++++++---------
 uip/post.c           |  34 +++++++--------
 uip/rcvstore.c       |   2 +-
 uip/rcvtty.c         |   4 +-
 uip/repl.c           |   2 +-
 uip/rmf.c            |   4 +-
 uip/scan.c           |   2 +-
 uip/send.c           |   8 ++--
 uip/sendsbr.c        |  11 +++--
 uip/slocal.c         |   4 +-
 uip/sortm.c          |   6 +--
 uip/whatnowsbr.c     |  38 ++++++++---------
 uip/whom.c           |   2 +-
 55 files changed, 289 insertions(+), 297 deletions(-)


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

_______________________________________________
Nmh-commits mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/nmh-commits

Reply via email to