X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pop%2Fpop_lib.c;h=424ca73f73d5024c6647f604427d2d10869286e7;hp=0052e5d8ef0ae003d951a3c3eb564eaf5c7579af;hb=23e6291cb5d5b4cd2008403d8b628007fd75ff23;hpb=ac813896ca32d850febc2d95065ac4fa040f11f9 diff --git a/pop/pop_lib.c b/pop/pop_lib.c index 0052e5d..424ca73 100644 --- a/pop/pop_lib.c +++ b/pop/pop_lib.c @@ -19,7 +19,6 @@ #include #include #include -#include #include #include "mutt.h" @@ -389,14 +388,6 @@ pop_query_status pop_query_d (POP_DATA * pop_data, char *buf, size_t buflen, con if (pop_data->status != POP_CONNECTED) return PQ_NOT_CONNECTED; -#ifdef DEBUG - /* print msg instaed of real command */ - if (msg) { - dbg = M_SOCK_LOG_FULL; - debug_print (M_SOCK_LOG_CMD, ("> %s", msg)); - } -#endif - mutt_socket_write_d (pop_data->conn, buf, dbg); c = strpbrk (buf, " \r\n");