diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-06-20 12:57:39 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-06-20 12:57:39 +0800 |
commit | 1ede35fcdd55e7d95faa2fc7d2b26e0388fc200b (patch) | |
tree | ee0f8501c411c0f5294f1d9d762cd8d27f65e03a /camel/ChangeLog | |
parent | 12da85716e3fa1734a363a240d302e72fbf422f8 (diff) | |
download | gsoc2013-evolution-1ede35fcdd55e7d95faa2fc7d2b26e0388fc200b.tar gsoc2013-evolution-1ede35fcdd55e7d95faa2fc7d2b26e0388fc200b.tar.gz gsoc2013-evolution-1ede35fcdd55e7d95faa2fc7d2b26e0388fc200b.tar.bz2 gsoc2013-evolution-1ede35fcdd55e7d95faa2fc7d2b26e0388fc200b.tar.lz gsoc2013-evolution-1ede35fcdd55e7d95faa2fc7d2b26e0388fc200b.tar.xz gsoc2013-evolution-1ede35fcdd55e7d95faa2fc7d2b26e0388fc200b.tar.zst gsoc2013-evolution-1ede35fcdd55e7d95faa2fc7d2b26e0388fc200b.zip |
basically got IMAP into the tree view
svn path=/trunk/; revision=3643
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 5b4d5aabd6..693a9cd7fa 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,15 +1,23 @@ +2000-06-20 Jeffrey Stedfast <fejj@helixcode.com> + + * providers/imap/camel-imap-folder.c: Added namespace stuff + which we will need later on... + (imap_parse_subfolder_line): Convenience function for use in + get_subfolder_names() + (imap_get_subfolder_names): Updated. + 2000-06-19 Jeffrey Stedfast <fejj@helixcode.com> - * providers/imap/camel-imap-folder.c (camel_imap_folder_init): - Set summary equal to NULL. + * providers/imap/camel-imap-folder.c (camel_imap_folder_init): Set + summary equal to NULL. (imap_get_summary): Store the summary in the ImapFolder (imap_summary_get_by_uid): If we have a summary cache in the ImapFolder, first check to see if that message info is in the cached summary first, if not fetch it directly from the IMAP server and append it to the summary cache. - (imap_get_message_flags): Don't free the message info that we - get back from summary_get_by_uid as we don't want to be - corrupting our cached summary. + (imap_get_message_flags): Don't free the message info that we get + back from summary_get_by_uid as we don't want to be corrupting our + cached summary. 2000-06-19 Peter Williams <peterw@curious-george.helixcode.com> |