aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfetchmailconf1
1 files changed, 0 insertions, 1 deletions
diff --git a/fetchmailconf b/fetchmailconf
index 1e63a5c7..f5b362ac 100755
--- a/fetchmailconf
+++ b/fetchmailconf
@@ -974,7 +974,6 @@ class ServerEdit(Frame, MyWidget):
def user_delete(self, username):
if self.subwidgets.has_key(username):
self.subwidgets[username].destruct()
- del self.subwidgets[username]
del self.server[username]
def makeWidgets(self, host, mode):