aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.c
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2006-08-26 01:48:15 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2006-08-26 01:48:15 +0800
commit7467959c578618b243148d6d78d8f2bd8f6e614f (patch)
treeffc6fa801b8fcf47f8c9786e86bf0d46f8c1e994 /mail/message-list.c
parent0ae2879bfc8cf7715cc91a96312db9294279562f (diff)
downloadgsoc2013-evolution-7467959c578618b243148d6d78d8f2bd8f6e614f.tar
gsoc2013-evolution-7467959c578618b243148d6d78d8f2bd8f6e614f.tar.gz
gsoc2013-evolution-7467959c578618b243148d6d78d8f2bd8f6e614f.tar.bz2
gsoc2013-evolution-7467959c578618b243148d6d78d8f2bd8f6e614f.tar.lz
gsoc2013-evolution-7467959c578618b243148d6d78d8f2bd8f6e614f.tar.xz
gsoc2013-evolution-7467959c578618b243148d6d78d8f2bd8f6e614f.tar.zst
gsoc2013-evolution-7467959c578618b243148d6d78d8f2bd8f6e614f.zip
** Fix for bug #352695
svn path=/trunk/; revision=32673
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 436dddf508..8ea25661f6 100644
--- a/mail/message-list.c
+++ b/mail/message-list.c
@@ -3831,7 +3831,7 @@ regen_list_regened (struct _mail_msg *mm)
if (m->dotree) {
if (m->ml->just_set_folder)
m->ml->just_set_folder = FALSE;
- else
+ else if (!m->search) /* Let us not store the tree state of search, since it will overwrite the test. */
save_tree_state (m->ml);
build_tree (m->ml, m->tree, m->changes);