Changeset 5044:aa6f191cfa10 for imap/message.c
- Timestamp:
- 2007-04-02 10:48:47 (22 months ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
imap/message.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
imap/message.c
r5041 r5044 328 328 } 329 329 330 if (maxuid && (status = imap_mboxcache_get (idata, idata->mailbox )))330 if (maxuid && (status = imap_mboxcache_get (idata, idata->mailbox, 0))) 331 331 status->uidnext = maxuid + 1; 332 332
