diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-12-12 04:55:01 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-12-12 04:55:01 +0800 |
commit | a706f49f2604162d8724f8366d10a27f2015002d (patch) | |
tree | 41da37dc2d83efa1c364237e751b7e9d3120309d /mail/ChangeLog | |
parent | e0f24af03fc5b9e9a367e1956520a3944d17b3dd (diff) | |
download | gsoc2013-evolution-a706f49f2604162d8724f8366d10a27f2015002d.tar.gz gsoc2013-evolution-a706f49f2604162d8724f8366d10a27f2015002d.tar.zst gsoc2013-evolution-a706f49f2604162d8724f8366d10a27f2015002d.zip |
Fixes bug #1717.
2003-12-11 Jeffrey Stedfast <fejj@ximian.com>
Fixes bug #1717.
* em-folder-browser.c (emfb_list_built): If we have a uid to
select, select that instead of selecting the first unread.
(emfb_set_folder): CamelObject::meta_get() actually returns a
strdup'd buffer, so we need to free it. Get the last selected uid
and set that up as the uid to select when the message-list
finishes building.
(emfb_list_message_selected): Save the selected uid.
(emfb_init): Connect to the message-list's message_selected signal
so that we can save selected state (don't want to do this in
EMFolderView or MessageList because we don't want the state to be
saved for the EMMessageBrowser).
svn path=/trunk/; revision=23928
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 245db7055e..d03dc72d9e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,21 @@ 2003-12-11 Jeffrey Stedfast <fejj@ximian.com> + Fixes bug #1717. + + * em-folder-browser.c (emfb_list_built): If we have a uid to + select, select that instead of selecting the first unread. + (emfb_set_folder): CamelObject::meta_get() actually returns a + strdup'd buffer, so we need to free it. Get the last selected uid + and set that up as the uid to select when the message-list + finishes building. + (emfb_list_message_selected): Save the selected uid. + (emfb_init): Connect to the message-list's message_selected signal + so that we can save selected state (don't want to do this in + EMFolderView or MessageList because we don't want the state to be + saved for the EMMessageBrowser). + +2003-12-11 Jeffrey Stedfast <fejj@ximian.com> + * em-folder-tree.c: Shorten the namespace of some internal functions to just emft. (emft_popup_delete_rec): Don't delete the contents of a folder if |