aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-vfolder.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-01-16 05:56:00 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-01-16 05:56:00 +0800
commitafe8c997fd6887bd22ced7d6e0a1630fcf350131 (patch)
tree30342c90359ce97e00cb507adf6488bafd5e32ae /mail/mail-vfolder.c
parent6a22658a6886f3339417307d8f11a0a8e724a0d3 (diff)
downloadgsoc2013-evolution-afe8c997fd6887bd22ced7d6e0a1630fcf350131.tar
gsoc2013-evolution-afe8c997fd6887bd22ced7d6e0a1630fcf350131.tar.gz
gsoc2013-evolution-afe8c997fd6887bd22ced7d6e0a1630fcf350131.tar.bz2
gsoc2013-evolution-afe8c997fd6887bd22ced7d6e0a1630fcf350131.tar.lz
gsoc2013-evolution-afe8c997fd6887bd22ced7d6e0a1630fcf350131.tar.xz
gsoc2013-evolution-afe8c997fd6887bd22ced7d6e0a1630fcf350131.tar.zst
gsoc2013-evolution-afe8c997fd6887bd22ced7d6e0a1630fcf350131.zip
Make vfolder_store 'global'.
2004-01-15 Jeffrey Stedfast <fejj@ximian.com> * mail-vfolder.c: Make vfolder_store 'global'. * em-folder-tree-model.c (sort_cb): Fix bug #12600 by not sorting VFolders (ie. show them in the same order they appear in the editor). svn path=/trunk/; revision=24257
Diffstat (limited to 'mail/mail-vfolder.c')
-rw-r--r--mail/mail-vfolder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-vfolder.c b/mail/mail-vfolder.c
index 21a920b7c2..f014e42d08 100644
--- a/mail/mail-vfolder.c
+++ b/mail/mail-vfolder.c
@@ -51,7 +51,7 @@
#define d(x) /*(printf("%s(%d):%s: ", __FILE__, __LINE__, __PRETTY_FUNCTION__), (x))*/
static VfolderContext *context; /* context remains open all time */
-static CamelStore *vfolder_store; /* the 1 static vfolder store */
+CamelStore *vfolder_store; /* the 1 static vfolder store */
/* lock for accessing shared resources (below) */
static pthread_mutex_t vfolder_lock = PTHREAD_MUTEX_INITIALIZER;