aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/message-list.c')
-rw-r--r--mail/message-list.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/message-list.c b/mail/message-list.c
index 5ae5ba2232..3386ff4d3b 100644
--- a/mail/message-list.c
+++ b/mail/message-list.c
@@ -4242,9 +4242,8 @@ regen_list_exec (struct _regen_list_msg *m)
if (!was_deleted || (was_deleted && !m->hidedel))
g_ptr_array_add (uids, (gpointer) camel_pstring_strdup (looking_for));
+ }
- if (!was_deleted || (was_deleted && !m->hidedel))
- g_ptr_array_add (uids, (gpointer) camel_pstring_strdup (looking_for));
}
}
}