X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pop%2Fpop_lib.c;h=38454ef1476807b108a7038fb3eca2709b433afc;hp=fae3c9bfe502613bf7abcc160e2fe6e1992a4170;hb=ccf2b75a9ed50a79c4d8e5d6235c7313fcd3719a;hpb=93b012884de4ca5e1f2550f767d0b8680b9c0e9f diff --git a/pop/pop_lib.c b/pop/pop_lib.c index fae3c9b..38454ef 100644 --- a/pop/pop_lib.c +++ b/pop/pop_lib.c @@ -11,25 +11,24 @@ # include "config.h" #endif +#include +#include +#include + #include #include #include #include +#include #include "mutt.h" #include "mx.h" #include "url.h" #include "pop.h" #if defined (USE_SSL) || defined (USE_GNUTLS) -# include "mutt_ssl.h" +# include #endif -#include "lib/debug.h" - -#include -#include -#include - /* given an POP mailbox name, return host, port, username and password */ int pop_parse_path (const char *path, ACCOUNT * acct) {