aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-05-26 16:01:44 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-05-26 16:01:44 +0000
commit1ea07bd46d33c058dd5d39672331f44f441e1110 (patch)
treec83bcb0c9c33d30a3f129e1c1d1feb489d58882a
parent4e67d05c5ecab1288f95187941f848dbc7c55992 (diff)
downloadfetchmail-1ea07bd46d33c058dd5d39672331f44f441e1110.tar.gz
fetchmail-1ea07bd46d33c058dd5d39672331f44f441e1110.tar.bz2
fetchmail-1ea07bd46d33c058dd5d39672331f44f441e1110.zip
*** empty log message ***
svn path=/trunk/; revision=1858
-rwxr-xr-xfetchmailconf5
1 files changed, 4 insertions, 1 deletions
diff --git a/fetchmailconf b/fetchmailconf
index cde73c5e..8f62a756 100755
--- a/fetchmailconf
+++ b/fetchmailconf
@@ -1,7 +1,10 @@
#!/usr/bin/python
#
# A GUI configurator for generating Fetchmail configuration files
-# by Eric S. Raymond, <esr@snark.thyrsus.com>. Requires Python with Tkinter.
+# by Eric S. Raymond, <esr@snark.thyrsus.com>.
+# Requires Python with Tkinter, and both posix and posixpath services.
+#
+# Version 0.99 beta: Tue May 26 12:00:49 EDT 1998
#
# TO DO: Arrange for save and quit buttons to clean up all frames dependent
# on the current ones.