Changeset 1345:6853328099ef for buffy.c

Show
Ignore:
Timestamp:
1999-11-03 23:48:35 (9 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

IMAP postpone changes from Byrial Jensen.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • buffy.c

    r1343 r1345  
    241241      last_imap_check = now; 
    242242  } 
    243 #endif 
    244  
    245   /* update postponed count on force */ 
    246   if (force && Postponed) 
    247     mutt_num_postponed (); 
     243 
     244  /* update postponed count as well, on force */ 
     245  if (force) 
     246    mutt_update_num_postponed (); 
     247 
     248#endif 
    248249 
    249250  /* fastest return if there are no mailboxes */