aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmailconf
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-10-29 17:22:14 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-10-29 17:22:14 +0000
commit08b1f632cf0613afe37b0af606c12569ab1903a8 (patch)
treea5f1e9a53151e3bd5991c10a2915e42d77f59f66 /fetchmailconf
parent5018f7e9ed92db6ec9cab80bb3dec38233ea8550 (diff)
downloadfetchmail-08b1f632cf0613afe37b0af606c12569ab1903a8.tar.gz
fetchmail-08b1f632cf0613afe37b0af606c12569ab1903a8.tar.bz2
fetchmail-08b1f632cf0613afe37b0af606c12569ab1903a8.zip
Fix properties editing.
svn path=/trunk/; revision=2149
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-xfetchmailconf2
1 files changed, 2 insertions, 0 deletions
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':