From: Wilfried Goesgens Date: Fri, 25 May 2012 12:32:53 +0000 (+0200) Subject: remove unused assignments X-Git-Tag: v8.12~76 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=18e6b8f58b36b67117864b3dc1ae07c6e72bead8 remove unused assignments --- 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 */