Changeset 1343:f1e93f1cd416 for buffy.c
Legend:
- Unmodified
- Added
- Removed
-
buffy.c
r1339 r1343 242 242 } 243 243 #endif 244 245 /* update postponed count on force */ 246 if (force && Postponed) 247 mutt_num_postponed (); 244 248 245 249 /* fastest return if there are no mailboxes */ … … 381 385 } 382 386 383 /* update postponed count as well, on force */384 if (force && Postponed)385 mutt_num_postponed ();386 387 387 BuffyDoneTime = BuffyTime; 388 388 return (BuffyCount);
