diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-06-05 15:51:01 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-06-05 15:51:01 +0000 |
commit | b9428b5dc13ce12e1351cd5178054fb0608b6eb3 (patch) | |
tree | cc0f62261658210a981900273bc74a6850540e3a /fetchmailconf | |
parent | aa35b2b5cc1f0d53fef2225d7bfd2e4092dbf03c (diff) | |
download | fetchmail-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-x | fetchmailconf | 5 |
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. |