diff options
author | 9 <NotZed@Ximian.com> | 2001-10-29 16:28:53 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-10-29 16:28:53 +0800 |
commit | 93127a6dafa30b88d5639e145400b6b91bcc79ee (patch) | |
tree | baa167dc3b4910496269a911cc8152490e12aee4 /mail/mail-vfolder.c | |
parent | c43aa966cbac71c6e5dbceb55bb172dcc3687bbf (diff) | |
download | gsoc2013-evolution-93127a6dafa30b88d5639e145400b6b91bcc79ee.tar.gz 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.c | 2 |
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 */ |