aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-05-07 14:48:38 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-05-07 14:48:38 +0800
commit27176351ae38247a7b7c656e73727d704b12c63e (patch)
tree1ef7b1d5d6dba2fc33803dc1c512d654a4b5225a /mail/ChangeLog
parent3fcf0b4edc4e1a95ceae5693bd7a65690c3251f6 (diff)
downloadgsoc2013-evolution-27176351ae38247a7b7c656e73727d704b12c63e.tar
gsoc2013-evolution-27176351ae38247a7b7c656e73727d704b12c63e.tar.gz
gsoc2013-evolution-27176351ae38247a7b7c656e73727d704b12c63e.tar.bz2
gsoc2013-evolution-27176351ae38247a7b7c656e73727d704b12c63e.tar.lz
gsoc2013-evolution-27176351ae38247a7b7c656e73727d704b12c63e.tar.xz
gsoc2013-evolution-27176351ae38247a7b7c656e73727d704b12c63e.tar.zst
gsoc2013-evolution-27176351ae38247a7b7c656e73727d704b12c63e.zip
** See bug #57935.
2004-05-07 Not Zed <NotZed@Ximian.com> ** See bug #57935. * em-folder-view.c (emfv_set_message): add new arg, nomarkseen, don't mark the selected message seen once its loaded. (emfv_list_message_selected): clear the nomarkseen flag once we've processed the selection. (emfv_list_done_message_selected): handle the nomarkseen flag, don't mark a message seen if it was explictly selected. * em-folder-browser.c (emfb_list_built): use em_folder_view_select_message rather than doing it via the messagelist directly. svn path=/trunk/; revision=25821
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 249dfa3f06..11c5599535 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,18 @@
2004-05-07 Not Zed <NotZed@Ximian.com>
+ ** See bug #57935.
+
+ * em-folder-view.c (emfv_set_message): add new arg, nomarkseen,
+ don't mark the selected message seen once its loaded.
+ (emfv_list_message_selected): clear the nomarkseen flag once we've
+ processed the selection.
+ (emfv_list_done_message_selected): handle the nomarkseen flag,
+ don't mark a message seen if it was explictly selected.
+
+ * em-folder-browser.c (emfb_list_built): use
+ em_folder_view_select_message rather than doing it via the
+ messagelist directly.
+
** Dunno why i bothered, but see bug #58090.
* importers/netscape-importer.c