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-1261-g02b04f3
Date: Sat, 22 Apr 2017 09:19:05 -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  02b04f3b19b8bd69ae292eeb2c2d7eec410506f2 (commit)
       via  6a26499beca5a61354b6cc12e4abf6b7454ff878 (commit)
       via  af4a4f3cf9d59705d280ea5c0798fc737c863725 (commit)
      from  77bd4fc7347961a3436393f4de70b0acca475ecc (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 02b04f3b19b8bd69ae292eeb2c2d7eec410506f2
Author: Ralph Corderoy <address@hidden>
Date:   Sat Apr 22 14:10:41 2017 +0100

    docs/FAQ: Replace suggestion of NOMHNPROC with -nocheckmime.
    
    Environment variable NOMHNPROC was removed in 1.6, as stated in NEWS.

commit 6a26499beca5a61354b6cc12e4abf6b7454ff878
Author: Ralph Corderoy <address@hidden>
Date:   Sat Apr 22 01:00:29 2017 +0100

    sbr/discard.c: Simplify by inverting initial test.
    
    The function used to return early, but these days that's just avoiding a
    single statement, so execute that conditionally instead.

commit af4a4f3cf9d59705d280ea5c0798fc737c863725
Author: Ralph Corderoy <address@hidden>
Date:   Sat Apr 22 00:48:47 2017 +0100

    sbr/lock_file.c: Move static variables into their functions.
    
    A couple of file-scoped statc ints were the typical "if this function is
    being called for the first time" flags.  Move each into their respective
    functions.  Make them bools.  Name them so the initial value is zero,
    thus placing them in BSS.

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

Summary of changes:
 docs/FAQ        |  8 ++------
 sbr/discard.c   | 12 ++----------
 sbr/lock_file.c | 28 ++++++++++++----------------
 3 files changed, 16 insertions(+), 32 deletions(-)


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



reply via email to

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