X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2Fauth_login.c;h=023c654d7f32c17961c19245702943878941392a;hb=07ccefd6c97ddd433d8432f7b4596a5572e09b48;hp=3216c3b12e67fd335e75b4ae629cf37e68390e36;hpb=9218fd9d7e2a7976b34683c60cb94f7fda42141a;p=apps%2Fmadmutt.git diff --git a/imap/auth_login.c b/imap/auth_login.c index 3216c3b..023c654 100644 --- a/imap/auth_login.c +++ b/imap/auth_login.c @@ -9,21 +9,16 @@ /* plain LOGIN support */ -#if HAVE_CONFIG_H -# include "config.h" -#endif - -#include "lib/intl.h" -#include "lib/debug.h" +#include #include "mutt.h" #include "imap_private.h" #include "auth.h" /* imap_auth_login: Plain LOGIN support */ -imap_auth_res_t imap_auth_login(IMAP_DATA *idata, const char *method) +imap_auth_res_t imap_auth_login(IMAP_DATA *idata, const char *method __attribute__ ((unused))) { - char q_user[SHORT_STRING], q_pass[SHORT_STRING]; + char q_user[STRING], q_pass[STRING]; char buf[STRING]; int rc;