aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-05-18 15:26:10 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-05-18 15:26:10 +0800
commit66a97e3f8993f1f7da788ddb752774adcb198656 (patch)
tree3ea0121c02d8fe033f5090c6c07665f17418769c /camel/ChangeLog
parentc0cee1733415e60c43a845c3647917d305ff2ae7 (diff)
downloadgsoc2013-evolution-66a97e3f8993f1f7da788ddb752774adcb198656.tar
gsoc2013-evolution-66a97e3f8993f1f7da788ddb752774adcb198656.tar.gz
gsoc2013-evolution-66a97e3f8993f1f7da788ddb752774adcb198656.tar.bz2
gsoc2013-evolution-66a97e3f8993f1f7da788ddb752774adcb198656.tar.lz
gsoc2013-evolution-66a97e3f8993f1f7da788ddb752774adcb198656.tar.xz
gsoc2013-evolution-66a97e3f8993f1f7da788ddb752774adcb198656.tar.zst
gsoc2013-evolution-66a97e3f8993f1f7da788ddb752774adcb198656.zip
do the same load of mailbox if we're in slow mode as we did for maildir.
2004-05-18 Not Zed <NotZed@Ximian.com> * providers/local/camel-maildir-store.c (fill_fi): do the same load of mailbox if we're in slow mode as we did for maildir. #58294. svn path=/trunk/; revision=25948
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index ade1bd5458..79932332d1 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,9 @@
2004-05-18 Not Zed <NotZed@Ximian.com>
+ * providers/local/camel-maildir-store.c (fill_fi): do the same
+ load of mailbox if we're in slow mode as we did for maildir.
+ #58294.
+
* camel-disco-folder.c (disco_expunge_uids): check for NULL
implementation before calling it.
(disco_sync): similar. Fixes crash #58278.