diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-01-31 16:41:20 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-01-31 16:41:20 +0000 |
commit | 818fde9915d1f413ad18e8dc5ea77228696af605 (patch) | |
tree | 5ea23c1d84a24d1e6e44d90c3fef2c5f9596a300 | |
parent | 092dcc6a210defae94f01692c3a9913749e40f1d (diff) | |
download | fetchmail-818fde9915d1f413ad18e8dc5ea77228696af605.tar.gz fetchmail-818fde9915d1f413ad18e8dc5ea77228696af605.tar.bz2 fetchmail-818fde9915d1f413ad18e8dc5ea77228696af605.zip |
New default of mimedecode.
svn path=/trunk/; revision=2364
-rwxr-xr-x | fetchmailconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmailconf b/fetchmailconf index 30d91dab..f428e7b4 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -205,7 +205,7 @@ class User: self.forcecr = FALSE # Force LF -> CR/LF self.stripcr = FALSE # Strip CR self.pass8bits = FALSE # Force BODY=7BIT - self.mimedecode = FALSE # Undo MIME armoring + self.mimedecode = TRUE # Undo MIME armoring self.dropstatus = FALSE # Drop incoming Status lines self.limit = 0 # Message size limit self.warnings = 0 # Size warning interval |