X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Fauth_login.c;h=023c654d7f32c17961c19245702943878941392a;hp=277033143f4d4a317dd3fae819a4e389f6eec30c;hb=88d22daa9c1316d5ccc4b4bb60d40cc96c767757;hpb=230399f9632c37b66c1c117a17e8327eae6b3235 diff --git a/imap/auth_login.c b/imap/auth_login.c index 2770331..023c654 100644 --- a/imap/auth_login.c +++ b/imap/auth_login.c @@ -9,10 +9,6 @@ /* plain LOGIN support */ -#if HAVE_CONFIG_H -# include "config.h" -#endif - #include #include "mutt.h" @@ -22,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;