aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-mail.c
diff options
context:
space:
mode:
Diffstat (limited to 'my-evolution/e-summary-mail.c')
-rw-r--r--my-evolution/e-summary-mail.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/my-evolution/e-summary-mail.c b/my-evolution/e-summary-mail.c
index 01fc6bb1bd..da278dc8ad 100644
--- a/my-evolution/e-summary-mail.c
+++ b/my-evolution/e-summary-mail.c
@@ -158,9 +158,8 @@ e_summary_mail_generate_html (ESummary *summary)
for (p = folder_store->shown; p; p = p->next) {
ESummaryMailFolder *mail_folder = p->data;
- if (mail_folder->unread > 0) {
- folder_gen_html (summary, p->data, string);
- }
+
+ folder_gen_html (summary, p->data, string);
}
g_string_append (string, "</table></dd></dl>");