X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Futil.c;h=d7837e190a6033fc7f4cd082ce4485be2fbb1de2;hp=8ddca9e07a3fbbb2000df85895967bd7d4aa9a2c;hb=f288d1771c814e6104da83e6f0f1761a40de1224;hpb=ac813896ca32d850febc2d95065ac4fa040f11f9 diff --git a/imap/util.c b/imap/util.c index 8ddca9e..d7837e1 100644 --- a/imap/util.c +++ b/imap/util.c @@ -11,31 +11,15 @@ /* general IMAP utility functions */ -#include "config.h" - -#include -#include -#include +#include +#include +#include #include "mutt.h" #include "mx.h" /* for M_IMAP */ #include "imap_private.h" #include -#include -#include - -#include -#include - -#include -#include -#include -#include -#include - -#include - /* -- public functions -- */ /* imap_expand_path: IMAP implementation of mutt_expand_path. Rewrite @@ -80,7 +64,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 +71,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 */