From a69cbcd79aff01585620a12b378686d86c219ce9 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 3 Oct 2010 09:39:10 -0400 Subject: Bug 510020 - Add "Manage Subscriptions" to store context menus --- mail/e-mail-sidebar.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mail/e-mail-sidebar.c') diff --git a/mail/e-mail-sidebar.c b/mail/e-mail-sidebar.c index 5ed65f963b..596773423d 100644 --- a/mail/e-mail-sidebar.c +++ b/mail/e-mail-sidebar.c @@ -370,6 +370,8 @@ mail_sidebar_check_state (EMailSidebar *sidebar) state |= E_MAIL_SIDEBAR_FOLDER_IS_STORE; if (is_trash) state |= E_MAIL_SIDEBAR_FOLDER_IS_TRASH; + if (camel_store_supports_subscriptions (store)) + state |= E_MAIL_SIDEBAR_STORE_SUPPORTS_SUBSCRIPTIONS; g_free (full_name); g_free (uri); -- cgit v1.2.3