diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-07-19 03:36:12 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-07-19 03:36:12 +0800 |
commit | 74d33aeee03c1cefd6360de50452e286a1f50aff (patch) | |
tree | 7c4040bf0479006fdc4a20a87d1ec2277364d644 /camel/ChangeLog | |
parent | 7672cda86c2632fef0284b5a62ba5fcaa5a32037 (diff) | |
download | gsoc2013-evolution-74d33aeee03c1cefd6360de50452e286a1f50aff.tar gsoc2013-evolution-74d33aeee03c1cefd6360de50452e286a1f50aff.tar.gz gsoc2013-evolution-74d33aeee03c1cefd6360de50452e286a1f50aff.tar.bz2 gsoc2013-evolution-74d33aeee03c1cefd6360de50452e286a1f50aff.tar.lz gsoc2013-evolution-74d33aeee03c1cefd6360de50452e286a1f50aff.tar.xz gsoc2013-evolution-74d33aeee03c1cefd6360de50452e286a1f50aff.tar.zst gsoc2013-evolution-74d33aeee03c1cefd6360de50452e286a1f50aff.zip |
Added in imap_[g,s]et_message_user_flag() methods
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
* 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=4214
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 9eac51632f..f22fd84b54 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,16 @@ +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 + + * 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. + 2000-07-17 Jeffrey Stedfast <fejj@helixcode.com> * providers/imap/camel-imap-store.c (imap_disconnect): Send a "LOGOUT" |