X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=pop%2Fpop_auth.c;h=04c1e39003464735796b154fc15aaac8a3680b3f;hb=75b25db9f40ea7bbd11e63652d5fae591b3f1206;hp=cca0e0c1700f031ad0cd681f38667b1f515aa2f2;hpb=230399f9632c37b66c1c117a17e8327eae6b3235;p=apps%2Fmadmutt.git diff --git a/pop/pop_auth.c b/pop/pop_auth.c index cca0e0c..04c1e39 100644 --- a/pop/pop_auth.c +++ b/pop/pop_auth.c @@ -7,21 +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 "mutt.h" -#include "mx.h" #include "pop.h" - -#include -#include - #ifdef USE_SASL #include #include @@ -239,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) {