aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmailconf
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2000-03-06 08:40:08 +0000
committerEric S. Raymond <esr@thyrsus.com>2000-03-06 08:40:08 +0000
commit7d5921d30bb8f045a51c358160410b41c88c84c2 (patch)
tree0d91893f4d09b442114002e986bf8b1117a1dfce /fetchmailconf
parent44358e74ed102185ef1ea2ddfedec02090acd145 (diff)
downloadfetchmail-7d5921d30bb8f045a51c358160410b41c88c84c2.tar.gz
fetchmail-7d5921d30bb8f045a51c358160410b41c88c84c2.tar.bz2
fetchmail-7d5921d30bb8f045a51c358160410b41c88c84c2.zip
Embed a suitable test.
svn path=/trunk/; revision=2794
Diffstat (limited to 'fetchmailconf')
-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,