aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmailconf
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-06-05 15:51:01 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-06-05 15:51:01 +0000
commitb9428b5dc13ce12e1351cd5178054fb0608b6eb3 (patch)
treecc0f62261658210a981900273bc74a6850540e3a /fetchmailconf
parentaa35b2b5cc1f0d53fef2225d7bfd2e4092dbf03c (diff)
downloadfetchmail-b9428b5dc13ce12e1351cd5178054fb0608b6eb3.tar.gz
fetchmail-b9428b5dc13ce12e1351cd5178054fb0608b6eb3.tar.bz2
fetchmail-b9428b5dc13ce12e1351cd5178054fb0608b6eb3.zip
Ready to release this guy.
svn path=/trunk/; revision=1913
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-xfetchmailconf5
1 files changed, 3 insertions, 2 deletions
diff --git a/fetchmailconf b/fetchmailconf
index d97bf388..3a7dddd1 100755
--- a/fetchmailconf
+++ b/fetchmailconf
@@ -1,8 +1,8 @@
#!/usr/bin/python
#
-# A GUI configurator for generating Fetchmail configuration files
+# A GUI configurator for generating fetchmail configuration files.
# by Eric S. Raymond, <esr@snark.thyrsus.com>.
-# Requires Python with Tkinter, and the following services:
+# Requires Python with Tkinter, and the following OS-dependent services:
# posix, posixpath, socket
#
# Version 0.90 beta: Tue May 26 12:00:49 EDT 1998
@@ -10,6 +10,7 @@
# Version 0.92 beta: Wed Jun 3 14:17:03 EDT 1998
# Version 0.93 beta: Wed Jun 3 19:46:06 EDT 1998
# Version 0.94 beta: Thu Jun 4 12:09:06 EDT 1998
+# Version 1.0: Fri Jun 5 11:47:07 EDT 1998
#
# TO DO: Arrange for save and quit buttons to clean up all frames dependent
# on the current ones.