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: Ken Hornstein
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.5-branchpoint-616-g5864389
Date: Thu, 21 Mar 2013 21:20:29 +0000

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  5864389bd6a997e8d804b7d92d1ef94101c5cfbc (commit)
       via  17932f7aea1c21cf17738f47996345d9d0a6ce51 (commit)
       via  85bb87a28dff30d9e90ec80ab33cd97a3f07cb9d (commit)
       via  a1067dea91a4cb3fc71b0b33271d2c7c9c8a2d7a (commit)
       via  64cc8937ff11ffd37736f27ceed5f4ff93161ca7 (commit)
       via  6b4bc4a25eaac2eddd1bef51e3f00c21f98ed32d (commit)
       via  e7d99d14b29716ded431a9c2ebefe2ec02d85ce4 (commit)
       via  1c8cf81caa1f8d56f8812b73d37cfc62a9815877 (commit)
       via  f5d307951949b2787173fd2dc0aa413b59a9486e (commit)
       via  2e08fdfc0ef872c968c2e42b7ee0ede42aee14aa (commit)
       via  182f6368f75799e25563cbf355923a72c995078b (commit)
       via  4823929d7c53e0cb167884ef35c34db34fef2729 (commit)
      from  6f709079918193f7454c698c6471192117213d32 (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 5864389bd6a997e8d804b7d92d1ef94101c5cfbc
Author: Ken Hornstein <address@hidden>
Date:   Thu Mar 21 17:19:46 2013 -0400

    Change mhfixmsg to the new world folder_read() API.

commit 17932f7aea1c21cf17738f47996345d9d0a6ce51
Merge: 6f70907 85bb87a
Author: Ken Hornstein <address@hidden>
Date:   Thu Mar 21 17:14:30 2013 -0400

    Merge branch 'newlock'

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

Summary of changes:
 Makefile.am                    |    9 +-
 configure.ac                   |   43 +---
 docs/pending-release-notes     |    1 +
 etc/mts.conf.in                |   16 ++
 h/mh.h                         |   12 +
 h/mts.h                        |    1 +
 h/prototypes.h                 |   58 ++++-
 h/utils.h                      |   21 ++
 m4/locking.m4                  |   56 +++++
 man/mh-profile.man             |   22 ++
 man/mh-sequence.man            |   30 +++
 man/mh-tailor.man              |   13 +
 sbr/context_read.c             |    4 +-
 sbr/context_save.c             |    4 +-
 sbr/folder_free.c              |    8 +
 sbr/folder_read.c              |    6 +-
 sbr/lock_file.c                |  524 ++++++++++++++++++++++++++--------------
 sbr/m_draft.c                  |    2 +-
 sbr/mts.c                      |    3 +
 sbr/seq_read.c                 |   21 +-
 sbr/seq_save.c                 |   19 ++-
 sbr/utils.c                    |   16 ++
 test/common.sh.in              |    1 +
 test/locking/test-datalocking  |   47 ++++
 test/locking/test-spoollocking |   55 +++++
 uip/anno.c                     |    2 +-
 uip/annosbr.c                  |    4 +-
 uip/burst.c                    |    2 +-
 uip/comp.c                     |    3 +-
 uip/dist.c                     |    2 +-
 uip/dropsbr.c                  |    5 +-
 uip/flist.c                    |    2 +-
 uip/fmttest.c                  |    2 +-
 uip/folder.c                   |    2 +-
 uip/forw.c                     |    2 +-
 uip/inc.c                      |  107 ++++-----
 uip/mark.c                     |    2 +-
 uip/mhbuildsbr.c               |    2 +-
 uip/mhcachesbr.c               |   12 +-
 uip/mhfixmsg.c                 |    2 +-
 uip/mhlist.c                   |    2 +-
 uip/mhn.c                      |    2 +-
 uip/mhpath.c                   |    2 +-
 uip/mhshow.c                   |    2 +-
 uip/mhstore.c                  |    2 +-
 uip/mhstoresbr.c               |    2 +-
 uip/mhtest.c                   |    2 +-
 uip/msh.c                      |    8 +-
 uip/packf.c                    |    2 +-
 uip/pick.c                     |   63 +++--
 uip/rcvstore.c                 |    2 +-
 uip/refile.c                   |    4 +-
 uip/repl.c                     |    2 +-
 uip/rmm.c                      |    2 +-
 uip/scan.c                     |    2 +-
 uip/send.c                     |    2 +-
 uip/sendsbr.c                  |    2 +-
 uip/show.c                     |    2 +-
 uip/slocal.c                   |    4 +-
 uip/sortm.c                    |    2 +-
 60 files changed, 878 insertions(+), 376 deletions(-)
 create mode 100644 m4/locking.m4
 create mode 100755 test/locking/test-datalocking
 create mode 100755 test/locking/test-spoollocking


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



reply via email to

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