X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Fimap.c;fp=imap%2Fimap.c;h=b390b452621f16a5de5fd9411b356d5eca4e7abc;hp=e5cf4bfb9551ea191c6e325b89d5950014c7c6cd;hb=928ca0d87eb15bfa4c150abdadadaf3b177f95bd;hpb=81efbf8081bad2eed7ad07209b301ca35fe183e8 diff --git a/imap/imap.c b/imap/imap.c index e5cf4bf..b390b45 100644 --- a/imap/imap.c +++ b/imap/imap.c @@ -178,7 +178,6 @@ int imap_read_literal (FILE * fp, IMAP_DATA * idata, long bytes, progress_t* bar return -1; } -#if 1 if (r == 1 && c != '\n') fputc ('\r', fp); @@ -188,7 +187,7 @@ int imap_read_literal (FILE * fp, IMAP_DATA * idata, long bytes, progress_t* bar } else r = 0; -#endif + fputc (c, fp); if (bar && !(pos % 1024)) mutt_progress_bar (bar, pos);