aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.c
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2007-05-16 12:24:38 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2007-05-16 12:24:38 +0800
commita70656c2213be0097b6d493eb920db989def07c4 (patch)
tree6463174be5600bc416fb7607be231a8833ce21ca /mail/message-list.c
parent80c82227611ca9856bf34ea470f712c12b2d5bae (diff)
downloadgsoc2013-evolution-a70656c2213be0097b6d493eb920db989def07c4.tar
gsoc2013-evolution-a70656c2213be0097b6d493eb920db989def07c4.tar.gz
gsoc2013-evolution-a70656c2213be0097b6d493eb920db989def07c4.tar.bz2
gsoc2013-evolution-a70656c2213be0097b6d493eb920db989def07c4.tar.lz
gsoc2013-evolution-a70656c2213be0097b6d493eb920db989def07c4.tar.xz
gsoc2013-evolution-a70656c2213be0097b6d493eb920db989def07c4.tar.zst
gsoc2013-evolution-a70656c2213be0097b6d493eb920db989def07c4.zip
** Added support to specify the default thread state for messages.
svn path=/trunk/; revision=33551
Diffstat (limited to 'mail/message-list.c')
-rw-r--r--mail/message-list.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/message-list.c b/mail/message-list.c
index 71b33fb4e7..0d9afd2445 100644
--- a/mail/message-list.c
+++ b/mail/message-list.c
@@ -2236,8 +2236,11 @@ message_list_construct (MessageList *message_list)
ml_value_to_string,
message_list);
-
- e_tree_memory_set_expanded_default(E_TREE_MEMORY(message_list->model), TRUE);
+
+ e_tree_memory_set_expanded_default(E_TREE_MEMORY(message_list->model),
+ gconf_client_get_bool (mail_config_get_gconf_client(),
+ "/apps/evolution/mail/display/thread_expand",
+ NULL));
/*
* The etree