dovecot-1.2: listescape plugin wasn't calling next hook_mail_nam...

dovecot at dovecot.org dovecot at dovecot.org
Mon Nov 24 00:08:08 EET 2008


details:   http://hg.dovecot.org/dovecot-1.2/rev/23620e05e7c8
changeset: 8486:23620e05e7c8
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Nov 24 00:06:15 2008 +0200
description:
listescape plugin wasn't calling next hook_mail_namespaces_created.

diffstat:

1 file changed, 3 insertions(+)
src/plugins/listescape/listescape-plugin.c |    3 +++

diffs (13 lines):

diff -r 739d868c5fe9 -r 23620e05e7c8 src/plugins/listescape/listescape-plugin.c
--- a/src/plugins/listescape/listescape-plugin.c	Sun Nov 23 23:54:26 2008 +0200
+++ b/src/plugins/listescape/listescape-plugin.c	Mon Nov 24 00:06:15 2008 +0200
@@ -299,6 +299,9 @@ listescape_mail_namespaces_created(struc
 		if (namespaces->real_sep != namespaces->sep)
 			namespaces->real_sep = namespaces->sep;
 	}
+
+	if (listescape_next_hook_mail_namespaces_created != NULL)
+		listescape_next_hook_mail_namespaces_created(namespaces);
 }
 
 void listescape_plugin_init(void)


More information about the dovecot-cvs mailing list