From 2d9dc7131c720a2b931a8b8000aa24f3a3101a8a Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 30 Oct 2005 21:48:17 +0000 Subject: Set service properly after autoprobe succeeded. Debian Bug#320645. svn path=/trunk/; revision=4383 --- NEWS | 2 ++ fetchmailconf.py | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d4d233c3..032ef952 100644 --- a/NEWS +++ b/NEWS @@ -260,6 +260,8 @@ fetchmail 6.3.0 (not yet released officially): If hostname cannot be qualified, complain noisily and continue, unless Kerberos, ODMR or ETRN are used (these require a FQDN). Partial fix of Debian Bug#150137. Fixes Debian Bug#316454. Matthias Andree +* fetchmailconf now sets the service properly after autoprobe. Fixes Debian + Bug#320645. Matthias Andree # INTERNAL CHANGES * Switched to automake. Matthias Andree. diff --git a/fetchmailconf.py b/fetchmailconf.py index 5844d01c..e2e3f094 100755 --- a/fetchmailconf.py +++ b/fetchmailconf.py @@ -5,7 +5,7 @@ # Matthias Andree # Requires Python with Tkinter, and the following OS-dependent services: # posix, posixpath, socket -version = "1.50" +version = "1.51 $Revision$" from Tkinter import * from Dialog import * @@ -1515,6 +1515,7 @@ Fetchmail doesn't know anything special about this server type. title = "Autoprobe of " + realhost + " succeeded" confirm = "The " + protocol + " server said:\n\n" + greetline + warnings self.protocol.set(protocol) + self.service.set(defaultports[protocol]) confwin.title(title) confwin.iconname(title) Label(confwin, text=title).pack() -- cgit v1.2.3