aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.c
diff options
context:
space:
mode:
authorTobias Mueller <muelli@auftrags-killer.org>2007-08-03 04:32:21 +0800
committerTobias Mueller <tobiasmue@src.gnome.org>2007-08-03 04:32:21 +0800
commit8181f2e746903a4b21d0c7a58b3087d5d21dd06f (patch)
tree9d4c63583b8d5f37ad262bae7f6e7701748da250 /mail/message-list.c
parent6700c0d3355f5e70bf68e22c30526ef37d22fccd (diff)
downloadgsoc2013-evolution-8181f2e746903a4b21d0c7a58b3087d5d21dd06f.tar
gsoc2013-evolution-8181f2e746903a4b21d0c7a58b3087d5d21dd06f.tar.gz
gsoc2013-evolution-8181f2e746903a4b21d0c7a58b3087d5d21dd06f.tar.bz2
gsoc2013-evolution-8181f2e746903a4b21d0c7a58b3087d5d21dd06f.tar.lz
gsoc2013-evolution-8181f2e746903a4b21d0c7a58b3087d5d21dd06f.tar.xz
gsoc2013-evolution-8181f2e746903a4b21d0c7a58b3087d5d21dd06f.tar.zst
gsoc2013-evolution-8181f2e746903a4b21d0c7a58b3087d5d21dd06f.zip
Removed dead if statement, fixes bug #387312
2007-08-02 Tobias Mueller <muelli@auftrags-killer.org> * message-list.c: (regen_list_regened) Removed dead if statement, fixes bug #387312 svn path=/trunk/; revision=33930
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 07d1f5b3cc..9f3c1f343d 100644
--- a/mail/message-list.c
+++ b/mail/message-list.c
@@ -3936,7 +3936,7 @@ regen_list_regened (struct _mail_msg *mm)
if (m->dotree) {
if (m->ml->just_set_folder)
m->ml->just_set_folder = FALSE;
- else if (!m->search) /* Let us not store the tree state of search, since it will overwrite the test. */
+ else /* Saving the tree state causes bug 352695 but fixes bug 387312 */
save_tree_state (m->ml);
build_tree (m->ml, m->tree, m->changes);