History log of /dovecot/src/plugins/imap-quota/Makefile.am
Revision Date Author Comments Expand
701a11e110c7a9857f908827612767fa0a9fdd37 13-Feb-2018 Timo Sirainen <timo.sirainen@dovecot.fi>

lib-storage: Include mail-index.h from mail-storage.h This makes it a bit more acceptable to use mail-index.h API, without having to go through the lib-storage layer. This is also needed by the next patch to avoid duplicating the same enum in both lib-index and lib-storage layer.

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

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 Makefile.am /dovecot/src/plugins/lazy-expunge/Makefile.am /dovecot/src/plugins/listescape/Makefile.am /dovecot/src/plugins/mail-log/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
9d1526ac8bcec9aff3c3a32f092ee2f3da2760b7 16-Dec-2006 Timo Sirainen <tss@iki.fi>

Changed the plugin filename numbering (ie. the ordering in which the plugins are loaded). This doesn't change anything for current plugins, but future plugins will need this change so they can get themselves loaded between specific plugins. --HG-- branch : HEAD

42a3441f6906280cbf21ecbd2de74b2b627f4ac7 14-Dec-2005 Timo Sirainen <tss@iki.fi>

Load plugins in sorted order. Prefixed plugins with nn_ set their order. --HG-- branch : HEAD

797d20c35779d68f2542d3e287c1a869048c8f26 10-Dec-2005 Timo Sirainen <tss@iki.fi>

Added missing header files. Fixed plugin install hooks to use DESTDIR. --HG-- branch : HEAD

1795e934ebcd58175d3b5bbdd811b13c7889efa3 10-Dec-2005 Timo Sirainen <tss@iki.fi>

Added beginnings of plugin infrastructure. TODO: These could be optionally compiled into binaries with some configure options. Added quota plugin and a new trash plugin. Not very well tested. --HG-- branch : HEAD