From 9cc5ad91181c3637542f2fb12f331b60c44d7d8b Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 12 Aug 2010 09:29:03 -0400 Subject: Minor correction to previous commit. --- mail/message-list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/message-list.c b/mail/message-list.c index 848bef204d..6295766f5d 100644 --- a/mail/message-list.c +++ b/mail/message-list.c @@ -3953,7 +3953,7 @@ on_click (ETree *tree, gint row, ETreePath path, gint col, GdkEvent *event, Mess /* Notify the folder tree model that the user has marked a message * as unread so it doesn't mistake the event as new mail arriving. */ - if (flag == CAMEL_MESSAGE_SEEN) { + if (col == COL_MESSAGE_STATUS && (flags & CAMEL_MESSAGE_SEEN)) { EMFolderTreeModel *model; model = em_folder_tree_model_get_default (); -- cgit v1.2.3