diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-06-19 10:55:09 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-06-19 10:55:09 +0800 |
commit | 11c0b04807eda9a49359c8de9ab811c8942c2017 (patch) | |
tree | 7367891a5c3dc5cf5d020cc97602364dc1d7463d /mail/ChangeLog | |
parent | e02ffba8e0f08677cd8cf91c5f163facddf45c2d (diff) | |
download | gsoc2013-evolution-11c0b04807eda9a49359c8de9ab811c8942c2017.tar gsoc2013-evolution-11c0b04807eda9a49359c8de9ab811c8942c2017.tar.gz gsoc2013-evolution-11c0b04807eda9a49359c8de9ab811c8942c2017.tar.bz2 gsoc2013-evolution-11c0b04807eda9a49359c8de9ab811c8942c2017.tar.lz gsoc2013-evolution-11c0b04807eda9a49359c8de9ab811c8942c2017.tar.xz gsoc2013-evolution-11c0b04807eda9a49359c8de9ab811c8942c2017.tar.zst gsoc2013-evolution-11c0b04807eda9a49359c8de9ab811c8942c2017.zip |
started to add code to load an IMAP folder.
2000-06-18 Jeffrey Stedfast <fejj@helixcode.com>
* folder-browser.c (folder_browser_load_folder): started to add
code to load an IMAP folder.
* component-factory.c: Started to add a create_imap_storage
method so that we can eventually have our IMAP store displayed
in the tree view.
(create_vfolder_storage): Renamed from
create_test_storage().
(owner_set_cb): Updated.
svn path=/trunk/; revision=3627
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 9d87b56f9d..3ff6199364 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,15 @@ +2000-06-18 Jeffrey Stedfast <fejj@helixcode.com> + + * folder-browser.c (folder_browser_load_folder): started to add + code to load an IMAP folder. + + * component-factory.c: Started to add a create_imap_storage + method so that we can eventually have our IMAP store displayed + in the tree view. + (create_vfolder_storage): Renamed from + create_test_storage(). + (owner_set_cb): Updated. + 2000-06-17 Dan Winship <danw@helixcode.com> * message-list.c (message_list_set_folder): Prevent double-freeing |