aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmailconf
diff options
context:
space:
mode:
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.