aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-features/share-folder-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/groupwise-features/share-folder-common.c')
-rw-r--r--plugins/groupwise-features/share-folder-common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/groupwise-features/share-folder-common.c b/plugins/groupwise-features/share-folder-common.c
index ae334e197d..5e29695f80 100644
--- a/plugins/groupwise-features/share-folder-common.c
+++ b/plugins/groupwise-features/share-folder-common.c
@@ -351,7 +351,7 @@ org_gnome_create_option(EPlugin *ep, EMPopupTargetFolder *t)
static int first = 0;
/*XXX: Remove this when server has a fix to show mails in shared-folder*/
- if (!getenv("SHARED_FOLDER"))
+ if (!getenv("GROUPWISE_SHARED_FOLDER"))
return;
if (! g_strrstr (t->uri, "groupwise://"))
@@ -407,7 +407,7 @@ org_gnome_shared_folder_factory (EPlugin *ep, EConfigHookItemFactoryData *hook_d
CamelFolder *folder = target->folder;
/*XXX: Remove this when server has a fix to show mails in shared-folder*/
- if (!getenv("SHARED_FOLDER"))
+ if (!getenv("GROUPWISE_SHARED_FOLDER"))
return NULL;
folder_name = g_strdup (folder->full_name);