changeset 1424:d8f10cedbc48 HEAD

partial->cr_skipped wasn't reset when changing message
author Timo Sirainen <tss@iki.fi>
date Mon, 05 May 2003 19:24:52 +0300
parents 3e73d02e5f71
children cb661e22730a
files src/imap/imap-fetch-body-section.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/imap/imap-fetch-body-section.c	Sun May 04 19:16:26 2003 +0300
+++ b/src/imap/imap-fetch-body-section.c	Mon May 05 19:24:52 2003 +0300
@@ -55,6 +55,7 @@
 		partial->select_counter = select_counter;
 		partial->uid = uid;
 		partial->physical_start = physical_start;
+		partial->cr_skipped = FALSE;
 		memset(&partial->pos, 0, sizeof(partial->pos));
 	}