aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-vfolder.c
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2000-12-22 08:29:14 +0800
committerIain Holmes <iain@src.gnome.org>2000-12-22 08:29:14 +0800
commitf803abb65fa8a0d0f5fa82ee95d20d3c0371a627 (patch)
tree459a5c7ce4d45a1d1936e19d3a5b64327edf08b1 /mail/mail-vfolder.c
parent6ab7d29c180e2f15da9a0ae1778a29db3715aa4b (diff)
downloadgsoc2013-evolution-f803abb65fa8a0d0f5fa82ee95d20d3c0371a627.tar
gsoc2013-evolution-f803abb65fa8a0d0f5fa82ee95d20d3c0371a627.tar.gz
gsoc2013-evolution-f803abb65fa8a0d0f5fa82ee95d20d3c0371a627.tar.bz2
gsoc2013-evolution-f803abb65fa8a0d0f5fa82ee95d20d3c0371a627.tar.lz
gsoc2013-evolution-f803abb65fa8a0d0f5fa82ee95d20d3c0371a627.tar.xz
gsoc2013-evolution-f803abb65fa8a0d0f5fa82ee95d20d3c0371a627.tar.zst
gsoc2013-evolution-f803abb65fa8a0d0f5fa82ee95d20d3c0371a627.zip
Detect created and deleted vfolders.
svn path=/trunk/; revision=7126
Diffstat (limited to 'mail/mail-vfolder.c')
-rw-r--r--mail/mail-vfolder.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/mail-vfolder.c b/mail/mail-vfolder.c
index 08bdc6771a..64e92cd072 100644
--- a/mail/mail-vfolder.c
+++ b/mail/mail-vfolder.c
@@ -37,7 +37,9 @@ struct _vfolder_info {
/* list of vfolders available */
static GList *available_vfolders = NULL;
static VfolderContext *context;
-static EvolutionStorage *vfolder_storage;
+
+/* Ditto below */
+EvolutionStorage *vfolder_storage;
/* GROSS HACK: for passing to other parts of the program */
EvolutionShellClient *global_shell_client = NULL;