From 18e6b8f58b36b67117864b3dc1ae07c6e72bead8 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Fri, 25 May 2012 14:32:53 +0200 Subject: [PATCH] remove unused assignments --- citadel/modules/imap/imap_fetch.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/citadel/modules/imap/imap_fetch.c b/citadel/modules/imap/imap_fetch.c index 38de324e6..82168170f 100644 --- a/citadel/modules/imap/imap_fetch.c +++ b/citadel/modules/imap/imap_fetch.c @@ -209,8 +209,6 @@ void imap_fetch_rfc822(long msgnum, const char *whichfmt) { * intervening blank line to be part of the headers, not the text. */ headers_size = 0; - text_size = 0; - total_size = 0; if (need_body) { StrBuf *Line = NewStrBuf(); @@ -604,7 +602,7 @@ void imap_strip_headers(StrBuf *section) { StrBufSipLine(Line, CCC->redirect_buffer, &Ptr); if (!isspace(ChrPtr(Line)[0])) { - ok = 0; + if (doing_headers == 0) ok = 1; else { /* we're supposed to print all headers that are not matching the filter list */ -- 2.30.2