From 95e4bd1d82098ed08d978a2626d32ccc71ca19e7 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 26 Oct 1998 16:56:52 +0000 Subject: Fix handling of properties option. svn path=/trunk/; revision=2135 --- fetchmailconf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fetchmailconf') diff --git a/fetchmailconf b/fetchmailconf index 57327772..a3b42fc0 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -7,7 +7,7 @@ # # TO DO: Arrange for save and quit buttons to clean up all frames dependent # on the current ones. -version = "1.6" +version = "1.7" from Tkinter import * from Dialog import * @@ -273,7 +273,7 @@ class User: str = str + " batchlimit " + `self.batchlimit` if self.expunge != UserDefaults.expunge: str = str + " expunge " + `self.expunge` - if self.properties != UserDefaults.properties: + if self.properties: str = str + " properties " + `self.properties` str = str + "\n" trimmed = self.smtphunt; -- cgit v1.2.3