diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-07-13 23:07:40 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-07-13 23:07:40 +0800 |
commit | 845a98e52a301cb99f8f48a6fdc85c4ab1046dc1 (patch) | |
tree | 640266cd93d0dfde8110d43c2b5212792bc9b488 /mail/ChangeLog | |
parent | f2757356ba1c41da816b4e524b54846c16652ada (diff) | |
download | gsoc2013-evolution-845a98e52a301cb99f8f48a6fdc85c4ab1046dc1.tar gsoc2013-evolution-845a98e52a301cb99f8f48a6fdc85c4ab1046dc1.tar.gz gsoc2013-evolution-845a98e52a301cb99f8f48a6fdc85c4ab1046dc1.tar.bz2 gsoc2013-evolution-845a98e52a301cb99f8f48a6fdc85c4ab1046dc1.tar.lz gsoc2013-evolution-845a98e52a301cb99f8f48a6fdc85c4ab1046dc1.tar.xz gsoc2013-evolution-845a98e52a301cb99f8f48a6fdc85c4ab1046dc1.tar.zst gsoc2013-evolution-845a98e52a301cb99f8f48a6fdc85c4ab1046dc1.zip |
Updated to reflect changes in the filter API by passing in the provided
2001-07-13 Jeffrey Stedfast <fejj@ximian.com>
* mail-ops.c (filter_folder_filter): Updated to reflect changes in
the filter API by passing in the provided uid cache to
camel_filter_driver_filter_folder.
(mail_filter_folder): Set the cache to NULL.
(mail_fetch_mail): Set the cache to NULL.
(fetch_mail_fetch): If a cache exists for this folder, set
it. When we are finished filtering the incoming messages, the
logic changes a bit. We now save the cache if keep_on_server is
set *or* if there was an exception this way if the user's download
gets interrupted, he won't have to download all the messages
again.
svn path=/trunk/; revision=11085
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 46e2e49ac5..8702985d02 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,7 +1,21 @@ +2001-07-13 Jeffrey Stedfast <fejj@ximian.com> + + * mail-ops.c (filter_folder_filter): Updated to reflect changes in + the filter API by passing in the provided uid cache to + camel_filter_driver_filter_folder. + (mail_filter_folder): Set the cache to NULL. + (mail_fetch_mail): Set the cache to NULL. + (fetch_mail_fetch): If a cache exists for this folder, set + it. When we are finished filtering the incoming messages, the + logic changes a bit. We now save the cache if keep_on_server is + set *or* if there was an exception this way if the user's download + gets interrupted, he won't have to download all the messages + again. + 2001-07-12 Iain Holmes <iain@ximian.com> - * importers/evolution-mbox-importer.c (load_file_fn): Check that the folder - does exist before trying to import it. + * importers/evolution-mbox-importer.c (load_file_fn): Check that + the folder does exist before trying to import it. 2001-07-12 Jeffrey Stedfast <fejj@ximian.com> |