aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-07-19 04:56:46 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-07-19 04:56:46 +0800
commit647d16e85b27fda1143b79b34252519c8b249a84 (patch)
tree78b344bac343afd6c08deee5b2e2610da1c31096 /camel/ChangeLog
parent74d33aeee03c1cefd6360de50452e286a1f50aff (diff)
downloadgsoc2013-evolution-647d16e85b27fda1143b79b34252519c8b249a84.tar
gsoc2013-evolution-647d16e85b27fda1143b79b34252519c8b249a84.tar.gz
gsoc2013-evolution-647d16e85b27fda1143b79b34252519c8b249a84.tar.bz2
gsoc2013-evolution-647d16e85b27fda1143b79b34252519c8b249a84.tar.lz
gsoc2013-evolution-647d16e85b27fda1143b79b34252519c8b249a84.tar.xz
gsoc2013-evolution-647d16e85b27fda1143b79b34252519c8b249a84.tar.zst
gsoc2013-evolution-647d16e85b27fda1143b79b34252519c8b249a84.zip
Added in imap_[g,s]et_message_user_flag() methods (imap_get_message_info):
2000-07-18 Jeffrey Stedfast <fejj@helixcode.com> * providers/imap/camel-imap-folder.c (camel_imap_folder_class_init): Added in imap_[g,s]et_message_user_flag() methods (imap_get_message_info): Rewrote to use the more efficient way of downloading summary information and also added a UID comparison so that if the UID requested doesn't match the UID received, it returns NULL. FIXME: When the mailer gets NULL when it requested message info, it seems that it displays a row for that message and when you try and select the blank row, it segfaults. * providers/imap/camel-imap-store.c (get_folder): Oops, this should not be checking against "/", it should be checking against dir_sep. * providers/imap/camel-imap-folder.c (imap_parse_subfolder_line): Updated to trim out the leading namespace. (imap_get_subfolder_names): Let the subfolder parser trim the namespace off the folder name. svn path=/trunk/; revision=4215
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index f22fd84b54..bf4c3b7374 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -2,6 +2,12 @@
* providers/imap/camel-imap-folder.c (camel_imap_folder_class_init): Added
in imap_[g,s]et_message_user_flag() methods
+ (imap_get_message_info): Rewrote to use the more efficient way of
+ downloading summary information and also added a UID comparison so that
+ if the UID requested doesn't match the UID received, it returns NULL.
+ FIXME: When the mailer gets NULL when it requested message info, it
+ seems that it displays a row for that message and when you try and select
+ the blank row, it segfaults.
* providers/imap/camel-imap-store.c (get_folder): Oops, this should not be
checking against "/", it should be checking against dir_sep.