Welcome back Paul.

> -----Original Message-----
> From: dbmail-dev-boun...@dbmail.org [mailto:dbmail-dev-
> boun...@dbmail.org] On Behalf Of Paul J Stevens
> Sent: sábado, 8 de Agosto de 2009 11:29
> To: dbmail-dev@dbmail.org
> Subject: [Dbmail-dev] [SCM]Paul's DBMail tree branch, master, updated.
> 51e9324444f8b950698a79d55a546457c55d3557
> 
> 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  51e9324444f8b950698a79d55a546457c55d3557 (commit)
>        via  30029f85e93aca98c9f0b73f655fb8a6629136a7 (commit)
>        via  51e2e243fbdf34078cc863318059690e75a21410 (commit)
>        via  37f684c5145bad6a3cd97d4480413a4337fdcd53 (commit)
>        via  b3adc898f2086d43aecc2b49ff6b5dce801a1f66 (commit)
>        via  8fa4c5a6b329a56f616d94018bb8761b8d5f36d8 (commit)
>        via  3046a44a19782e515c355baf7269d57d377e3cb9 (commit)
>        via  51dbffe989feb04d11c7d4b32310acc6d722b608 (commit)
>        via  427dfba050bfbbcd2f3b07356224485de553326e (commit)
>        via  0f581db74250031354c7d303affc6d3c88c68d56 (commit)
>        via  a91a405e2c35444ba15547389bd6d88ada1f21e8 (commit)
>       from  256c9ab85bb44f1817bfca7af2644e833af81494 (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 51e9324444f8b950698a79d55a546457c55d3557
> Author: Paul J Stevens <p...@nfg.nl>
> Date:   Sat Aug 8 12:28:36 2009 +0200
> 
>     minor cleanup
> 
> commit 30029f85e93aca98c9f0b73f655fb8a6629136a7
> Author: Jonathan Feally <vult...@netvulture.com>
> Date:   Mon Aug 3 20:21:33 2009 -0700
> 
>     Bug #789 - IMAP crashes when client disconnects while in an idle
> loop
> 
>     Signed-off-by: Paul J Stevens <p...@nfg.nl>
> 
> commit 51e2e243fbdf34078cc863318059690e75a21410
> Author: Jonathan Feally <vult...@netvulture.com>
> Date:   Sun Aug 2 18:15:11 2009 -0700
> 
>     Avoid crashing on retrieving messages with mimeparts that are
> missing
> 
>     Signed-off-by: Paul J Stevens <p...@nfg.nl>
> 
> commit 37f684c5145bad6a3cd97d4480413a4337fdcd53
> Author: Jonathan Feally <vult...@netvulture.com>
> Date:   Thu Jul 30 15:48:31 2009 -0700
> 
>     Fix bug #772 - reply cache values to long for database columns
> 
>     Signed-off-by: Paul J Stevens <p...@nfg.nl>
> 
> commit b3adc898f2086d43aecc2b49ff6b5dce801a1f66
> Author: Paul J Stevens <p...@nfg.nl>
> Date:   Sat Aug 8 12:13:24 2009 +0200
> 
>     fix bug #796 - header value too long to fit in column width
> 
> commit 8fa4c5a6b329a56f616d94018bb8761b8d5f36d8
> Author: Jonathan Feally <vult...@netvulture.com>
> Date:   Thu Jul 30 13:58:12 2009 -0700
> 
>     Fix bug #790. Add simple blob length for prepared statements. Fix
> incorrect authlog status setting.
> 
>     Signed-off-by: Paul J Stevens <p...@nfg.nl>
> 
> commit 3046a44a19782e515c355baf7269d57d377e3cb9
> Author: Paul J Stevens <p...@nfg.nl>
> Date:   Sat Aug 8 11:57:19 2009 +0200
> 
>     change check on return value of SSL_accept
> 
> commit 51dbffe989feb04d11c7d4b32310acc6d722b608
> Author: Jonathan Feally <vult...@netvulture.com>
> Date:   Tue Jul 28 13:46:25 2009 -0700
> 
>     Bug #784 - Update man page to reflect different path to config on
> debian systems. Enhance logging to have per service log file
> capability.
> 
>     Signed-off-by: Paul J Stevens <p...@nfg.nl>
> 
> commit 427dfba050bfbbcd2f3b07356224485de553326e
> Author: Paul J Stevens <p...@nfg.nl>
> Date:   Sat Aug 8 11:47:50 2009 +0200
> 
>     cleanup icheck calls
> 
>     Use g_(s)list_prepend rather than list_append for performance
> reasons.
>     Use faster list traversal pattern.
>     Do NOT use GUINT_TO_POINTER when dealing with u64_t types.
> 
> commit 0f581db74250031354c7d303affc6d3c88c68d56
> Author: Paul J Stevens <p...@nfg.nl>
> Date:   Sat Aug 8 11:24:36 2009 +0200
> 
>     remove checks made redundant by foreign key restraints
> 
> commit a91a405e2c35444ba15547389bd6d88ada1f21e8
> Author: Jonathan Feally <vult...@netvulture.com>
> Date:   Mon Jul 27 17:41:12 2009 -0700
> 
>     Rework dbmail-util to handle cleanup of message integrity orphans
> with less table locking. Add mailbox seq increment to dbmail-export
> when deleting messages.
> 
>     Signed-off-by: Paul J Stevens <p...@nfg.nl>
> 
> -----------------------------------------------------------------------
> 
> Summary of changes:
>  dbmail.conf                |   13 ++-
>  man/commonopts.txt         |    1 +
>  python/lib/DbmailConfig.py |    2 +-
>  src/clientbase.c           |    6 +-
>  src/clientsession.c        |    2 +
>  src/dbmail-imapsession.c   |   29 +++--
>  src/dbmail-message.c       |   22 ++--
>  src/dbmail.h.in            |    8 +-
>  src/dm_config.c            |    8 +-
>  src/dm_db.c                |  165 ++++++++++---------------
>  src/dm_db.h                |   42 +------
>  src/export.c               |    7 +-
>  src/imap4.c                |    5 +-
>  src/imapcommands.c         |    8 +-
>  src/maintenance.c          |  291 +++++++++---------------------------
> --------
>  src/server.c               |    4 +-
>  src/timsieve.c             |    4 +-
>  17 files changed, 201 insertions(+), 416 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

_______________________________________________
Dbmail-dev mailing list
Dbmail-dev@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev

Reply via email to