From e97d69be53c031cf2c52d31eb2063c8bc89aa185 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 22 May 1998 21:17:31 +0000 Subject: Added mimedecode dumping. svn path=/trunk/; revision=1795 --- fetchmail.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fetchmail.c b/fetchmail.c index 2da20e4c..dccf84cf 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -1085,6 +1085,9 @@ void dump_params (struct query *ctl) printf(" Interpretation of Content-Transfer-Encoding is %sabled (pass8bits %s).\n", ctl->pass8bits ? "dis" : "en", ctl->pass8bits ? "on" : "off"); + printf(" MIME decoding is %sabled (mimedecode %s).\n", + ctl->mimedecode ? "dis" : "en", + ctl->mimedecode ? "on" : "off"); printf(" Nonempty Status lines will be %s (dropstatus %s)\n", ctl->dropstatus ? "discarded" : "kept", ctl->dropstatus ? "on" : "off"); -- cgit v1.2.3