From 7d5921d30bb8f045a51c358160410b41c88c84c2 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 6 Mar 2000 08:40:08 +0000 Subject: Embed a suitable test. svn path=/trunk/; revision=2794 --- fetchmailconf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'fetchmailconf') 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, -- cgit v1.2.3