From: Timo Sirainen Date: Mon, 5 May 2003 16:24:52 +0000 (+0300) Subject: partial->cr_skipped wasn't reset when changing message X-Git-Tag: 1.1.alpha1~4682 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d111af16d5d1b7530705d4fa6df8b9dd65aea798;p=thirdparty%2Fdovecot%2Fcore.git partial->cr_skipped wasn't reset when changing message --HG-- branch : HEAD --- diff --git a/src/imap/imap-fetch-body-section.c b/src/imap/imap-fetch-body-section.c index 97d365a5b5..de12e3d975 100644 --- a/src/imap/imap-fetch-body-section.c +++ b/src/imap/imap-fetch-body-section.c @@ -55,6 +55,7 @@ static int seek_partial(unsigned int select_counter, unsigned int uid, partial->select_counter = select_counter; partial->uid = uid; partial->physical_start = physical_start; + partial->cr_skipped = FALSE; memset(&partial->pos, 0, sizeof(partial->pos)); }