From afe8c997fd6887bd22ced7d6e0a1630fcf350131 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 15 Jan 2004 21:56:00 +0000 Subject: Make vfolder_store 'global'. 2004-01-15 Jeffrey Stedfast * 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 --- mail/mail-vfolder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-vfolder.c') 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; -- cgit