]> granicus.if.org Git - mutt/commitdiff
Don't use debuglevel unless DEBUG is defined. Noted by
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 20 Jun 2000 08:30:22 +0000 (08:30 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 20 Jun 2000 08:30:22 +0000 (08:30 +0000)
china@thewrittenword.com.

imap/imap.c

index f36ea8ff488bcd4843addab78bc2be743d8a922d..e742802c84b1edc1d08c7af164dea2f117793207 100644 (file)
@@ -650,6 +650,7 @@ int imap_open_mailbox (CONTEXT *ctx)
     ctx->readonly = 1;
   }
 
+#ifdef DEBUG
   /* dump the mailbox flags we've found */
   if (debuglevel > 2)
   {
@@ -670,6 +671,7 @@ int imap_open_mailbox (CONTEXT *ctx)
       dprint (3, (debugfile, "\n"));
     }
   }
+#endif
 
   if (!imap_code (buf))
   {