Changeset 1343:f1e93f1cd416 for buffy.c

Show
Ignore:
Timestamp:
1999-11-02 07:49:52 (9 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Various IMAP-related fixes from Brendan Cully.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • buffy.c

    r1339 r1343  
    242242  } 
    243243#endif 
     244 
     245  /* update postponed count on force */ 
     246  if (force && Postponed) 
     247    mutt_num_postponed (); 
    244248 
    245249  /* fastest return if there are no mailboxes */ 
     
    381385  } 
    382386 
    383   /* update postponed count as well, on force */ 
    384   if (force && Postponed) 
    385     mutt_num_postponed (); 
    386  
    387387  BuffyDoneTime = BuffyTime; 
    388388  return (BuffyCount);