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:
Not Zed
2004-05-18 08:56:26 +00:00
committed by Michael Zucci
parent 31d87dbdfe
commit cf91b138f1
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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? */