]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Call the next namespaces hook.
authorTimo Sirainen <tss@iki.fi>
Tue, 11 Mar 2008 04:18:45 +0000 (06:18 +0200)
committerTimo Sirainen <tss@iki.fi>
Tue, 11 Mar 2008 04:18:45 +0000 (06:18 +0200)
--HG--
branch : HEAD

src/plugins/convert/convert-plugin.c

index aef9b4e7f6cf7109a254f831718eaa6d787acaee..dcef7e5aff0c5c0b348db21428b0a4e2af2202ba 100644 (file)
@@ -18,6 +18,9 @@ convert_hook_mail_namespaces_created(struct mail_namespace *namespaces)
        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;