From: Tobias Angele Date: Sat, 25 Feb 2017 16:15:23 +0000 (+0100) Subject: imap: remove useless code (#434) X-Git-Tag: neomutt-20170306~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e47ef1da3f543168841d9f799f31e1d6beb8723;p=neomutt imap: remove useless code (#434) --- diff --git a/imap/imap.c b/imap/imap.c index 01427a206..26b2f5441 100644 --- a/imap/imap.c +++ b/imap/imap.c @@ -219,7 +219,6 @@ int imap_read_literal (FILE* fp, IMAP_DATA* idata, long bytes, progress_t* pbar) return -1; } -#if 1 if (r == 1 && c != '\n') fputc ('\r', fp); @@ -230,7 +229,7 @@ int imap_read_literal (FILE* fp, IMAP_DATA* idata, long bytes, progress_t* pbar) } else r = 0; -#endif + fputc (c, fp); if (pbar && !(pos % 1024))