X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Fauth_login.c;h=023c654d7f32c17961c19245702943878941392a;hp=48a607a597721f95ed15b41a898a8bf38e202cb9;hb=34a7c5a388523a65f55d6d50213bd4b735cfb25b;hpb=5b0581b41f115cd0442037a97db313ef5b5b8822 diff --git a/imap/auth_login.c b/imap/auth_login.c index 48a607a..023c654 100644 --- a/imap/auth_login.c +++ b/imap/auth_login.c @@ -9,12 +9,7 @@ /* plain LOGIN support */ -#if HAVE_CONFIG_H -# include "config.h" -#endif - -#include -#include +#include #include "mutt.h" #include "imap_private.h" @@ -23,7 +18,7 @@ /* imap_auth_login: Plain LOGIN support */ 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;