aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-features/install-shared.c
diff options
context:
space:
mode:
authorVivek Jain <jvivek@novell.com>2005-09-30 20:30:21 +0800
committerJain Vivek <jvivek@src.gnome.org>2005-09-30 20:30:21 +0800
commit4537ea47ca77fbaeeae42233e695accec83b8265 (patch)
tree225c970992ad44061726745300c07c471713b15e /plugins/groupwise-features/install-shared.c
parentb7d9892cae363764e0f418feb4c0fedc347a0d9d (diff)
downloadgsoc2013-evolution-4537ea47ca77fbaeeae42233e695accec83b8265.tar
gsoc2013-evolution-4537ea47ca77fbaeeae42233e695accec83b8265.tar.gz
gsoc2013-evolution-4537ea47ca77fbaeeae42233e695accec83b8265.tar.bz2
gsoc2013-evolution-4537ea47ca77fbaeeae42233e695accec83b8265.tar.lz
gsoc2013-evolution-4537ea47ca77fbaeeae42233e695accec83b8265.tar.xz
gsoc2013-evolution-4537ea47ca77fbaeeae42233e695accec83b8265.tar.zst
gsoc2013-evolution-4537ea47ca77fbaeeae42233e695accec83b8265.zip
: (org_gnome_shared_folder_factory) enable shared-folder functionalilty,
2005-09-30 Vivek Jain <jvivek@novell.com> * shared-folder-common.c: (org_gnome_create_option) : (org_gnome_shared_folder_factory) * install-shared.c : (org_gnome_popup_wizard) enable shared-folder functionalilty, remove env check svn path=/trunk/; revision=30441
Diffstat (limited to 'plugins/groupwise-features/install-shared.c')
-rw-r--r--plugins/groupwise-features/install-shared.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/groupwise-features/install-shared.c b/plugins/groupwise-features/install-shared.c
index d4179421f8..40ae0a26d5 100644
--- a/plugins/groupwise-features/install-shared.c
+++ b/plugins/groupwise-features/install-shared.c
@@ -193,10 +193,6 @@ org_gnome_popup_wizard (EPlugin *ep, EMEventTargetMessage *target)
char *notification;
char *start_message;
- /* XXX:Remove this when server has a fix to show mails in shared-folder*/
- if (!getenv("GROUPWISE_SHARED_FOLDER"))
- return;
-
if (!msg)
return ;