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-975-g7b77847
Date: Mon, 24 Oct 2016 09:19:02 +0000 (UTC)

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  7b77847ec7bcd976d19baa5fd140fe429e3997a9 (commit)
       via  00d3f131b4fdf5b9913f1ed3ef94fa535be11655 (commit)
       via  c525020c77134b8832587755b7c05764a0516d80 (commit)
       via  dcf4ca6104c1085214bc110f0bb636fed0f64019 (commit)
       via  0c1ab746fc2890dbabb7a0de58fd71fa6eee1c42 (commit)
       via  6218e611276b20b9154bc61eaaf93d9ac0c75d92 (commit)
       via  b0aa8cdb1c264e42d4931ca24968689c73381278 (commit)
       via  a3a6236ccbaf3c979785e624726a42ddd7a2141c (commit)
       via  c4f704eb5309d15ffb7c15fc67074f22d0647951 (commit)
       via  9317c7994aca7aa34147859123c7ea80956daeb0 (commit)
       via  75a98caa3dddfc3276b9506d04a82014bd732e74 (commit)
       via  648dd5a3eb3c84fdef63b0b1123303741c17ddee (commit)
       via  b0d15cadcb4d61a51073a099990e853808b39e6d (commit)
       via  f6c3a4d9f5b6a13741331645e98baec9a0d8897e (commit)
       via  b4b6a38aefa551bce57d1d5fbb31cf5430a40c21 (commit)
       via  dd3c39a7552f923174b524e7146e10ca7adf4cab (commit)
       via  af86c4808e93e1f23416d93f1ccf9d68342637a4 (commit)
       via  43f8ebf56f22d904af392a2f2a0e402b1fffce8b (commit)
       via  ee0cec04d450c43ca0fef7990e18e4c73bee41e9 (commit)
       via  9b3fc4790b2473b23c69c0e70710e1e66a038f28 (commit)
       via  767e669eb7c50e5dd7e1ec9aae5c06c2b66b0819 (commit)
       via  0c9b09a8a9fca687adf2859976fba7df439ab000 (commit)
       via  461317c8fb5ec758fd77d2d7450ca3cd94fc58c2 (commit)
       via  95682af82216c4a04993d86825815a0195cddb85 (commit)
       via  23cc10281b91bba7d815e5a1506859e6a8bd8201 (commit)
       via  ef1ba39e8dae81091b6c3e73e72825ef6edea3c6 (commit)
       via  14665143f973d5dbcdab34de439bdd37a56d0e5f (commit)
       via  ad84a60e867db7e3f5e9357b4a16e619e1cacb43 (commit)
       via  fbef40722ecf70ad54b8c6f72c9c98c805bfd145 (commit)
      from  a1bcd496f6a3accb1dc90807402be2afa424fd34 (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 7b77847ec7bcd976d19baa5fd140fe429e3997a9
Author: Ralph Corderoy <address@hidden>
Date:   Mon Oct 24 00:18:18 2016 +0100

    fix_filename_param(): Remove redundant strlen().

commit 00d3f131b4fdf5b9913f1ed3ef94fa535be11655
Author: Ralph Corderoy <address@hidden>
Date:   Mon Oct 24 00:15:33 2016 +0100

    fix_filename_param(): Replace strncmp() with HasSuffix().

commit c525020c77134b8832587755b7c05764a0516d80
Author: Ralph Corderoy <address@hidden>
Date:   Mon Oct 24 00:11:42 2016 +0100

    sbr/utils.c: Add HasSuffix(s, suffix).
    
    HasSuffix returns true if non-NULL s ends with non-NULL suffix.

commit dcf4ca6104c1085214bc110f0bb636fed0f64019
Author: Ralph Corderoy <address@hidden>
Date:   Mon Oct 24 00:03:48 2016 +0100

    Use LEN() to save having to consider the -1.

commit 0c1ab746fc2890dbabb7a0de58fd71fa6eee1c42
Author: Ralph Corderoy <address@hidden>
Date:   Mon Oct 24 00:03:12 2016 +0100

    Use LEN() to save having to consider the -1.

commit 6218e611276b20b9154bc61eaaf93d9ac0c75d92
Author: Ralph Corderoy <address@hidden>
Date:   Mon Oct 24 00:02:33 2016 +0100

    Use LEN() to save having to consider the -1.

commit b0aa8cdb1c264e42d4931ca24968689c73381278
Author: Ralph Corderoy <address@hidden>
Date:   Mon Oct 24 00:01:54 2016 +0100

    Remove unused NCWD and NPWD #defines.

commit a3a6236ccbaf3c979785e624726a42ddd7a2141c
Author: Ralph Corderoy <address@hidden>
Date:   Sun Oct 23 23:45:34 2016 +0100

    Use HasPrefix() instead of strncmp().

commit c4f704eb5309d15ffb7c15fc67074f22d0647951
Author: Ralph Corderoy <address@hidden>
Date:   Sun Oct 23 23:44:58 2016 +0100

    Use HasPrefix() instead of strncmp().

commit 9317c7994aca7aa34147859123c7ea80956daeb0
Author: Ralph Corderoy <address@hidden>
Date:   Sun Oct 23 23:44:38 2016 +0100

    Use HasPrefix() instead of strncmp().

commit 75a98caa3dddfc3276b9506d04a82014bd732e74
Author: Ralph Corderoy <address@hidden>
Date:   Sun Oct 23 23:43:41 2016 +0100

    Use HasPrefix() instead of strncmp().

commit 648dd5a3eb3c84fdef63b0b1123303741c17ddee
Author: Ralph Corderoy <address@hidden>
Date:   Sun Oct 23 23:43:19 2016 +0100

    Use HasPrefix() instead of strncmp().

commit b0d15cadcb4d61a51073a099990e853808b39e6d
Author: Ralph Corderoy <address@hidden>
Date:   Sun Oct 23 23:20:58 2016 +0100

    Use HasPrefix() instead of strncmp().

commit f6c3a4d9f5b6a13741331645e98baec9a0d8897e
Author: Ralph Corderoy <address@hidden>
Date:   Sun Oct 23 23:20:45 2016 +0100

    Use HasPrefix() instead of strncmp().

commit b4b6a38aefa551bce57d1d5fbb31cf5430a40c21
Author: Ralph Corderoy <address@hidden>
Date:   Sun Oct 23 23:20:31 2016 +0100

    Use HasPrefix() instead of strncmp().

commit dd3c39a7552f923174b524e7146e10ca7adf4cab
Author: Ralph Corderoy <address@hidden>
Date:   Sun Oct 23 23:02:49 2016 +0100

    Use HasPrefix() instead of strncmp().

commit af86c4808e93e1f23416d93f1ccf9d68342637a4
Author: Ralph Corderoy <address@hidden>
Date:   Sun Oct 23 23:02:01 2016 +0100

    Use HasPrefix() instead of strncmp().

commit 43f8ebf56f22d904af392a2f2a0e402b1fffce8b
Author: Ralph Corderoy <address@hidden>
Date:   Sun Oct 23 22:59:57 2016 +0100

    nmh_command_generator(): Fix indentation.

commit ee0cec04d450c43ca0fef7990e18e4c73bee41e9
Author: Ralph Corderoy <address@hidden>
Date:   Sun Oct 23 22:51:24 2016 +0100

    Use HasPrefix() instead of strncmp().

commit 9b3fc4790b2473b23c69c0e70710e1e66a038f28
Author: Ralph Corderoy <address@hidden>
Date:   Sun Oct 23 22:49:25 2016 +0100

    Use HasPrefix() instead of strncmp().

commit 767e669eb7c50e5dd7e1ec9aae5c06c2b66b0819
Author: Ralph Corderoy <address@hidden>
Date:   Sun Oct 23 22:48:49 2016 +0100

    Use HasPrefix() instead of strncmp().

commit 0c9b09a8a9fca687adf2859976fba7df439ab000
Author: Ralph Corderoy <address@hidden>
Date:   Sun Oct 23 22:47:08 2016 +0100

    Use HasPrefix() instead of strncmp().

commit 461317c8fb5ec758fd77d2d7450ca3cd94fc58c2
Author: Ralph Corderoy <address@hidden>
Date:   Sun Oct 23 22:36:26 2016 +0100

    Use HasPrefix() instead of strncmp().

commit 95682af82216c4a04993d86825815a0195cddb85
Author: Ralph Corderoy <address@hidden>
Date:   Sun Oct 23 18:56:58 2016 +0100

    Use HasPrefix() instead of strncmp().

commit 23cc10281b91bba7d815e5a1506859e6a8bd8201
Author: Ralph Corderoy <address@hidden>
Date:   Sun Oct 23 18:56:33 2016 +0100

    Use HasPrefix() instead of strncmp().

commit ef1ba39e8dae81091b6c3e73e72825ef6edea3c6
Author: Ralph Corderoy <address@hidden>
Date:   Sun Oct 23 12:08:31 2016 +0100

    Alter HasSuffixC()'s char * to be const.

commit 14665143f973d5dbcdab34de439bdd37a56d0e5f
Author: Ralph Corderoy <address@hidden>
Date:   Sun Oct 23 12:02:55 2016 +0100

    utils.c: Add HasPrefix(s, prefix).
    
    HasPrefix returns true if non-NULL s starts with non-NULL prefix.

commit ad84a60e867db7e3f5e9357b4a16e619e1cacb43
Author: Ralph Corderoy <address@hidden>
Date:   Sun Oct 23 01:18:49 2016 +0100

    Rename EndsWithC() to HasSuffixC().

commit fbef40722ecf70ad54b8c6f72c9c98c805bfd145
Author: Ralph Corderoy <address@hidden>
Date:   Sun Oct 23 01:13:57 2016 +0100

    mh-folders.man: Remove empty `.I' immediately followed by `.IR'.

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

Summary of changes:
 h/utils.h                                |    4 +++-
 man/mh-folders.man                       |    1 -
 mts/smtp/smtp.c                          |    8 ++++----
 sbr/folder_read.c                        |    5 ++---
 sbr/m_convert.c                          |    3 ++-
 sbr/m_maildir.c                          |   11 +++++------
 sbr/mf.c                                 |   10 ++++------
 sbr/oauth.c                              |   10 +++++-----
 sbr/path.c                               |   22 ++++++++++------------
 sbr/read_switch_multiword_via_readline.c |    2 +-
 sbr/utils.c                              |   30 +++++++++++++++++++++++++++---
 uip/aliasbr.c                            |    2 +-
 uip/dropsbr.c                            |    8 ++++----
 uip/flist.c                              |    2 +-
 uip/folder.c                             |    2 +-
 uip/mhfixmsg.c                           |    5 +----
 uip/mhoutsbr.c                           |    3 ++-
 uip/mhstoresbr.c                         |    2 +-
 uip/popsbr.c                             |   11 +++++------
 uip/replsbr.c                            |    2 +-
 uip/rmf.c                                |    6 +++---
 uip/slocal.c                             |    3 +--
 22 files changed, 84 insertions(+), 68 deletions(-)


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



reply via email to

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