diff options
author | Dan Winship <danw@src.gnome.org> | 2000-10-03 03:08:44 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-10-03 03:08:44 +0800 |
commit | e459a0465f0a0d6cabb2ae55366060a7d38da13f (patch) | |
tree | 6977ff537a362757bd4bc37e2ec694fbfa2277c8 /mail/ChangeLog | |
parent | e9dc30dbf0c018bbc845f253bfe0b26baddbeaf2 (diff) | |
download | gsoc2013-evolution-e459a0465f0a0d6cabb2ae55366060a7d38da13f.tar gsoc2013-evolution-e459a0465f0a0d6cabb2ae55366060a7d38da13f.tar.gz gsoc2013-evolution-e459a0465f0a0d6cabb2ae55366060a7d38da13f.tar.bz2 gsoc2013-evolution-e459a0465f0a0d6cabb2ae55366060a7d38da13f.tar.lz gsoc2013-evolution-e459a0465f0a0d6cabb2ae55366060a7d38da13f.tar.xz gsoc2013-evolution-e459a0465f0a0d6cabb2ae55366060a7d38da13f.tar.zst gsoc2013-evolution-e459a0465f0a0d6cabb2ae55366060a7d38da13f.zip |
Update for CamelFolderInfo changes.
* mail-ops.c (mail_do_scan_subfolders, etc): Update for
CamelFolderInfo changes.
* message-list.c (message_list_destroy): Don't save_tree_state if
there's no folder associated with the MessageList.
* folder-browser.c (folder_browser_set_uri): Only call
mail_do_load_folder if the URI is not "".
svn path=/trunk/; revision=5664
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 18ac1810b2..4a0edf188e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,14 @@ +2000-10-02 Dan Winship <danw@helixcode.com> + + * mail-ops.c (mail_do_scan_subfolders, etc): Update for + CamelFolderInfo changes. + + * message-list.c (message_list_destroy): Don't save_tree_state if + there's no folder associated with the MessageList. + + * folder-browser.c (folder_browser_set_uri): Only call + mail_do_load_folder if the URI is not "". + 2000-10-02 Iain Holmes <iain@helixcode.com> * mail-display.[ch]: Add a cache for the pixbufs, hashed on CID, |