dovecot-1.1: Call the next namespaces hook.

dovecot at dovecot.org dovecot at dovecot.org
Tue Mar 11 06:18:49 EET 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/ba8ae35ce462
changeset: 7404:ba8ae35ce462
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Mar 11 06:18:45 2008 +0200
description:
Call the next namespaces hook.

diffstat:

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

diffs (13 lines):

diff -r da3b83d7928f -r ba8ae35ce462 src/plugins/convert/convert-plugin.c
--- a/src/plugins/convert/convert-plugin.c	Tue Mar 11 05:30:14 2008 +0200
+++ b/src/plugins/convert/convert-plugin.c	Tue Mar 11 06:18:45 2008 +0200
@@ -17,6 +17,9 @@ convert_hook_mail_namespaces_created(str
 {
 	const char *convert_mail, *str;
 	struct convert_settings set;
+
+	if (convert_next_hook_mail_namespaces_created != NULL)
+		convert_next_hook_mail_namespaces_created(namespaces);
 
 	convert_mail = getenv("CONVERT_MAIL");
 	if (convert_mail == NULL)


More information about the dovecot-cvs mailing list