From f826607c08007f4785ba19f624ccfedd116e31a7 Mon Sep 17 00:00:00 2001 From: jgoerzen Date: Sat, 8 Feb 2003 03:12:47 +0100 Subject: [PATCH] /offlineimap/head: changeset 357 Always do a flush in Noninteractive when writing out data. --- offlineimap/head/debian/changelog | 6 ++++++ offlineimap/head/offlineimap/ui/Noninteractive.py | 1 + 2 files changed, 7 insertions(+) diff --git a/offlineimap/head/debian/changelog b/offlineimap/head/debian/changelog index b5b19e4..6372c59 100644 --- a/offlineimap/head/debian/changelog +++ b/offlineimap/head/debian/changelog @@ -1,3 +1,9 @@ +offlineimap (3.99.10) unstable; urgency=low + + * Always do a flush in Noninteractive when writing out data. + + -- John Goerzen Fri, 7 Feb 2003 14:12:17 -0600 + offlineimap (3.99.9) unstable; urgency=low * Added check to make sure that two processes do not run in the same diff --git a/offlineimap/head/offlineimap/ui/Noninteractive.py b/offlineimap/head/offlineimap/ui/Noninteractive.py index abda18d..3e8057a 100644 --- a/offlineimap/head/offlineimap/ui/Noninteractive.py +++ b/offlineimap/head/offlineimap/ui/Noninteractive.py @@ -25,6 +25,7 @@ class Basic(UIBase): def _msg(s, msg): print msg + sys.stdout.flush() def warn(s, msg, minor = 0): warntxt = 'WARNING'