aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-07-29 07:13:46 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-07-29 07:13:46 +0800
commit0ba155afa877024f8b12277c98a0838448437ea1 (patch)
tree052e39dcfa893246aff06764e86ad366a1b1496a /camel/ChangeLog
parentc8960411f04a139e483326cf5a666239c923ea77 (diff)
downloadgsoc2013-evolution-0ba155afa877024f8b12277c98a0838448437ea1.tar
gsoc2013-evolution-0ba155afa877024f8b12277c98a0838448437ea1.tar.gz
gsoc2013-evolution-0ba155afa877024f8b12277c98a0838448437ea1.tar.bz2
gsoc2013-evolution-0ba155afa877024f8b12277c98a0838448437ea1.tar.lz
gsoc2013-evolution-0ba155afa877024f8b12277c98a0838448437ea1.tar.xz
gsoc2013-evolution-0ba155afa877024f8b12277c98a0838448437ea1.tar.zst
gsoc2013-evolution-0ba155afa877024f8b12277c98a0838448437ea1.zip
Cleaned up a bit, now uses imap_next_word() (camel_imap_command_extended):
2000-07-28 Jeffrey Stedfast <fejj@helixcode.com> * providers/imap/camel-imap-store.c (camel_imap_status): Cleaned up a bit, now uses imap_next_word() (camel_imap_command_extended): Now uses imap_next_word(). When checking for RECENT, allow the first digit of the recent-count be between 0 and 9 inclusive instead of exclusive. * providers/imap/camel-imap-folder.c (imap_expunge): Optimized. No longer will it need to reload the summary as it now instead removes the appropriate message summaries from the cache. (camel_imap_folder_changed): If recent == 0 then return. If recent < 0 then just emit the folder_changed signal, don't reload summaries. svn path=/trunk/; revision=4409
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 20434ab9bf..387d9f5474 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,20 @@
2000-07-28 Jeffrey Stedfast <fejj@helixcode.com>
+ * providers/imap/camel-imap-store.c (camel_imap_status): Cleaned
+ up a bit, now uses imap_next_word()
+ (camel_imap_command_extended): Now uses imap_next_word(). When
+ checking for RECENT, allow the first digit of the recent-count
+ be between 0 and 9 inclusive instead of exclusive.
+
+ * providers/imap/camel-imap-folder.c (imap_expunge): Optimized.
+ No longer will it need to reload the summary as it now instead
+ removes the appropriate message summaries from the cache.
+ (camel_imap_folder_changed): If recent == 0 then return. If
+ recent < 0 then just emit the folder_changed signal, don't reload
+ summaries.
+
+2000-07-28 Jeffrey Stedfast <fejj@helixcode.com>
+
* providers/imap/camel-imap-folder.c
(imap_get_message_count_internal): Get message count when STATUS
is not available.