summaryrefslogtreecommitdiffstats
path: root/buffy.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-11-02 15:49:52 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-11-02 15:49:52 +0000
commit723cfce3208aa0ac111f6ccd3165612b17c17ae6 (patch)
treea7549bf5b76de2d53a9de4a1e88145ac8e7306ce /buffy.c
parent0cc41dfffdfd1b74cc2004aec6bf11c4573203f7 (diff)
Various IMAP-related fixes from Brendan Cully.
Diffstat (limited to 'buffy.c')
-rw-r--r--buffy.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/buffy.c b/buffy.c
index b7f722ef..15cfb9e1 100644
--- a/buffy.c
+++ b/buffy.c
@@ -242,6 +242,10 @@ int mutt_buffy_check (int force)
}
#endif
+ /* update postponed count on force */
+ if (force && Postponed)
+ mutt_num_postponed ();
+
/* fastest return if there are no mailboxes */
if (!Incoming)
return 0;
@@ -380,10 +384,6 @@ int mutt_buffy_check (int force)
BuffyNotify++;
}
- /* update postponed count as well, on force */
- if (force && Postponed)
- mutt_num_postponed ();
-
BuffyDoneTime = BuffyTime;
return (BuffyCount);
}