aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-05-22 17:25:00 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-05-22 17:25:00 +0000
commit36bc0ab5bf2bfd56fb7e25dfbae194703b60304e (patch)
treef4a6706527b9b0d85f7600c9801f6dc865b57a90 /fetchmail.c
parent457c1fe4e4f1f233a590cf38b779ca0fdcc6b18d (diff)
downloadfetchmail-36bc0ab5bf2bfd56fb7e25dfbae194703b60304e.tar.gz
fetchmail-36bc0ab5bf2bfd56fb7e25dfbae194703b60304e.tar.bz2
fetchmail-36bc0ab5bf2bfd56fb7e25dfbae194703b60304e.zip
Various bug fixes.
svn path=/trunk/; revision=1792
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c
index 09dbb271..63d4cdc8 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -758,7 +758,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->mimedecode, FALSE);
DEFAULT(ctl->server.dns, TRUE);
DEFAULT(ctl->server.uidl, FALSE);
#undef DEFAULT