aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-09-26 17:45:59 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-09-26 18:56:08 +0800
commitd230dd72bb6aff738974ccaa91bfad5d321e9c0c (patch)
tree1c4f343340ad4a613e0016e93301fce83d2ef130 /mail/message-list.c
parent3262bdb1c49d65c5fa7d2fc3b931784bfcdb57da (diff)
downloadgsoc2013-evolution-d230dd72bb6aff738974ccaa91bfad5d321e9c0c.tar
gsoc2013-evolution-d230dd72bb6aff738974ccaa91bfad5d321e9c0c.tar.gz
gsoc2013-evolution-d230dd72bb6aff738974ccaa91bfad5d321e9c0c.tar.bz2
gsoc2013-evolution-d230dd72bb6aff738974ccaa91bfad5d321e9c0c.tar.lz
gsoc2013-evolution-d230dd72bb6aff738974ccaa91bfad5d321e9c0c.tar.xz
gsoc2013-evolution-d230dd72bb6aff738974ccaa91bfad5d321e9c0c.tar.zst
gsoc2013-evolution-d230dd72bb6aff738974ccaa91bfad5d321e9c0c.zip
Bug #351025 - Make the order of the mail accounts configurable
Diffstat (limited to 'mail/message-list.c')
-rw-r--r--mail/message-list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/message-list.c b/mail/message-list.c
index d98f860f8c..cd44b9506a 100644
--- a/mail/message-list.c
+++ b/mail/message-list.c
@@ -4191,7 +4191,7 @@ on_click (ETree *tree,
if (col == COL_MESSAGE_STATUS && (flags & CAMEL_MESSAGE_SEEN)) {
EMFolderTreeModel *model;
- model = em_folder_tree_model_get_default ();
+ model = em_folder_tree_model_get_default (list->priv->backend);
em_folder_tree_model_user_marked_unread (
model, list->folder, 1);
}