diff options
author | Not Zed <NotZed@Ximian.com> | 2002-05-29 10:35:42 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2002-05-29 10:35:42 +0800 |
commit | bb2af981843efad96dac9d48015e88fdd0a26085 (patch) | |
tree | a5980fd534f46d33c9d86f3c44864b98ad81d32f /camel/ChangeLog | |
parent | 0c4f8063584fb5587df2d58411fbbdc581835ac7 (diff) | |
download | gsoc2013-evolution-bb2af981843efad96dac9d48015e88fdd0a26085.tar.gz gsoc2013-evolution-bb2af981843efad96dac9d48015e88fdd0a26085.tar.zst gsoc2013-evolution-bb2af981843efad96dac9d48015e88fdd0a26085.zip |
Implement. Run a summary check to update for any newly arrived messages.
2002-05-28 Not Zed <NotZed@Ximian.com>
* providers/local/camel-maildir-folder.c (maildir_refresh_info):
Implement. Run a summary check to update for any newly arrived
messages.
* providers/local/camel-maildir-store.c (scan_dir): If we have a
folder, execute a refresh_info on it, to suck in any new stuff.
svn path=/trunk/; revision=17029
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 ba2236e2d6..ebe58c0678 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,12 @@ +2002-05-28 Not Zed <NotZed@Ximian.com> + + * providers/local/camel-maildir-folder.c (maildir_refresh_info): + Implement. Run a summary check to update for any newly arrived + messages. + + * providers/local/camel-maildir-store.c (scan_dir): If we have a + folder, execute a refresh_info on it, to suck in any new stuff. + 2002-05-28 Jeffrey Stedfast <fejj@ximian.com> * camel-filter-driver.c (camel_filter_driver_log): Use the @@ -23,6 +32,7 @@ code using CamelRemoteStore. (camel_nntp_command): Don't call camel_remote_store_connected(). +>>>>>>> 1.1492 2002-05-24 Jeffrey Stedfast <fejj@ximian.com> * providers/imap/camel-imap-folder.c (content_info_get_part_spec): @@ -49,6 +59,7 @@ * providers/imap/camel-imap-store.c (connect_to_server): Added some NULL protection fixes. +>>>>>>> 1.1491 2002-05-22 Jeffrey Stedfast <fejj@ximian.com> * camel-remote-store.c: Removed from the build. Glory glory |