X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pop%2Fpop_auth.c;h=04c1e39003464735796b154fc15aaac8a3680b3f;hp=5cb251993f8232e8ab945aadbdabccb4d107a58f;hb=9ce749c3b737258ad526d6afc2eb69b788a34cd4;hpb=23e6291cb5d5b4cd2008403d8b628007fd75ff23 diff --git a/pop/pop_auth.c b/pop/pop_auth.c index 5cb2519..04c1e39 100644 --- a/pop/pop_auth.c +++ b/pop/pop_auth.c @@ -7,23 +7,14 @@ * please see the file GPL in the top level source directory. */ -#if HAVE_CONFIG_H -# include "config.h" -#endif +#include -#include -#include -#include #include +#include #include "mutt.h" -#include "mx.h" #include "pop.h" - -#include -#include - #ifdef USE_SASL #include #include @@ -241,7 +232,7 @@ static pop_auth_res_t pop_auth_user (POP_DATA * pop_data, if (ret == PQ_OK) { snprintf (buf, sizeof (buf), "PASS %s\r\n", pop_data->conn->account.pass); - ret = pop_query_d (pop_data, buf, sizeof (buf), NULL); + ret = pop_query (pop_data, buf, sizeof (buf)); } switch (ret) {