diff options
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-x | fetchmailconf | 2 |
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': |