History log of /dovecot/src/plugins/virtual/Makefile.am
Revision Date Author Comments Expand
27f174f3b836b18cb81cd1e6534031f1f3355348 13-Jan-2016 Timo Sirainen <timo.sirainen@dovecot.fi>

virtual plugin: Added support for filtering mailboxes by METADATA entries. Usage: <mailbox patterns as usual> [-]/<metadata-entry-name>:<value-wildcard> There can be multiple metadata entries. All the entries must match. For example: * /private/vendor/vendor.dovecot/virtual:* -/private/vendor/vendor.dovecot/virtual:ignore This matches all mailboxes, which contain a virtual METADATA entry that has any value except "ignore". Note that the current implementation requires still opening all the mailboxes before matching the METADATA entries. This could be avoided in v2.3 with some lib-storage API changes.

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

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

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 /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 Makefile.am /dovecot/src/plugins/zlib/Makefile.am /dovecot/src/pop3/pop3-settings.c
c115c742f730e312d6b6ab5064595cd0d8b4e26e 27-Feb-2009 Timo Sirainen <tss@iki.fi>

virtual: Added support for saving/copying messages to virtual mailboxes. --HG-- branch : HEAD

f5a7396b31762a1f876517e13ce9065820139f7c 23-Nov-2008 Timo Sirainen <tss@iki.fi>

Optimized searching with virtual mailboxes. Instead of going through the messages in the virtual mailbox order, go them through one mailbox at a time and in ascending message order within that mailbox. --HG-- branch : HEAD

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

Added missing virtual-plugin.h --HG-- branch : HEAD

24e5e4526d8f5cbc056ab97fd0d154d0936d7a5e 13-Mar-2008 Timo Sirainen <tss@iki.fi>

Added initial support for virtual mailboxes. --HG-- branch : HEAD