aboutsummaryrefslogtreecommitdiff
path: root/src/summaryview.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-01-14 08:58:43 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-01-14 08:58:43 +0000
commitbc089a34b8dfd2e45996c6ad423b58064a2f75e7 (patch)
tree491ad95aeb15bfdb2c7618a52a5452351ba080d5 /src/summaryview.c
parentbb02a6247164d87d17d73b041ff4ea3e019bf734 (diff)
summary_show_queued_msgs(): update status display.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2792 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/summaryview.c')
-rw-r--r--src/summaryview.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/summaryview.c b/src/summaryview.c
index 4cac266d..1a6a80f0 100644
--- a/src/summaryview.c
+++ b/src/summaryview.c
@@ -1122,6 +1122,8 @@ void summary_show_queued_msgs(SummaryView *summaryview)
item->cache_dirty = TRUE;
+ summary_status_show(summaryview);
+
debug_print("summary_show_queued_msgs: done.\n");
}