X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=rfc1524.c;h=bef11445a063efb3fcf5f6955582ce933ea5f886;hp=bc954c7b09f9819a41e2bb9c9b245d6a470c87ca;hb=24a996896edb7b7fc8f5fd5950a07c4a52a42d05;hpb=ac813896ca32d850febc2d95065ac4fa040f11f9 diff --git a/rfc1524.c b/rfc1524.c index bc954c7..bef1144 100644 --- a/rfc1524.c +++ b/rfc1524.c @@ -35,7 +35,6 @@ #include #include #include -#include #include @@ -193,7 +192,6 @@ static int rfc1524_mailcap_parse (BODY * a, /* ignore comments */ if (*buf == '#') continue; - debug_print (2, ("mailcap entry: %s\n", buf)); /* check type */ ch = get_field (buf); @@ -217,7 +215,6 @@ static int rfc1524_mailcap_parse (BODY * a, while (ch) { field = ch; ch = get_field (ch); - debug_print (2, ("field: %s\n", field)); if (!ascii_strcasecmp (field, "needsterminal")) { if (entry) @@ -381,7 +378,6 @@ int rfc1524_mailcap_lookup (BODY * a, char *type, rfc1524_entry * entry, path[x] = '\0'; mutt_expand_path (path, sizeof (path)); - debug_print (2, ("Checking mailcap file: %s\n", path)); found = rfc1524_mailcap_parse (a, path, type, entry, opt); }