Changeset 170

Show
Ignore:
Timestamp:
09/06/08 16:37:52 (3 months ago)
Author:
cyrusdaboo
Message:

Fix to ensure that sort warning appears based on the number of messages in the view, not
the total number in the mailbox.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Mulberry/branches/v4.1d1/Sources_Common/Mail/Mailbox/CMbox.cp

    r54 r170  
    17341734 
    17351735        // Do caching 
    1736         else if (GetSortCache() >= GetNumberFound() - GetNumberCached()) 
     1736        else if (GetSortCache() >= GetNumberMessages() - GetNumberCached()) 
    17371737        { 
    17381738                // Do cache all automatcally