summaryrefslogtreecommitdiffstats
path: root/buffy.c
diff options
context:
space:
mode:
Diffstat (limited to 'buffy.c')
-rw-r--r--buffy.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/buffy.c b/buffy.c
index ab9e870f..b7f722ef 100644
--- a/buffy.c
+++ b/buffy.c
@@ -380,6 +380,10 @@ int mutt_buffy_check (int force)
BuffyNotify++;
}
+ /* update postponed count as well, on force */
+ if (force && Postponed)
+ mutt_num_postponed ();
+
BuffyDoneTime = BuffyTime;
return (BuffyCount);
}