dovecot-2.2: autocreate plugin logs now a "deprecated" warning a...

dovecot at dovecot.org dovecot at dovecot.org
Mon Oct 29 21:42:49 EET 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/275ca1a03cdd
changeset: 15353:275ca1a03cdd
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Oct 29 21:42:32 2012 +0200
description:
autocreate plugin logs now a "deprecated" warning at startup

diffstat:

 src/plugins/autocreate/autocreate-plugin.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 3a40d29049b2 -r 275ca1a03cdd src/plugins/autocreate/autocreate-plugin.c
--- a/src/plugins/autocreate/autocreate-plugin.c	Mon Oct 29 21:31:39 2012 +0200
+++ b/src/plugins/autocreate/autocreate-plugin.c	Mon Oct 29 21:42:32 2012 +0200
@@ -93,6 +93,7 @@
 
 void autocreate_plugin_init(struct module *module)
 {
+	i_warning("autocreate plugin is deprecated, use mailbox { auto } setting instead");
 	mail_storage_hooks_add(module, &autocreate_mail_storage_hooks);
 }
 


More information about the dovecot-cvs mailing list