X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pop%2Fpop_auth.c;h=d17d52f0134fbce7117118ed811de9b6bc5ae2a6;hp=cca0e0c1700f031ad0cd681f38667b1f515aa2f2;hb=d63fe782146b7e2860d45fd6c2cf5369d9b0a87a;hpb=230399f9632c37b66c1c117a17e8327eae6b3235;ds=sidebyside diff --git a/pop/pop_auth.c b/pop/pop_auth.c index cca0e0c..d17d52f 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 "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) {