diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-03-06 08:40:08 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-03-06 08:40:08 +0000 |
commit | 7d5921d30bb8f045a51c358160410b41c88c84c2 (patch) | |
tree | 0d91893f4d09b442114002e986bf8b1117a1dfce /fetchmailconf | |
parent | 44358e74ed102185ef1ea2ddfedec02090acd145 (diff) | |
download | fetchmail-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-x | fetchmailconf | 5 |
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, |