From: John Goerzen Date: Wed, 11 Jul 2007 01:50:30 +0000 (+0100) Subject: Update changelog X-Git-Tag: DEBIAN_offlineimap_5.99.0~2 X-Git-Url: https://code.delx.au/offlineimap/commitdiff_plain/84d166248248d08e5becb7af2018431130d15598?ds=sidebyside Update changelog --- diff --git a/debian/changelog b/debian/changelog index c491c08..66ca9d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,7 @@ offlineimap (5.99.0) unstable; urgency=low * Re-scan remote folder names at the start of each sync run. Closes: #329000, #396772. * Drop internal imaplib.py in favor of default Python one. - * New user interface: Machine.MachineUI. + * New user interface: Machine.MachineUI. Machine-parsable. * Drop all the Tk interfaces. Closes: #265088. * Now supports specifying timeouts for socket operations. @@ -18,8 +18,9 @@ offlineimap (5.99.0) unstable; urgency=low * --help now shows available UIs. Patch from Daniel Rall. * Check all resolved addresses. Patch from Mark Brown. Closes: #413030. * Removed todo directory from tree, moved to BTS. + * New PID file to enable third-party "kill offlineimap" tools. - -- John Goerzen Fri, 06 Jul 2007 04:10:26 -0500 + -- John Goerzen Tue, 10 Jul 2007 04:10:26 -0500 offlineimap (4.0.16) unstable; urgency=low diff --git a/offlineimap/ui/__init__.py b/offlineimap/ui/__init__.py index bd7bd47..0206ab4 100644 --- a/offlineimap/ui/__init__.py +++ b/offlineimap/ui/__init__.py @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -import UIBase, Blinkenlights, transmitter +import UIBase, Blinkenlights try: import TTY except ImportError: