Changeset 5041:4f598543d7a5
- Timestamp:
- 2007-04-01 23:12:45 (22 months ago)
- Author:
- Brendan Cully <brendan@…>
- Branch:
- HEAD
- Message:
-
Adjust context->size on IMAP load and expunge (closes #2749)
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r5039
|
r5041
|
|
| | 1 | 2007-04-01 20:00 -0700 Ambrose Li <a.c.li@ieee.org> (38e896c4c192) |
| | 2 | |
| | 3 | * po/zh_TW.po: Updated Taiwanese translation |
| | 4 | |
| | 5 | 2007-04-01 15:40 -0700 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp> (6dcb53bc679c) |
| | 6 | |
| | 7 | * crypt-gpgme.c: gpgme: check result for signatures pointer |
| | 8 | (closes: #2199) |
| | 9 | |
| 1 | 10 | 2007-04-01 15:33 -0700 Brendan Cully <brendan@kublai.com> (3a81b3793f77) |
| 2 | 11 | |
-
|
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); |
-
|
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 |