diff options
Diffstat (limited to 'mail/e-mail-shell-module.h')
-rw-r--r-- | mail/e-mail-shell-module.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/e-mail-shell-module.h b/mail/e-mail-shell-module.h index 567e5f2778..d27e35f7d4 100644 --- a/mail/e-mail-shell-module.h +++ b/mail/e-mail-shell-module.h @@ -66,6 +66,8 @@ CamelStore * e_mail_shell_module_load_store_by_uri (EShellModule *shell_module, const gchar *uri, const gchar *name); +void e_mail_shell_module_remove_store(EShellModule *shell_module, + CamelStore *store); void e_mail_shell_module_remove_store_by_uri (EShellModule *shell_module, const gchar *uri); |