X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=pop%2Fpop_auth.c;h=04c1e39003464735796b154fc15aaac8a3680b3f;hb=9ed7a487e3a922f2cbb222961c2c9710c3a65f91;hp=2743910619465f2d2c2c06697eab81fe5fd155f2;hpb=1ee89902de184a640c171ae3285bff6882a791bd;p=apps%2Fmadmutt.git diff --git a/pop/pop_auth.c b/pop/pop_auth.c index 2743910..04c1e39 100644 --- a/pop/pop_auth.c +++ b/pop/pop_auth.c @@ -10,9 +10,9 @@ #include #include +#include #include "mutt.h" -#include "mx.h" #include "pop.h" #ifdef USE_SASL @@ -232,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) {