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 "Paul's DBMail tree".

The branch, master has been updated
       via  e3343d94704cd69a6c69a2ad1d5f24e6a6c3a6de (commit)
      from  2da7411789e03a9b51f2e286ea1ea6cc4f3e4303 (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 e3343d94704cd69a6c69a2ad1d5f24e6a6c3a6de
Author: Paul J Stevens <p...@nfg.nl>
Date:   Sat Apr 14 14:23:49 2012 +0200

    partial POSIX compliance cleanup #967

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

Summary of changes:
 INSTALL                          |    2 +-
 README                           |    2 +-
 src/auth.h                       |   40 ++--
 src/authmodule.c                 |   46 ++--
 src/authmodule.h                 |   42 ++--
 src/clientbase.c                 |   44 ++--
 src/clientbase.h                 |   28 +-
 src/clientsession.c              |   26 +-
 src/clientsession.h              |   18 +-
 src/dbmail-imapsession.c         |  208 ++++++++--------
 src/dbmail-imapsession.h         |   36 ++--
 src/dbmail-mailbox.c             |  146 ++++++------
 src/dbmail-mailbox.h             |   18 +-
 src/dbmail-message.c             |  216 ++++++++--------
 src/dbmail-message.h             |   20 +-
 src/dbmail-user.c                |   80 +++---
 src/dbmail-user.h                |   28 +-
 src/dbmail.h.in                  |    1 +
 src/dbmailtypes.h                |  192 ++++++---------
 src/dm_acl.c                     |   56 +++---
 src/dm_acl.h                     |   17 +-
 src/dm_cache.c                   |   20 +-
 src/dm_cache.h                   |    8 +-
 src/dm_capa.c                    |    4 +-
 src/dm_capa.h                    |    6 +-
 src/dm_cidr.c                    |    2 +-
 src/dm_cidr.h                    |    6 +-
 src/dm_config.c                  |  108 ++++----
 src/dm_config.h                  |   16 +-
 src/dm_cram.c                    |    2 +-
 src/dm_cram.h                    |    6 +-
 src/dm_db.c                      |  500 +++++++++++++++++++-------------------
 src/dm_db.h                      |  134 +++++-----
 src/dm_debug.c                   |   24 +-
 src/dm_debug.h                   |   12 +-
 src/dm_digest.c                  |    2 +-
 src/dm_digest.h                  |    5 +-
 src/dm_dsn.c                     |   50 ++--
 src/dm_dsn.h                     |   25 +-
 src/dm_http.c                    |   36 ++--
 src/dm_http.h                    |    2 +-
 src/dm_iconv.c                   |    2 +-
 src/dm_iconv.h                   |   10 +-
 src/dm_list.c                    |   16 +-
 src/dm_list.h                    |    6 +-
 src/dm_mailboxstate.c            |   96 ++++----
 src/dm_mailboxstate.h            |   28 +-
 src/dm_match.h                   |    7 +-
 src/dm_memblock.c                |    2 +-
 src/dm_memblock.h                |    2 +-
 src/dm_misc.c                    |   34 ++--
 src/dm_misc.h                    |   26 +-
 src/dm_quota.c                   |  105 ++++++---
 src/dm_quota.h                   |   53 +----
 src/dm_request.c                 |   18 +-
 src/dm_request.h                 |    4 +-
 src/dm_sievescript.c             |   44 ++--
 src/dm_sievescript.h             |   32 ++--
 src/dm_sset.c                    |    2 +-
 src/dm_sset.h                    |    6 +-
 src/dm_tls.c                     |    6 +-
 src/dm_tls.h                     |    6 +-
 src/export.c                     |   20 +-
 src/httpd.c                      |    4 +-
 src/imap4.c                      |   12 +-
 src/imapcommands.c               |  166 ++++++-------
 src/imapcommands.h               |    6 +-
 src/imapd.c                      |    6 +-
 src/lmtp.c                       |   36 ++--
 src/lmtp.h                       |    4 +-
 src/lmtpd.c                      |    4 +-
 src/main.c                       |   16 +-
 src/maintenance.c                |   56 +++---
 src/modules/authldap.c           |  124 +++++-----
 src/modules/authsql.c            |   66 +++---
 src/modules/sortnull.c           |   16 +-
 src/modules/sortsieve.c          |   38 ++--
 src/pop3.c                       |  107 +++++----
 src/pop3d.c                      |    6 +-
 src/server.c                     |   46 ++--
 src/server.h                     |   18 +-
 src/sievecmd.c                   |   34 ++--
 src/sort.h                       |   22 +-
 src/sortmodule.c                 |   24 +-
 src/sortmodule.h                 |   22 +-
 src/timsieve.c                   |   34 ++--
 src/timsieved.c                  |    4 +-
 src/user.c                       |    4 +-
 test/check_dbmail.h              |    2 +-
 test/check_dbmail_auth.c         |   18 +-
 test/check_dbmail_capa.c         |    2 +-
 test/check_dbmail_common.c       |   10 +-
 test/check_dbmail_db.c           |  154 ++++++------
 test/check_dbmail_deliver.c      |  114 +++++-----
 test/check_dbmail_dsn.c          |   24 +-
 test/check_dbmail_imapd.c        |   34 ++--
 test/check_dbmail_list.c         |    2 +-
 test/check_dbmail_mailbox.c      |   34 ++--
 test/check_dbmail_mailboxstate.c |   16 +-
 test/check_dbmail_memblock.c     |    2 +-
 test/check_dbmail_message.c      |   14 +-
 test/check_dbmail_misc.c         |    2 +-
 test/check_dbmail_server.c       |    2 +-
 test/check_dbmail_sset.c         |    2 +-
 test/check_dbmail_user.c         |   26 +-
 test/check_dbmail_util.c         |   10 +-
 106 files changed, 2042 insertions(+), 2060 deletions(-)


hooks/post-receive
--
Paul's DBMail tree
_______________________________________________
Dbmail-dev mailing list
Dbmail-dev@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev

Reply via email to