aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-vfolder.c
diff options
context:
space:
mode:
author9 <NotZed@Ximian.com>2001-10-29 16:28:53 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-10-29 16:28:53 +0800
commit93127a6dafa30b88d5639e145400b6b91bcc79ee (patch)
treebaa167dc3b4910496269a911cc8152490e12aee4 /mail/mail-vfolder.c
parentc43aa966cbac71c6e5dbceb55bb172dcc3687bbf (diff)
downloadgsoc2013-evolution-93127a6dafa30b88d5639e145400b6b91bcc79ee.tar
gsoc2013-evolution-93127a6dafa30b88d5639e145400b6b91bcc79ee.tar.gz
gsoc2013-evolution-93127a6dafa30b88d5639e145400b6b91bcc79ee.tar.bz2
gsoc2013-evolution-93127a6dafa30b88d5639e145400b6b91bcc79ee.tar.lz
gsoc2013-evolution-93127a6dafa30b88d5639e145400b6b91bcc79ee.tar.xz
gsoc2013-evolution-93127a6dafa30b88d5639e145400b6b91bcc79ee.tar.zst
gsoc2013-evolution-93127a6dafa30b88d5639e145400b6b91bcc79ee.zip
Sort the folder updates first, since we dont seem to get them in the right
2001-10-29 <NotZed@Ximian.com> * mail-folder-cache.c (store_folder_renamed): Sort the folder updates first, since we dont seem to get them in the right order, or infact in any tree representation whatsoever when using IMAP ...? get_folder_info bugs? Unrelated note to self, the subscribe dialogue may interfere with the folder cache. svn path=/trunk/; revision=14328
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 76ba1e200e..b593b4757d 100644
--- a/mail/mail-vfolder.c
+++ b/mail/mail-vfolder.c
@@ -44,7 +44,7 @@
#include "e-util/e-unicode-i18n.h"
-#define d(x) x
+#define d(x)
static VfolderContext *context; /* context remains open all time */
static CamelStore *vfolder_store; /* the 1 static vfolder store */