Show
Ignore:
Timestamp:
2007-04-02 10:48:47 (22 months ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:

Add create flag to imap_mboxcache_get

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • imap/message.c

    r5041 r5044  
    328328  } 
    329329 
    330   if (maxuid && (status = imap_mboxcache_get (idata, idata->mailbox))) 
     330  if (maxuid && (status = imap_mboxcache_get (idata, idata->mailbox, 0))) 
    331331  status->uidnext = maxuid + 1; 
    332332