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'