X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2Futil.c;h=caf1616a96510e769bbb1dc1013f809cc07eef95;hb=1a6071baa1d376cd45ab88891b00181bb84042f1;hp=8ddca9e07a3fbbb2000df85895967bd7d4aa9a2c;hpb=ac813896ca32d850febc2d95065ac4fa040f11f9;p=apps%2Fmadmutt.git diff --git a/imap/util.c b/imap/util.c index 8ddca9e..caf1616 100644 --- a/imap/util.c +++ b/imap/util.c @@ -23,7 +23,6 @@ #include #include -#include #include #include @@ -80,7 +79,6 @@ int imap_parse_path (const char *path, IMAP_MBOX * mx) ImapPort = ntohs (service->s_port); else ImapPort = IMAP_PORT; - debug_print (3, ("Using default IMAP port %d\n", ImapPort)); } if (!ImapsPort) { service = getservbyname ("imaps", "tcp"); @@ -88,7 +86,6 @@ int imap_parse_path (const char *path, IMAP_MBOX * mx) ImapsPort = ntohs (service->s_port); else ImapsPort = IMAP_SSL_PORT; - debug_print (3, ("Using default IMAPS port %d\n", ImapsPort)); } /* Defaults */