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