diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-07-25 10:02:14 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-07-25 10:02:14 +0800 |
commit | 58eab08d844f38038991580fea08a7b123d4169c (patch) | |
tree | d02538ca2955211edf1902320acce7fc3371d03f /camel/ChangeLog | |
parent | 9a6b1689a74bccedccd6ff45ce90a4124e394d56 (diff) | |
download | gsoc2013-evolution-58eab08d844f38038991580fea08a7b123d4169c.tar gsoc2013-evolution-58eab08d844f38038991580fea08a7b123d4169c.tar.gz gsoc2013-evolution-58eab08d844f38038991580fea08a7b123d4169c.tar.bz2 gsoc2013-evolution-58eab08d844f38038991580fea08a7b123d4169c.tar.lz gsoc2013-evolution-58eab08d844f38038991580fea08a7b123d4169c.tar.xz gsoc2013-evolution-58eab08d844f38038991580fea08a7b123d4169c.tar.zst gsoc2013-evolution-58eab08d844f38038991580fea08a7b123d4169c.zip |
Updated to port easily to the new Camel API (imap_init): Don't SELECT
2000-07-24 Jeffrey Stedfast <fejj@helixcode.com>
* providers/imap/camel-imap-folder.c (imap_get_message_info): Updated
to port easily to the new Camel API
(imap_init): Don't SELECT INBOX, we don't need to do that
svn path=/trunk/; revision=4302
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index fffa73f980..c2d1e70f00 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,11 @@ 2000-07-24 Jeffrey Stedfast <fejj@helixcode.com> + * providers/imap/camel-imap-folder.c (imap_get_message_info): Updated + to port easily to the new Camel API + (imap_init): Don't SELECT INBOX, we don't need to do that + +2000-07-24 Jeffrey Stedfast <fejj@helixcode.com> + * providers/imap/camel-imap-folder.c (camel_imap_folder_new): Initialize the summary and subfolder listing. (imap_summary_free): Now takes a GPtrArray arg rather than a |