Changeset 5041:4f598543d7a5 for imap
Legend:
- Unmodified
- Added
- Removed
-
imap/imap.c
r5033 r5041 259 259 260 260 h->active = 0; 261 idata->ctx->size -= h->content->length; 261 262 262 263 imap_cache_del (idata, h); -
imap/message.c
r5034 r5041 191 191 192 192 ctx->msgcount++; 193 ctx->size += ctx->hdrs[idx]->content->length; 193 194 } 194 195 else … … 293 294 /* content built as a side-effect of mutt_read_rfc822_header */ 294 295 ctx->hdrs[idx]->content->length = h.content_length; 296 ctx->size += h.content_length; 295 297 296 298 #if USE_HCACHE
