aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-01-10 00:10:42 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-01-10 00:10:42 +0000
commitd9af45254db506bfc07b3be948f172ccd9e8159b (patch)
tree62a0a1c4dbbe2df70bdd45b79fd9465e8fa2d8cf /fetchmail.c
parentf2c6d1760ac6971fcc63c9dbde8752dc721c6bc3 (diff)
downloadfetchmail-d9af45254db506bfc07b3be948f172ccd9e8159b.tar.gz
fetchmail-d9af45254db506bfc07b3be948f172ccd9e8159b.tar.bz2
fetchmail-d9af45254db506bfc07b3be948f172ccd9e8159b.zip
Make the mimedecode default TRUE.
svn path=/trunk/; revision=2346
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 7284477c..8954e45e 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -944,7 +944,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, FALSE);
+ DEFAULT(ctl->mimedecode, TRUE);
DEFAULT(ctl->server.dns, TRUE);
DEFAULT(ctl->server.uidl, FALSE);
DEFAULT(ctl->server.checkalias, FALSE);