diff options
Diffstat (limited to 'fetchmailconf')
| -rwxr-xr-x | fetchmailconf | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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): | 
