aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2020-01-31 20:49:16 +0100
committerMatthias Andree <matthias.andree@gmx.de>2020-01-31 20:49:16 +0100
commit168ba422791ddbdca0c4b447b2669a322ba1f7f9 (patch)
tree0050acd10ea7ca478068d96c3a46eba7314f03cf
parent7e24f808a3096b9ca7018c9b2320417fb1a0e0f3 (diff)
downloadfetchmail-168ba422791ddbdca0c4b447b2669a322ba1f7f9.tar.gz
fetchmail-168ba422791ddbdca0c4b447b2669a322ba1f7f9.tar.bz2
fetchmail-168ba422791ddbdca0c4b447b2669a322ba1f7f9.zip
fetchmailconf.py: Show hostname in configuration selector.
-rwxr-xr-xfetchmailconf.py3
1 files changed, 2 insertions, 1 deletions
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)