aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmailconf
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-xfetchmailconf4
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmailconf b/fetchmailconf
index a30b6d35..6688a637 100755
--- a/fetchmailconf
+++ b/fetchmailconf
@@ -991,8 +991,8 @@ class UserEdit(Frame, MyWidget):
self.user = user
if self.user == None:
self.user = User()
- self.user.remote = user
- self.user.localnames = [user]
+ self.user.remote = username
+ self.user.localnames = [username]
server.users.append(self.user)
def edit(self, mode, master=None):