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 discards 06be17a485b3d33cc443a32c91f21ac82439cb10 (commit) discards 83523473a1a622b17880aff2bb8ebdfe795986d2 (commit) discards 1c8357ccc31735b3694f4f6b4c988d2901cfe450 (commit) via d064eb77fdd459a6b2ce1db5e90d8e69ad8a299a (commit) via 5727592dddd17f5bdbf96bb9276a08e99292a65c (commit) via c34820860a8c8ffa1e2c50f4173c61f9983a875b (commit) via e4f0b57602eee9d73894f0c1112d99e27b0cd173 (commit) via a200a6189e813e5c1d37ce5dc140cab924b38a71 (commit) This update added new revisions after undoing existing revisions. That is to say, the old revision is not a strict subset of the new revision. This situation occurs when you --force push a change and generate a repository containing something like this: * -- * -- B -- O -- O -- O (06be17a485b3d33cc443a32c91f21ac82439cb10) \ N -- N -- N (d064eb77fdd459a6b2ce1db5e90d8e69ad8a299a) When this happens we assume that you've already had alert emails for all of the O revisions, and so we here report only the revisions in the N branch from the common base, B. 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 d064eb77fdd459a6b2ce1db5e90d8e69ad8a299a Author: Paul J Stevens <p...@nfg.nl> Date: Fri Jan 14 10:05:36 2011 +0100 update debian files commit 5727592dddd17f5bdbf96bb9276a08e99292a65c Author: Paul J Stevens <p...@nfg.nl> Date: Fri Jan 14 10:05:23 2011 +0100 add generated manpages commit c34820860a8c8ffa1e2c50f4173c61f9983a875b Author: Paul J Stevens <p...@nfg.nl> Date: Thu Jan 13 12:14:24 2011 +0100 fix minor regressions from oracle patch commit e4f0b57602eee9d73894f0c1112d99e27b0cd173 Author: Sergey Pavlov <sergey.pav...@gmail.com> Date: Fri Aug 27 16:29:18 2010 +0200 add oracle support commit a200a6189e813e5c1d37ce5dc140cab924b38a71 Author: Paul J Stevens <p...@nfg.nl> Date: Mon Jan 3 17:10:04 2011 +0100 allow runtime configuration of query timeout ----------------------------------------------------------------------- Summary of changes: INSTALL | 10 +- debian/changelog | 6 + debian/dbmail.examples | 6 + man/dbmail-deliver.1 | 123 ++++++++ man/dbmail-export.8 | 157 ++++++++++ man/dbmail-httpd.8 | 110 +++++++ man/dbmail-imapd.8 | 191 ++++++++++++ man/dbmail-lmtpd.8 | 108 +++++++ man/dbmail-pop3d.8 | 108 +++++++ man/dbmail-sievecmd.8 | 138 +++++++++ man/dbmail-timsieved.8 | 108 +++++++ man/dbmail-users.8 | 335 +++++++++++++++++++++ man/dbmail-util.8 | 187 ++++++++++++ man/dbmail.1 | 210 +++++++++++++ man/dbmail.conf.5 | 459 +++++++++++++++++++++++++++++ sql/oracle/dbmail_grant.sql | 29 ++ sql/oracle/dbmail_schema.sql | 668 ++++++++++++++++++++++++++++++++++++++++++ sql/oracle/dbmail_ts.sql | 26 ++ src/dbmail-imapsession.c | 12 +- src/dbmail-mailbox.c | 12 +- src/dbmail-message.c | 167 +++++++++-- src/dbmail.h.in | 2 +- src/dbmailtypes.h | 12 +- src/dm_config.c | 2 + src/dm_db.c | 183 +++++++++++- src/dm_db.h | 10 + src/dm_mailboxstate.c | 8 +- src/modules/authsql.c | 6 +- 28 files changed, 3321 insertions(+), 72 deletions(-) create mode 100644 man/dbmail-deliver.1 create mode 100644 man/dbmail-export.8 create mode 100644 man/dbmail-httpd.8 create mode 100644 man/dbmail-imapd.8 create mode 100644 man/dbmail-lmtpd.8 create mode 100644 man/dbmail-pop3d.8 create mode 100644 man/dbmail-sievecmd.8 create mode 100644 man/dbmail-timsieved.8 create mode 100644 man/dbmail-users.8 create mode 100644 man/dbmail-util.8 create mode 100644 man/dbmail.1 create mode 100644 man/dbmail.conf.5 create mode 100644 sql/oracle/dbmail_grant.sql create mode 100644 sql/oracle/dbmail_schema.sql create mode 100644 sql/oracle/dbmail_ts.sql 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