Changeset 5378:ac00273b3a88 for imap
- Timestamp:
- 2008-05-17 12:02:24 (6 months ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
imap/browse.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
imap/browse.c
r5064 r5378 229 229 } 230 230 231 if ((status = imap_mboxcache_get (idata, mx.mbox, 0))) 231 if (!imap_mxcmp(mx.mbox, idata->mailbox)) 232 { 233 state->new = idata->ctx->new; 234 state->messages = idata->ctx->msgcount; 235 } 236 else if ((status = imap_mboxcache_get (idata, mx.mbox, 0))) 232 237 { 233 238 state->new = status->unseen;
