summaryrefslogtreecommitdiffstats
path: root/status.c
diff options
context:
space:
mode:
Diffstat (limited to 'status.c')
-rw-r--r--status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/status.c b/status.c
index 1f11fb27..a53703de 100644
--- a/status.c
+++ b/status.c
@@ -176,7 +176,7 @@ status_format_str (char *buf, size_t buflen, char op, const char *src,
break;
case 'p':
- count = mutt_num_postponed ();
+ count = PostCount;
if (!optional)
{
snprintf (fmt, sizeof (fmt), "%%%sd", prefix);