From 78d8426bc15dda59c8ff1194c09655757bee5aef Mon Sep 17 00:00:00 2001 From: vivek jain Date: Mon, 22 Aug 2005 12:21:42 +0000 Subject: ** see previous commit changed variable name to groupwise_shared_folder 2005-08-22 vivek jain ** see previous commit changed variable name to groupwise_shared_folder svn path=/trunk/; revision=30198 --- plugins/groupwise-features/ChangeLog | 6 ++++++ plugins/groupwise-features/install-shared.c | 2 +- plugins/groupwise-features/share-folder-common.c | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/plugins/groupwise-features/ChangeLog b/plugins/groupwise-features/ChangeLog index 279e3d2cdf..659bb20a50 100644 --- a/plugins/groupwise-features/ChangeLog +++ b/plugins/groupwise-features/ChangeLog @@ -1,3 +1,9 @@ +2005-08-22 vivek jain + + ** see previous commit + changed variable name to + groupwise_shared_folder + 2005-08-22 Vivek Jain * shared-folder-common.c: (org_gnome_create_option) diff --git a/plugins/groupwise-features/install-shared.c b/plugins/groupwise-features/install-shared.c index f5db10d16c..79f3edfe19 100644 --- a/plugins/groupwise-features/install-shared.c +++ b/plugins/groupwise-features/install-shared.c @@ -185,7 +185,7 @@ org_gnome_popup_wizard (EPlugin *ep, EMEventTargetMessage *target) char *buffer = NULL; /* 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 (!msg) 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); -- cgit v1.2.3