diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-04-21 17:36:25 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-04-21 17:36:25 +0000 |
commit | 1951ae5dca0db81e49b8afb2abd9b3a6115ac6ca (patch) | |
tree | 44acb38a4420496f5246226bff2d3f3f1991e216 /fetchmailconf | |
parent | 5b5836398b96602b10220871e2073e35276260ef (diff) | |
download | fetchmail-1951ae5dca0db81e49b8afb2abd9b3a6115ac6ca.tar.gz fetchmail-1951ae5dca0db81e49b8afb2abd9b3a6115ac6ca.tar.bz2 fetchmail-1951ae5dca0db81e49b8afb2abd9b3a6115ac6ca.zip |
Another minor bugfix.
svn path=/trunk/; revision=2889
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-x | fetchmailconf | 1 |
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): |