diff options
author | 7 <NotZed@Ximian.com> | 2001-10-18 04:38:15 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-10-18 04:38:15 +0800 |
commit | 3ced16bfa226cdc03aa6e38552a78976d05ff171 (patch) | |
tree | bab1bcb881defa086a450e29ecf4338b499ed300 /camel/ChangeLog | |
parent | 77886091c3d2e63225f5861044bf6cd283ab0592 (diff) | |
download | gsoc2013-evolution-3ced16bfa226cdc03aa6e38552a78976d05ff171.tar.gz gsoc2013-evolution-3ced16bfa226cdc03aa6e38552a78976d05ff171.tar.zst gsoc2013-evolution-3ced16bfa226cdc03aa6e38552a78976d05ff171.zip |
Patch from Danw, Use unread count of -1 to mark unflagged messages. Make
2001-10-17 <NotZed@Ximian.com>
* providers/imap/camel-imap-store.c (get_folder_info_online):
(parse_list_response_as_folder_info): Patch from Danw, Use unread
count of -1 to mark unflagged messages. Make sure any folder we
dont lookup explicitly is marked as -1. Should fix #9947 and
friends.
* providers/local/camel-mbox-summary.c (mbox_summary_sync): Only
touch the summary if the timestamp or size changed.
svn path=/trunk/; revision=13731
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 6f19e28d2d..0e91f8b820 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,14 @@ +2001-10-17 <NotZed@Ximian.com> + + * providers/imap/camel-imap-store.c (get_folder_info_online): + (parse_list_response_as_folder_info): Patch from Danw, Use unread + count of -1 to mark unflagged messages. Make sure any folder we + dont lookup explicitly is marked as -1. Should fix #9947 and + friends. + + * providers/local/camel-mbox-summary.c (mbox_summary_sync): Only + touch the summary if the timestamp or size changed. + 2001-10-17 Jeffrey Stedfast <fejj@ximian.com> * camel-filter-driver.c (camel_filter_driver_filter_message): Set |