History log of /dovecot/src/plugins/mail-log/Makefile.am
Revision Date Author Comments Expand
994bb1a8a80da664083691d41dd9aec5d6fba2bf 29-Dec-2011 Timo Sirainen <tss@iki.fi>

mail-log: Removed unnecessary code.

a966016e605eea27e02d73ff1412632cd684d770 30-Apr-2011 Timo Sirainen <tss@iki.fi>

Use -Wl,--as-needed -Wl,--no-undefined GNU ld flags for non-plugins.

4f8b89b40da847baa15786b63433db5bda2291be 18-Feb-2010 Timo Sirainen <tss@iki.fi>

Added dovecot.m4 file that external plugins can use. Based on patch by Dennis Schridde. --HG-- branch : HEAD

bf204ec2de3747c2ee8023a968bb89dc2c613e4e 15-Dec-2009 Timo Sirainen <tss@iki.fi>

OSX: Don't try add plugin dependencies. It just breaks plugin loading. --HG-- branch : HEAD

23fdad6c7e2581921f511e24cd9371c9eaebcef9 09-Oct-2009 Timo Sirainen <tss@iki.fi>

plugins: Added dependencies. The dependencies can only be checked if the dlopen() can successfully open the module, so use (apparently) non-portable ltlibrary linking to force the libraries we depend on to load with us. --HG-- branch : HEAD

b58fbcc79c40f867eccae98548fcd25a16823433 24-Aug-2009 Timo Sirainen <tss@iki.fi>

Reimplemented mail-log plugin using notify plugin framework. Patch by Mark Washenberger / Rackspace. --HG-- branch : HEAD

a22c03355b9c4c8e1655250e216a4ce66d49de7c 07-Apr-2009 Timo Sirainen <tss@iki.fi>

Get rid of imap/, pop3/, lda/ and sql/ module subdirs. It's all in lib/dovecot/ now. --HG-- branch : HEAD

/dovecot/src/deliver/deliver-settings.c /dovecot/src/imap/imap-settings.c /dovecot/src/lib-sql/Makefile.am /dovecot/src/plugins/acl/Makefile.am /dovecot/src/plugins/autocreate/Makefile.am /dovecot/src/plugins/convert/Makefile.am /dovecot/src/plugins/expire/Makefile.am /dovecot/src/plugins/fts-lucene/Makefile.am /dovecot/src/plugins/fts-solr/Makefile.am /dovecot/src/plugins/fts-squat/Makefile.am /dovecot/src/plugins/fts/Makefile.am /dovecot/src/plugins/imap-acl/Makefile.am /dovecot/src/plugins/imap-quota/Makefile.am /dovecot/src/plugins/lazy-expunge/Makefile.am /dovecot/src/plugins/listescape/Makefile.am Makefile.am /dovecot/src/plugins/mbox-snarf/Makefile.am /dovecot/src/plugins/quota/Makefile.am /dovecot/src/plugins/trash/Makefile.am /dovecot/src/plugins/virtual/Makefile.am /dovecot/src/plugins/zlib/Makefile.am /dovecot/src/pop3/pop3-settings.c
3320f4770d1f6c2cdd10f3c4ca5a324beb335339 14-Dec-2008 Timo Sirainen <tss@iki.fi>

mail-log plugin: Added flag_change event and flags field. --HG-- branch : HEAD

1c93b5986ac03e0b3cd69647332b412ecef4d6a9 13-Jun-2008 Timo Sirainen <tss@iki.fi>

Previous changes broke plugin symlink creation in make install. --HG-- branch : HEAD

24abf21d02b4fe2bf539102fa50e4a6261242222 11-Jun-2008 Timo Sirainen <tss@iki.fi>

Use dynamic module suffix provided by libtool rather than hardcoded ".so". --HG-- branch : HEAD

df02611c44e9432e7961223bf9bfa3fb233b1789 18-Jan-2007 Timo Sirainen <tss@iki.fi>

Added mail_log plugin to log various mail operations. Currently it logs mail copies, deletions, expunges and mailbox deletions. --HG-- branch : HEAD