aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorMichael Zucci <zucchi@src.gnome.org>2004-03-11 12:24:02 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-03-11 12:24:02 +0800
commit30cee04317113ad778911bfef01ba0b02b8715cb (patch)
tree79b0d565c5170e7915347e1754bf3eda397476ab /camel/ChangeLog
parent88b02e9cf481aee0762f7e7bc0b32032cdfeb899 (diff)
downloadgsoc2013-evolution-30cee04317113ad778911bfef01ba0b02b8715cb.tar
gsoc2013-evolution-30cee04317113ad778911bfef01ba0b02b8715cb.tar.gz
gsoc2013-evolution-30cee04317113ad778911bfef01ba0b02b8715cb.tar.bz2
gsoc2013-evolution-30cee04317113ad778911bfef01ba0b02b8715cb.tar.lz
gsoc2013-evolution-30cee04317113ad778911bfef01ba0b02b8715cb.tar.xz
gsoc2013-evolution-30cee04317113ad778911bfef01ba0b02b8715cb.tar.zst
gsoc2013-evolution-30cee04317113ad778911bfef01ba0b02b8715cb.zip
(imap_store_refresh_folders): check we're updating an imap folder,
we could also have trash folders in the store too. svn path=/trunk/; revision=25021
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog8
1 files changed, 5 insertions, 3 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index e605f132cb..5b1cc07452 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,8 +1,10 @@
2004-03-11 Not Zed <NotZed@Ximian.com>
- * providers/imap/camel-imap-store.c (get_one_folder_offline):
- (parse_list_response_as_folder_info): turn
- off NOINFERIORS always, translate to nochildren.
+ * providers/imap/camel-imap-store.c (get_one_folder_offline):
+ (parse_list_response_as_folder_info): turn off NOINFERIORS always,
+ translate to nochildren.
+ (imap_store_refresh_folders): check we're updating an imap folder,
+ we could also have trash folders in the store too.
2004-03-08 Not Zed <NotZed@Ximian.com>