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-702-g0243117
Date: Sat, 15 May 2021 10:04:00 -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  0243117fa0524af0e62b3055229efda891ba0a3e (commit)
       via  d52837093db59266cdd081eb28f4dd23f5d2f5d3 (commit)
       via  34edf99b323dd42e993e57e277cfa276342a17e4 (commit)
       via  71b61f036a90707995e59b88e2d3e50e0ddb67bb (commit)
       via  92fc63693a1ce53e7eb642354218f06099292249 (commit)
       via  de689511f185d26d065b5538d8dd16ea4c77adad (commit)
       via  e5254f32356b1cb9ae27dd82a3d8025758f0244c (commit)
       via  acda9daee248baf1df4e83a8997f68cd6e9e8666 (commit)
       via  588afc0672688064d986f7aa6fcdf697257dc357 (commit)
      from  4c8ba0b13e18bb853376dc45d5e817dac7d01655 (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 0243117fa0524af0e62b3055229efda891ba0a3e
Author: Ralph Corderoy <ralph@inputplus.co.uk>
Date:   Sat May 15 14:52:03 2021 +0100

    uip/mhbuild.c: make global ‘rfc934sw’ an extra build_mime() parameter.
    
    Removes a global variable and the need for an extern in the other file
    which uses it.

commit d52837093db59266cdd081eb28f4dd23f5d2f5d3
Author: Ralph Corderoy <ralph@inputplus.co.uk>
Date:   Sat May 15 14:35:45 2021 +0100

    uip/viamail.c: make switch statement a ternary operator.
    
    If sendsbr()'s return values aren't being checked against all the
    possible values then only a return of ‘OK’ matters for determing the
    process's exit status of 0 or 1.

commit 34edf99b323dd42e993e57e277cfa276342a17e4
Author: Ralph Corderoy <ralph@inputplus.co.uk>
Date:   Sat May 15 14:05:51 2021 +0100

    sbr/fmt_scan.h: add extern for ‘fmt_mnull’ to replace ones in C files.

commit 71b61f036a90707995e59b88e2d3e50e0ddb67bb
Author: Ralph Corderoy <ralph@inputplus.co.uk>
Date:   Sat May 15 14:00:57 2021 +0100

    uip/sendsbr.h: add extern for ‘distfile’ to replace ones in C files.

commit 92fc63693a1ce53e7eb642354218f06099292249
Author: Ralph Corderoy <ralph@inputplus.co.uk>
Date:   Sat May 15 13:56:58 2021 +0100

    uip/sendsbr.h: add extern for ‘annotext’ to replace ones in C files.

commit de689511f185d26d065b5538d8dd16ea4c77adad
Author: Ralph Corderoy <ralph@inputplus.co.uk>
Date:   Sat May 15 13:55:40 2021 +0100

    uip/sendsbr.h: add extern for ‘altmsg’ to replace ones in C files.

commit e5254f32356b1cb9ae27dd82a3d8025758f0244c
Author: Ralph Corderoy <ralph@inputplus.co.uk>
Date:   Sat May 15 13:51:27 2021 +0100

    uip/popsbr.h: add extern for ‘response’ to replace ones in C files.

commit acda9daee248baf1df4e83a8997f68cd6e9e8666
Author: Ralph Corderoy <ralph@inputplus.co.uk>
Date:   Sat May 15 13:48:44 2021 +0100

    uip/ali.c: move extern for ‘akahead’ to uip/aliasbr.h.
    
    An extern in a C file is a bad smell as it may not match the
    declaration in a separate C file.

commit 588afc0672688064d986f7aa6fcdf697257dc357
Author: Ralph Corderoy <ralph@inputplus.co.uk>
Date:   Sat May 15 13:48:18 2021 +0100

    uip/mhparam.c: remove unused extern for ‘spoollocking’.

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

Summary of changes:
 sbr/fmt_compile.c |  2 --
 sbr/fmt_scan.h    |  2 ++
 uip/ali.c         |  2 --
 uip/aliasbr.h     |  2 ++
 uip/inc.c         |  2 --
 uip/mhbuild.c     |  6 +++---
 uip/mhbuildsbr.c  | 13 ++++++-------
 uip/mhbuildsbr.h  |  4 +++-
 uip/mhparam.c     |  2 --
 uip/msgchk.c      |  2 --
 uip/popsbr.h      |  2 ++
 uip/send.c        |  4 ----
 uip/sendsbr.h     |  4 ++++
 uip/viamail.c     | 10 +---------
 uip/whatnowsbr.c  |  4 ----
 15 files changed, 23 insertions(+), 38 deletions(-)


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



reply via email to

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