diff options
Diffstat (limited to 'plugins/exchange-operations/exchange-folder.c')
-rw-r--r-- | plugins/exchange-operations/exchange-folder.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/exchange-operations/exchange-folder.c b/plugins/exchange-operations/exchange-folder.c index 1c6eeaeccf..e8fbaa6a4f 100644 --- a/plugins/exchange-operations/exchange-folder.c +++ b/plugins/exchange-operations/exchange-folder.c @@ -204,8 +204,10 @@ org_gnome_exchange_check_inbox_subscribed (EPlugin *ep, EMPopupTargetFolder *tar gchar *path = NULL; gchar *sub_folder = NULL; - account = exchange_operations_get_exchange_account (); + if (!g_strrstr (target->uri, "exchange://")) + return; + account = exchange_operations_get_exchange_account (); if (!account) return; |