aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--camel/ChangeLog6
-rw-r--r--camel/providers/mbox/camel-mbox-summary.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 4ed6f015e9..8499c97b26 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,9 @@
+2000-05-02 NotZed <NotZed@HelixCode.com>
+
+ * providers/mbox/camel-mbox-summary.c
+ (camel_mbox_summary_expunge): Fix the offset for the summary when
+ an item is expunged to take account of the From line.
+
2000-05-01 NotZed <NotZed@HelixCode.com>
* providers/mbox/camel-mbox-folder.h (CamelMboxFolder): Removed
diff --git a/camel/providers/mbox/camel-mbox-summary.c b/camel/providers/mbox/camel-mbox-summary.c
index 754f211dfe..35b7945e49 100644
--- a/camel/providers/mbox/camel-mbox-summary.c
+++ b/camel/providers/mbox/camel-mbox-summary.c
@@ -1423,9 +1423,9 @@ camel_mbox_summary_expunge(CamelMboxSummary *s)
if (info->info.flags & CAMEL_MESSAGE_DELETED) {
printf("Deleting message: %s\n", info->info.uid);
camel_mbox_summary_copy_block(fd, fdout, last_write, last_start-last_write);
+ offset += (content->endpos - last_start);
last_write = content->endpos;
last_start = last_write;
- offset += (content->endpos - content->pos);
/* remove this message from the index */
if (s->index) {
te to 1.4.1dinoex2010-03-281-1/+1 * - update to jpeg-8dinoex2010-02-051-1/+1 * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-0/+1 * The KDE FreeBSD team is proud to announce the releasemiwi2008-08-291-3/+3 * - Fix INDEXmiwi2008-08-184-173/+316 * The KDE FreeBSD team is proud to announce the releasemiwi2008-08-184-266/+182 * Update to KDE 3.5.8lofi2007-10-302-3/+244 * Update to KDE 3.5.7 / KOffice 1.6.3lofi2007-07-042-4/+3 * - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1 * Update to KDE 3.5.6 / KOffice 1.6.2lofi2007-03-141-3/+3 * Update to KDE 3.5.5 / KOffice 1.6.1lofi2006-12-201-3/+3 * KDE 3.5.4 / KOffice 1.5.2lofi2006-09-132-4/+3 * Update to KDE 3.5.3lofi2006-06-062-10/+9 * Update to KDE 3.5.2lofi2006-03-312-63/+10 * Update to KDE 3.5.1.lofi2006-02-011-3/+3 * Update to KDE 3.5.0lofi2006-01-093-38/+49 * Update to KDE 3.4.3 / KOffice 1.4.2lofi2005-11-051-5/+0 * Update to KDE 3.4.2 / KOffice 1.4.1lofi2005-08-013-3/+18 * Update to KDE 3.4.1lofi2005-06-261-1/+0 * Update to KDE 3.4lofi2005-03-211-0/+1 * Add i18nized doc subdirs to kdehier and adjust i18n port plists accordingly.lofi2004-12-231-1/+1 * Tweak IGNORE string to give a better-worded error message.kris2004-12-191-1/+1 * Update to KDE 3.3.2lofi2004-12-141-1/+1 * Update to KDE 3.3lofi2004-08-312-3/+1 * Pet portlint.lofi2004-07-112-1/+3 * Update to KDE 3.2.1 / QT 3.3.1lofi2004-03-101-0/+1 * Update to KDE 3.2.0lofi2004-02-051-1/+2 * Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-2/+1 * Now gettext 0.12.1 is gettext-old.trevor2004-01-24