aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-07-20 05:43:44 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-07-20 05:43:44 +0800
commit827e1ce10e61a178d755d7f73e373f4a6241fa36 (patch)
tree96c882452a721a68624c21b6302235e747db0259 /camel/ChangeLog
parentf98b82add6e74f3ed03236c45aca16428e83e6fd (diff)
downloadgsoc2013-evolution-827e1ce10e61a178d755d7f73e373f4a6241fa36.tar
gsoc2013-evolution-827e1ce10e61a178d755d7f73e373f4a6241fa36.tar.gz
gsoc2013-evolution-827e1ce10e61a178d755d7f73e373f4a6241fa36.tar.bz2
gsoc2013-evolution-827e1ce10e61a178d755d7f73e373f4a6241fa36.tar.lz
gsoc2013-evolution-827e1ce10e61a178d755d7f73e373f4a6241fa36.tar.xz
gsoc2013-evolution-827e1ce10e61a178d755d7f73e373f4a6241fa36.tar.zst
gsoc2013-evolution-827e1ce10e61a178d755d7f73e373f4a6241fa36.zip
General cleanup working towards getting Actions->Expunge working
2000-07-19 Jeffrey Stedfast <fejj@helixcode.com> * providers/imap/camel-imap-folder.c: General cleanup working towards getting Actions->Expunge working correctly. * providers/imap/camel-imap-store.c (cammel_imap_command_extended): Added code to look for "* %d RECENT" and to emit the folder_changed signal if there are any recent messages. Note: this is a hack and needs to be rewritten badly. svn path=/trunk/; revision=4226
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 8429605a23..0e9f81cddc 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,15 @@
2000-07-19 Jeffrey Stedfast <fejj@helixcode.com>
+ * providers/imap/camel-imap-folder.c: General cleanup working towards
+ getting Actions->Expunge working correctly.
+
+ * providers/imap/camel-imap-store.c (cammel_imap_command_extended): Added
+ code to look for "* %d RECENT" and to emit the folder_changed signal if
+ there are any recent messages. Note: this is a hack and needs to be rewritten
+ badly.
+
+2000-07-19 Jeffrey Stedfast <fejj@helixcode.com>
+
* providers/imap/camel-imap-folder.c (imap_get_summary): If the folder's
message count is not the same as the number of summaries, free the old
summary and create a new summary.