diff options
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | fetchmailconf | 10 |
2 files changed, 2 insertions, 10 deletions
@@ -22,7 +22,7 @@ in addition to the current leading-edge one, until the next gold version. * Gunther Leber's code to sanitize %T and %F expansion in the MDA string. * Jonathan Marten's fix for list option handling. -There are 281 people on fetchmail-friends and 222 on fetchmail-announce. +There are 281 people on fetchmail-friends and 228 on fetchmail-announce. fetchmail-4.4.9 (Thu Jun 4 10:41:02 EDT 1998): * 0.93 beta version of fetchmailconf (now with autoprobing for servers!). diff --git a/fetchmailconf b/fetchmailconf index ca9be0da..b22a91d7 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -5,17 +5,9 @@ # 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 -# Version 0.91 beta: Tue Jun 2 12:23:42 EDT 1998 -# 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 0.95 beta: Fri Jun 5 11:47:07 EDT 1998 -# Version 0.96 beta: Sun Jun 7 18:25:09 EDT 1998 -# # TO DO: Arrange for save and quit buttons to clean up all frames dependent # on the current ones. -version = "0.96" +version = "1.0" from Tkinter import * from Dialog import * |