don't nomarkseen when we restore the message when we show the preview.
2004-05-18 Not Zed <NotZed@Ximian.com> * em-folder-browser.c (em_folder_browser_show_preview): don't nomarkseen when we restore the message when we show the preview. #58387. svn path=/trunk/; revision=25956
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
2004-05-18 Not Zed <NotZed@Ximian.com>
|
||||
|
||||
* em-folder-browser.c (em_folder_browser_show_preview): don't
|
||||
nomarkseen when we restore the message when we show the preview.
|
||||
#58387.
|
||||
|
||||
* mail-folder-cache.c (folder_changed): no new message test if its
|
||||
the drafts folder too.
|
||||
|
||||
|
||||
@ -309,7 +309,7 @@ void em_folder_browser_show_preview(EMFolderBrowser *emfb, gboolean state)
|
||||
char *uid = g_alloca(strlen(emfb->view.list->cursor_uid)+1);
|
||||
|
||||
strcpy(uid, emfb->view.list->cursor_uid);
|
||||
em_folder_view_set_message(&emfb->view, uid, TRUE);
|
||||
em_folder_view_set_message(&emfb->view, uid, FALSE);
|
||||
}
|
||||
|
||||
/* need to load/show the current message? */
|
||||
|
||||
Reference in New Issue
Block a user