Re: mutt/1696: status line not updated when postponed message recalled by another mutt
Synopsis: status line not updated when postponed message recalled by another
mutt
**** Comment added by rado on Thu, 25 Aug 2005 18:10:10 +0200 ****
I wonder whether buffy.c
if (force)
mutt_update_num_postponed ();
has any influence on this and therefore how "force" is produced.
On a side note: why is that "if" enclosed in "#ifdef USE_IMAP"?
postpone.c has its own USE_IMAP checks. Aren't they sufficient?
Shouldn't this update be made even without USE_IMAP?