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-673-g8c7d92a
Date: Thu, 13 May 2021 09:03:32 -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  8c7d92a378f6bd47ed3f1cc58bc56d7d77479028 (commit)
       via  d8ca46fabc26469be325b73a73dcc26e70681eb5 (commit)
       via  0f7647cdbf6d21e8f342a43255897bd2ba82f310 (commit)
       via  29c7b2f7cef2b8b988e8c21ccd1bc2f1eb36b784 (commit)
      from  6efa69ae4de377af576b38f52807550aff847c37 (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 8c7d92a378f6bd47ed3f1cc58bc56d7d77479028
Author: Ralph Corderoy <ralph@inputplus.co.uk>
Date:   Thu May 13 13:54:41 2021 +0100

    sbr/fmt_rfc2047.c: change decode_rfc2047() to return bool not int.
    
    It was already returning 0 or 1.

commit d8ca46fabc26469be325b73a73dcc26e70681eb5
Author: Ralph Corderoy <ralph@inputplus.co.uk>
Date:   Thu May 13 13:46:20 2021 +0100

    sbr/path.c: add set_mypath() to factor out repeated code.
    
    set_mypath() sets the existing global ‘mypath’ which really holds
    the home-directory's path.  As getenv(3) and getpwuid(3)'s result
    can be invalidated by further library calls, a value they return is
    mh_xstrdup()'d; not all the old bits of code replaced by a call to
    set_mypath() were doing this.
    
    Also add more explicit error messages if set_mypath() has trouble
    finding the home directory's path.

commit 0f7647cdbf6d21e8f342a43255897bd2ba82f310
Author: Ralph Corderoy <ralph@inputplus.co.uk>
Date:   Thu May 13 13:01:59 2021 +0100

    sbr/error.c: improve comments as the glut of routines still confuses.
    
    In particularly, the subtlety that an non-NULL but empty ‘what’
    parameter to advertise(), or one of the many routines which calls it,
    triggers the printing of errno(3).

commit 29c7b2f7cef2b8b988e8c21ccd1bc2f1eb36b784
Author: Ralph Corderoy <ralph@inputplus.co.uk>
Date:   Thu May 13 12:39:14 2021 +0100

    man: use matching sexy pairs of single quotes for ‘’ output, not ’’.

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

Summary of changes:
 man/mark.man       |  2 +-
 man/mhstore.man    | 12 ++++++------
 man/repl.man       |  2 +-
 sbr/context_foil.c |  8 +++-----
 sbr/context_read.c | 13 +------------
 sbr/error.c        | 11 +++++++++--
 sbr/fmt_rfc2047.c  | 10 +++++-----
 sbr/fmt_rfc2047.h  |  2 +-
 sbr/path.c         | 32 ++++++++++++++++++++++++++++++++
 sbr/path.h         |  1 +
 uip/install-mh.c   | 13 +------------
 11 files changed, 61 insertions(+), 45 deletions(-)


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



reply via email to

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