Changeset 1345:6853328099ef for buffy.c
Legend:
- Unmodified
- Added
- Removed
-
buffy.c
r1343 r1345 241 241 last_imap_check = now; 242 242 } 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 248 249 249 250 /* fastest return if there are no mailboxes */
