aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations/exchange-folder.c
diff options
context:
space:
mode:
authorSushma Rai <rsushma@src.gnome.org>2006-01-02 17:52:58 +0800
committerSushma Rai <rsushma@src.gnome.org>2006-01-02 17:52:58 +0800
commit66e80f9db9830957723f2d76479f564627d0357f (patch)
tree3514f98ea750c004ac2846b5d27fc55d9373b852 /plugins/exchange-operations/exchange-folder.c
parentb06a8cc610490dd051eb313c0e0b8a455feef655 (diff)
downloadgsoc2013-evolution-66e80f9db9830957723f2d76479f564627d0357f.tar
gsoc2013-evolution-66e80f9db9830957723f2d76479f564627d0357f.tar.gz
gsoc2013-evolution-66e80f9db9830957723f2d76479f564627d0357f.tar.bz2
gsoc2013-evolution-66e80f9db9830957723f2d76479f564627d0357f.tar.lz
gsoc2013-evolution-66e80f9db9830957723f2d76479f564627d0357f.tar.xz
gsoc2013-evolution-66e80f9db9830957723f2d76479f564627d0357f.tar.zst
gsoc2013-evolution-66e80f9db9830957723f2d76479f564627d0357f.zip
In the plugin porceed only with the exchange account folders.
fixes #325491. svn path=/trunk/; revision=31020
Diffstat (limited to 'plugins/exchange-operations/exchange-folder.c')
-rw-r--r--plugins/exchange-operations/exchange-folder.c4
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;