X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Fimap.c;h=9a2234fef95e3ed1bbe71f9a3ce14cf899f72a70;hp=a59eb4bcda6a0f110e1bb7dd41493567130d11a9;hb=c8c4a96d55967447a5ebe380270adfb97f83cac5;hpb=5f6b586de5a46f2359a4fc392fd89f1716d847a3 diff --git a/imap/imap.c b/imap/imap.c index a59eb4b..9a2234f 100644 --- a/imap/imap.c +++ b/imap/imap.c @@ -214,7 +214,7 @@ int imap_read_literal (FILE * fp, IMAP_DATA * idata, long bytes, progress_t* bar if (bar && !(pos % 1024)) mutt_progress_bar (bar, pos); #ifdef DEBUG - if (DebugLevel >= IMAP_LOG_LTRL) + if (DebugFile && DebugLevel >= IMAP_LOG_LTRL) fputc (c, DebugFile); #endif }