aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rwxr-xr-xfetchmailconf1
2 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bcfdd4cf..06f2b414 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,8 @@
ssh for a secure passwordless connection. Removed the FAQ entry
on popclient.
* Jun-ichiro itojun Hagino <itojun@iijlab.net> sent a fix for IPv6.
+* Fix Red Hat bug 9982: fetchmail now automatically pups up an edit panel
+ whenever a new user or site is created.
fetchmail-5.3.0 (Tue Feb 22 08:53:31 PST 2000), 18618 lines:
diff --git a/fetchmailconf b/fetchmailconf
index 88804ccd..e4328a58 100755
--- a/fetchmailconf
+++ b/fetchmailconf
@@ -486,6 +486,7 @@ class ListEdit(Frame):
if item and (not entire) or (not item in self.listwidget.get(0, self.listwidget.index('end'))):
self.listwidget.insert('end', item)
if self.list != None: self.list.append(item)
+ apply(self.editor, (item,))
self.newval.set('')
def editItem(self):