From c753710356d36bb624bd975a8409a6d794c00dda Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 24 Mar 1998 00:18:21 +0000 Subject: Incorporated Henrik Storner's mimedecode patch. svn path=/trunk/; revision=1719 --- fetchmail.c | 1 + 1 file changed, 1 insertion(+) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index 9ce2b066..43799cc1 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -753,6 +753,7 @@ static int load_params(int argc, char **argv, int optind) DEFAULT(ctl->forcecr, FALSE); DEFAULT(ctl->pass8bits, FALSE); DEFAULT(ctl->dropstatus, FALSE); + DEFAULT(ctl->mimedecode, TRUE); DEFAULT(ctl->server.dns, TRUE); DEFAULT(ctl->server.uidl, FALSE); #undef DEFAULT -- cgit v1.2.3