X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Fauth.c;h=143fde0ac5d5e320652361d6a2b49091aad6af35;hp=47f305f098f0455fb36fc1c7748228d589bed9b8;hb=88d22daa9c1316d5ccc4b4bb60d40cc96c767757;hpb=7f7a0be369840b290248e5b0302beb447fa1b3cd diff --git a/imap/auth.c b/imap/auth.c index 47f305f..143fde0 100644 --- a/imap/auth.c +++ b/imap/auth.c @@ -11,17 +11,9 @@ /* IMAP login/authentication code */ -#if HAVE_CONFIG_H -# include "config.h" -#endif - -#include - -#include -#include "lib/debug.h" +#include #include "mutt.h" -#include "ascii.h" #include "imap_private.h" #include "auth.h" @@ -64,7 +56,6 @@ int imap_authenticate (IMAP_DATA * idata) if (!method[0]) continue; - debug_print (2, ("Trying method %s\n", method)); authenticator = imap_authenticators; while (authenticator->authenticate) { @@ -84,7 +75,6 @@ int imap_authenticate (IMAP_DATA * idata) } else { /* Fall back to default: any authenticator */ - debug_print (2, ("Using any available method.\n")); authenticator = imap_authenticators; while (authenticator->authenticate) {