Changeset 5042:becbad651ecc
- Timestamp:
- 2007-04-02 10:02:57 (22 months ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
imap/imap.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
imap/imap.c
r5041 r5042 84 84 return 0; 85 85 } 86 87 86 FREE (&mx.mbox); 87 88 if (imap_mboxcache_get (idata, mailbox)) 89 { 90 dprint (3, (debugfile, "imap_access: found %s in cache\n", mailbox)); 91 return 0; 92 } 93 88 94 imap_munge_mbox_name (mbox, sizeof (mbox), mailbox); 89 95
