From 84bc861ea542c95bedf07c317f793c9ba0be3414 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 2 Oct 1999 17:41:09 +0000 Subject: Mimedecode now defaults to "off". svn path=/trunk/; revision=2632 --- fetchmailconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmailconf') diff --git a/fetchmailconf b/fetchmailconf index 72576e04..053895a0 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -214,7 +214,7 @@ class User: self.forcecr = FALSE # Force LF -> CR/LF self.stripcr = FALSE # Strip CR self.pass8bits = FALSE # Force BODY=7BIT - self.mimedecode = TRUE # Undo MIME armoring + self.mimedecode = FALSE # Undo MIME armoring self.dropstatus = FALSE # Drop incoming Status lines self.limit = 0 # Message size limit self.warnings = 0 # Size warning interval -- cgit v1.2.3