Changeset 1339:f2ab3f53203d for buffy.c

Show
Ignore:
Timestamp:
1999-10-28 22:43:19 (9 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Don't check the number of postponed messages every time the status
line is updated - this gets quite slow when used with slow IMAP
connections.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • buffy.c

    r1306 r1339  
    381381  } 
    382382 
     383  /* update postponed count as well, on force */ 
     384  if (force && Postponed) 
     385    mutt_num_postponed (); 
     386 
    383387  BuffyDoneTime = BuffyTime; 
    384388  return (BuffyCount);