aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)