+2007-04-01 20:00 -0700 Ambrose Li <a.c.li@ieee.org> (38e896c4c192)
+
+ * po/zh_TW.po: Updated Taiwanese translation
+
+2007-04-01 15:40 -0700 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp> (6dcb53bc679c)
+
+ * crypt-gpgme.c: gpgme: check result for signatures pointer
+ (closes: #2199)
+
2007-04-01 15:33 -0700 Brendan Cully <brendan@kublai.com> (3a81b3793f77)
* doc/muttbug.man: Update flea man page to current addresses
dprint (2, (debugfile, "Expunging message UID %d.\n", HEADER_DATA (h)->uid));
h->active = 0;
+ idata->ctx->size -= h->content->length;
imap_cache_del (idata, h);
#if USE_HCACHE
ctx->hdrs[idx]->data = (void *) (h.data);
ctx->msgcount++;
+ ctx->size += ctx->hdrs[idx]->content->length;
}
else
/* bad header in the cache, we'll have to refetch.
0, 0);
/* content built as a side-effect of mutt_read_rfc822_header */
ctx->hdrs[idx]->content->length = h.content_length;
+ ctx->size += h.content_length;
#if USE_HCACHE
sprintf(uid_buf, "/%u", h.data->uid);