changeset 7404:ba8ae35ce462 HEAD

Call the next namespaces hook.
author Timo Sirainen <tss@iki.fi>
date Tue, 11 Mar 2008 06:18:45 +0200
parents da3b83d7928f
children 0d3ab8eaeedf 94ad5f7d08ac
files src/plugins/convert/convert-plugin.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
@@ -18,6 +18,9 @@
 	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)
 		return;