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: