rev 316 - in offlineimap/head: . debian

[email protected] Mon, 6 Jan 2003 10:19:01 -0600 (CST)
Newsgroups gmane.mail.imap.offlineimap.subversion
Message-ID <[email protected]>
Author: jgoerzen
Date: 2003-01-06 10:19:00 -0600 (Mon, 06 Jan 2003)
New Revision: 316

Modified:
   offlineimap/head/debian/changelog
   offlineimap/head/offlineimap.conf
Log:
Noted a few things for the docs


Modified: offlineimap/head/debian/changelog
==============================================================================
--- offlineimap/head/debian/changelog	(original)
+++ offlineimap/head/debian/changelog	Mon Jan  6 10:19:01 2003
@@ -1,6 +1,8 @@
 offlineimap (3.99.6) unstable; urgency=low
 
-  * Beginnings of work to make it work with a threaded Tcl/Tk Tkinter.
+  * Completed work to make both graphical interfaces work 
+    with a threaded Tcl/Tk Tkinter.  A threaded Tcl/Tk actually makes
+    life MORE difficult for multi-threaded Python programs, argh.
   * Now properly handles folder names that contain parenthesis.  Used
     patch from Kyler Laird in
     http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=173895.
@@ -8,6 +10,9 @@
   * Changed to a more account-centric behavior.  The refresh time is now
     a per-account variable.  Implemented new account classes.  User
     interfaces must now be updated to take advantage of this.
+    *** NOTE *** THIS CHANGE BREAKS COMPATIBILITY WITH OLDER VERSIONS.
+  * New color console interface: Curses.Blinkenlights!  Try it out!
+    Closes: #167357.
 
  -- John Goerzen <[email protected]>  Thu,  2 Jan 2003 13:59:44 -0600
 

Modified: offlineimap/head/offlineimap.conf
==============================================================================
--- offlineimap/head/offlineimap.conf	(original)
+++ offlineimap/head/offlineimap.conf	Mon Jan  6 10:19:01 2003
@@ -63,8 +63,8 @@
 #
 # You can override this with a command-line option -u.
 
-ui = Tk.Blinkenlights, Tk.VerboseUI, TTY.TTYUI, Noninteractive.Basic,
-     Noninteractive.Quiet
+ui = Tk.Blinkenlights, Tk.VerboseUI, Curses.Blinkenlights, TTY.TTYUI,
+     Noninteractive.Basic, Noninteractive.Quiet
 
 # If you try to synchronize messages to a read-only folder,
 # OfflineIMAP will generate a warning.  If you want to suppress these