Changeset 5118:9a1796a3f8f9 for imap
Legend:
- Unmodified
- Added
- Removed
-
imap/imap.c
r5115 r5118 1568 1568 #ifdef USE_HCACHE 1569 1569 header_cache_t *hc = NULL; 1570 ciss_url_t url;1571 char urlstr[LONG_STRING];1572 char cpath[LONG_STRING];1573 1570 unsigned int *uidvalidity = NULL; 1574 1571 unsigned int *uidnext = NULL; -
imap/util.c
r5115 r5118 85 85 86 86 if (imap_parse_path (idata->ctx->path, &mx) < 0) 87 return -1;87 return NULL; 88 88 89 89 if (path)
