From 168ba422791ddbdca0c4b447b2669a322ba1f7f9 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Fri, 31 Jan 2020 20:49:16 +0100 Subject: fetchmailconf.py: Show hostname in configuration selector. --- fetchmailconf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fetchmailconf.py b/fetchmailconf.py index 3b8f8eab..e6b6ae05 100755 --- a/fetchmailconf.py +++ b/fetchmailconf.py @@ -1996,7 +1996,8 @@ class MainWindow(Frame): self.master.iconname('fetchmail launcher') Pack.config(self) Label(self, - text='Fetchmailconf ' + VERSION, + text='Fetchmailconf ' + VERSION + + "\nrunning on " + hostname, bd=2).pack(side=TOP, pady=10) self.keepalive = [] # Use this to anchor the PhotoImage object make_icon_window(self, fetchmail_icon) -- cgit v1.2.3