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-1268-g1d293e0
Date: Sat, 22 Apr 2017 11:52: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  1d293e00e4411d584483411cfebe88997057ae0c (commit)
       via  9e710392caca2dcc87b5588a18f9ae8bd2c5b6af (commit)
       via  e4990ecc1ff236e73d8a44f37c2744c772b95875 (commit)
       via  f053f0b49f317d31b337fe8d8b07612671831a52 (commit)
       via  5251d171e8e90a7a69f2bd740965140b6b69fcbe (commit)
       via  8a5b32e396d5bbf89b419ec442f33f6962d58a17 (commit)
       via  ca9f3b344ed691254a990c4d0ec6f3f08312ee3b (commit)
      from  02b04f3b19b8bd69ae292eeb2c2d7eec410506f2 (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 1d293e00e4411d584483411cfebe88997057ae0c
Author: Ralph Corderoy <address@hidden>
Date:   Sat Apr 22 16:51:02 2017 +0100

    uip/mhbuildsbr.c: Remove unusused MAXURLTOKEN macro.
    
    "Maximum size of URL token in message/external-body".
    Uses deleted in 95ad91ca30e1cda09efe454d12ed790a60661f56.

commit 9e710392caca2dcc87b5588a18f9ae8bd2c5b6af
Author: Ralph Corderoy <address@hidden>
Date:   Sat Apr 22 16:48:13 2017 +0100

    sbr/dtime.c: Remove unused `struct zone' definition.
    
    The uses went in 6a68057d8ef48bef3ee752741a53a629a2840e68.

commit e4990ecc1ff236e73d8a44f37c2744c772b95875
Author: Ralph Corderoy <address@hidden>
Date:   Sat Apr 22 16:46:33 2017 +0100

    uip/post.c: Don't bother naming `struct oauth_profile'.
    
    It's never used, and one more identifier to track when reading.
    If there's no name, that's a signal it's not used elsewhere.

commit f053f0b49f317d31b337fe8d8b07612671831a52
Author: Ralph Corderoy <address@hidden>
Date:   Sat Apr 22 16:42:51 2017 +0100

    h/nmh.h: Remove unused NLENGTH(dirent) macro.
    
    It just does a strlen(3) of its argument's d_name;  that's not even done
    longhand anyway.  And its name is very generic for such a narrow task.

commit 5251d171e8e90a7a69f2bd740965140b6b69fcbe
Author: Ralph Corderoy <address@hidden>
Date:   Sat Apr 22 16:41:00 2017 +0100

    h/mts.h: Remove unused isdlm{1,2}() macros.
    
    They just do a strcmp(3) of their argument against mmdlm{1,2} and test
    it's "equal".  That's more clearly written longhand than have yet
    another small-scope, specialised, macro to recall;  as practice bears
    out.

commit 8a5b32e396d5bbf89b419ec442f33f6962d58a17
Author: Ralph Corderoy <address@hidden>
Date:   Sat Apr 22 16:39:29 2017 +0100

    h/mh.h: Remove unused set_deleted() macro.
    
    Its comment says "for msh only".

commit ca9f3b344ed691254a990c4d0ec6f3f08312ee3b
Author: Ralph Corderoy <address@hidden>
Date:   Sat Apr 22 14:31:10 2017 +0100

    h/tws.h: Remove TW_YES and TW_NO;  TW_SUCC good enough.
    
    TW_SUCC is a macro for the bit-mask 0x0040.  TW_YES, a vague name, was
    the same value.  TW_NO was 0, and unused by the code.  Ditch both those
    as TW_SUCC is sufficient for setting and testing.  Alter its comment to
    make clear it means parsing was successful.

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

Summary of changes:
 h/mh.h           | 3 ---
 h/mts.h          | 3 ---
 h/nmh.h          | 1 -
 h/tws.h          | 4 +---
 sbr/dtime.c      | 6 ------
 sbr/dtimep.l     | 2 +-
 uip/mhbuildsbr.c | 6 ------
 uip/post.c       | 2 +-
 8 files changed, 3 insertions(+), 24 deletions(-)


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



reply via email to

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