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-125-g6f9d27d
Date: Mon, 28 Aug 2017 10:32:17 -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  6f9d27d45bd1ba8299ed15d53cdb76a365d641c5 (commit)
       via  0960755b43eeadb9af44c924cf85b39bd2fb78f6 (commit)
       via  8a204aba2ea3f7cf477af48a90afad655276e500 (commit)
       via  9a87f2bf9289ef232ec8c267fd7be76120c87ca2 (commit)
       via  a185f1ff856d4ddbe435968aca5626fe8f3d57f9 (commit)
       via  3a85a3ad2d55f4d8d998b0e65f02e86937438461 (commit)
       via  ef0d26cb067b1ffb2b5d816d3dde38fb29d96eb1 (commit)
       via  5b02a8e4890a747f23aa9fa57a221dcf1b20533a (commit)
       via  d1cb0cfb62b6106108566a503969d401299c0cf2 (commit)
       via  836f8eb0eda25f31b82c07384fc9b1fb60ce7182 (commit)
       via  e65e51841a9df3df8419fef157f314c41177864f (commit)
       via  67dc75818d2a5905e09851feeb9dba23f815dd67 (commit)
       via  bddd9ca00cd2e2e73aded115a59614af3a74a6cb (commit)
      from  9c7af92d3b8f712f62a69962f90d84a377424ed2 (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 6f9d27d45bd1ba8299ed15d53cdb76a365d641c5
Author: Ralph Corderoy <address@hidden>
Date:   Mon Aug 28 14:45:16 2017 +0100

    mhparse: Change mhfixmsg flags from int to bool.

commit 0960755b43eeadb9af44c924cf85b39bd2fb78f6
Author: Ralph Corderoy <address@hidden>
Date:   Mon Aug 28 14:35:15 2017 +0100

    mhparse.h: Add externs for skip_mp_cte_check, etc.
    
    Delete the local copies from the other user.

commit 8a204aba2ea3f7cf477af48a90afad655276e500
Author: Ralph Corderoy <address@hidden>
Date:   Mon Aug 28 14:34:44 2017 +0100

    Delete declaration already available from included header file.

commit 9a87f2bf9289ef232ec8c267fd7be76120c87ca2
Author: Ralph Corderoy <address@hidden>
Date:   Mon Aug 28 14:25:11 2017 +0100

    mhparse.h: Add externs for preferred_types[], etc.
    
    Delete the local copies from other users.

commit a185f1ff856d4ddbe435968aca5626fe8f3d57f9
Author: Ralph Corderoy <address@hidden>
Date:   Mon Aug 28 14:16:51 2017 +0100

    Delete declarations already available from included header files.

commit 3a85a3ad2d55f4d8d998b0e65f02e86937438461
Author: Ralph Corderoy <address@hidden>
Date:   Mon Aug 28 13:52:48 2017 +0100

    mhbuildsbr.c: Include mhcachesbr.h.  Delete copy of prototype.

commit ef0d26cb067b1ffb2b5d816d3dde38fb29d96eb1
Author: Ralph Corderoy <address@hidden>
Date:   Mon Aug 28 13:50:41 2017 +0100

    mhfixmsg.c: Make mhfixmsgsbr() static.

commit 5b02a8e4890a747f23aa9fa57a221dcf1b20533a
Author: Ralph Corderoy <address@hidden>
Date:   Mon Aug 28 13:37:24 2017 +0100

    Move NPARTS and NTYPES from mhparse.h to mhmisc.h.
    
    It's mhmisc.c that has the global arrays that use them.

commit d1cb0cfb62b6106108566a503969d401299c0cf2
Author: Ralph Corderoy <address@hidden>
Date:   Mon Aug 28 13:32:38 2017 +0100

    mhmisc.h: Add mhmisc.c's global variables as externs.
    
    Delete the local copies from other users.

commit 836f8eb0eda25f31b82c07384fc9b1fb60ce7182
Author: Ralph Corderoy <address@hidden>
Date:   Mon Aug 28 13:25:53 2017 +0100

    Create mhmisc.h with mhmisc.c's global-function prototypes.
    
    Delete the many local copies from each caller.

commit e65e51841a9df3df8419fef157f314c41177864f
Author: Ralph Corderoy <address@hidden>
Date:   Mon Aug 28 13:08:34 2017 +0100

    Make functions with no external callers by name static.

commit 67dc75818d2a5905e09851feeb9dba23f815dd67
Author: Ralph Corderoy <address@hidden>
Date:   Mon Aug 28 12:47:38 2017 +0100

    rcvtty.c: Remove duplicate prototype.  Other in mts.h.

commit bddd9ca00cd2e2e73aded115a59614af3a74a6cb
Author: Ralph Corderoy <address@hidden>
Date:   Mon Aug 28 12:45:32 2017 +0100

    aliasbr.c: Remove duplicate prototypes.  Others in aliasbr.h.

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

Summary of changes:
 Makefile.am            |  1 +
 h/mhparse.h            | 26 ++++++++++++--------------
 h/prototypes.h         |  1 -
 sbr/escape_addresses.c |  5 ++---
 uip/aliasbr.c          |  6 ------
 uip/mhbuildsbr.c       |  8 ++------
 uip/mhcachesbr.c       |  8 +-------
 uip/mhfixmsg.c         | 21 ++++++---------------
 uip/mhlist.c           | 22 +---------------------
 uip/mhlistsbr.c        |  6 +-----
 uip/mhmisc.c           | 13 ++-----------
 uip/mhmisc.h           | 24 ++++++++++++++++++++++++
 uip/mhn.c              | 16 +---------------
 uip/mhparse.c          | 24 ++++++++++--------------
 uip/mhshow.c           | 21 +--------------------
 uip/mhshowsbr.c        | 10 +---------
 uip/mhstore.c          | 19 +------------------
 uip/mhstoresbr.c       |  6 +-----
 uip/mkstemp.c          | 10 +++++-----
 uip/rcvtty.c           |  5 -----
 20 files changed, 72 insertions(+), 180 deletions(-)
 create mode 100644 uip/mhmisc.h


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



reply via email to

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