From 08b1f632cf0613afe37b0af606c12569ab1903a8 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 29 Oct 1998 17:22:14 +0000 Subject: Fix properties editing. svn path=/trunk/; revision=2149 --- fetchmailconf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fetchmailconf') diff --git a/fetchmailconf b/fetchmailconf index d054cd60..c98b17ef 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -1197,6 +1197,8 @@ class UserEdit(Frame, MyWidget): self.bsmtp, '26').pack(side=TOP, fill=X) LabeledEntry(targwin, 'Listener spam-block codes:', self.antispam, '26').pack(side=TOP, fill=X) + LabeledEntry(targwin, 'Pass-through properties:', + self.properties, '26').pack(side=TOP, fill=X) targwin.pack(fill=X, anchor=N) if mode != 'novice': -- cgit v1.2.3