aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmailconf
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-01-10 22:30:16 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-01-10 22:30:16 +0000
commite0c8668d1c2fd55f51113907b4dd7432fe2a50c7 (patch)
tree5cb5a4b52c7558d575cfe6cf3b69cd4a8dfadad4 /fetchmailconf
parent2bf8f54273a45e770318d6a7b161ecc5dc9782a2 (diff)
downloadfetchmail-e0c8668d1c2fd55f51113907b4dd7432fe2a50c7.tar.gz
fetchmail-e0c8668d1c2fd55f51113907b4dd7432fe2a50c7.tar.bz2
fetchmail-e0c8668d1c2fd55f51113907b4dd7432fe2a50c7.zip
Fix wrong attribute.
svn path=/trunk/; revision=2353
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-xfetchmailconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmailconf b/fetchmailconf
index 2daa2579..dd9c6e9e 100755
--- a/fetchmailconf
+++ b/fetchmailconf
@@ -1217,7 +1217,7 @@ class UserEdit(Frame, MyWidget):
self.user = User()
self.user.remote = username
self.user.localnames = [username]
- server.users.append(self.user)
+ parent.server.users.append(self.user)
def edit(self, mode, master=None):
Frame.__init__(self, master)