From d9af45254db506bfc07b3be948f172ccd9e8159b Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 10 Jan 1999 00:10:42 +0000 Subject: Make the mimedecode default TRUE. svn path=/trunk/; revision=2346 --- fetchmail-features.html | 7 ++++--- fetchmail.c | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/fetchmail-features.html b/fetchmail-features.html index fd237ddb..191197dc 100644 --- a/fetchmail-features.html +++ b/fetchmail-features.html @@ -10,7 +10,7 @@
Back to Fetchmail Home Page To Site Map -$Date: 1999/01/07 20:43:52 $ +$Date: 1999/01/10 00:10:42 $

@@ -39,7 +39,8 @@ in www.demon.net's POP3 service.
  • Code is 64-bit clean and Y2K-safe. -
  • Can axutomatically decodes armored 7-bit MIME into 8 bits. +
  • Automatically decodes armored 7-bit MIME into 8 bits (this can be +suppressed).
  • You can specify which SMTP error is recognized as a spam block. @@ -165,7 +166,7 @@ get-mail, gwpop, pimp-1.0, pop-perl5-1.2, popc, popmail-1.6 and upop.

    Back to Fetchmail Home Page To Site Map -$Date: 1999/01/07 20:43:52 $ +$Date: 1999/01/10 00:10:42 $

    Eric S. Raymond <esr@snark.thyrsus.com>
    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); -- cgit v1.2.3