remove unused assignments
authorWilfried Goesgens <dothebart@citadel.org>
Fri, 25 May 2012 12:32:53 +0000 (14:32 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Fri, 25 May 2012 12:32:53 +0000 (14:32 +0200)
citadel/modules/imap/imap_fetch.c

index 38de324e694091186eb5b2c415d5eed9598e8680..82168170f9d14a7b6ca53433f6bb649169cade88 100644 (file)
@@ -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 */