aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfetchmailconf5
1 files changed, 5 insertions, 0 deletions
diff --git a/fetchmailconf b/fetchmailconf
index 8414d608..7f08351d 100755
--- a/fetchmailconf
+++ b/fetchmailconf
@@ -1622,6 +1622,11 @@ class MainWindow(Frame):
make_icon_window(self, fetchmail_icon)
self.debug = 0
+ ## Test icon display with the following:
+ # icon_image = PhotoImage(data=fetchmail_icon)
+ # Label(self, image=icon_image).pack(side=TOP, pady=10)
+ # self.keepalive.append(icon_image)
+
Message(self, text="""
Use `Configure fetchmail' to tell fetchmail about the remote
servers it should poll (the host name, your username there,