diff configure.in @ 15137:f5bb9f6b304d

Added mailbox-alias plugin. Aliases can be created like: plugin { mailbox_alias_old = Sent mailbox_alias_new = Sent Messages mailbox_alias_old2 = Sent mailbox_alias_new2 = Sent Items } When creating an alias, the original mailbox is also created. The alias itself is a symlink to the original. Deleting an alias deletes the symlink. The original mailbox can't be deleted or renamed while it has aliases. Aliases cannot be renamed. Aliases are skipped when recalculating quota. If a mailbox with the alias's name was already created before the aliasing was enabled, it's not treated as alias until it's first deleted.
author Timo Sirainen <tss@iki.fi>
date Tue, 18 Sep 2012 18:44:46 +0300
parents 3765e8948f1c
children 1a6c3b4e92e4
line wrap: on
line diff
--- a/configure.in	Tue Sep 18 18:41:01 2012 +0300
+++ b/configure.in	Tue Sep 18 18:44:46 2012 +0300
@@ -2806,6 +2806,7 @@
 src/plugins/lazy-expunge/Makefile
 src/plugins/listescape/Makefile
 src/plugins/mail-log/Makefile
+src/plugins/mailbox-alias/Makefile
 src/plugins/notify/Makefile
 src/plugins/pop3-migration/Makefile
 src/plugins/quota/Makefile