/offlineimap/head: changeset 357
Always do a flush in Noninteractive when writing out data.
This commit is contained in:
parent
22d82d0949
commit
f826607c08
@ -1,3 +1,9 @@
|
||||
offlineimap (3.99.10) unstable; urgency=low
|
||||
|
||||
* Always do a flush in Noninteractive when writing out data.
|
||||
|
||||
-- John Goerzen <jgoerzen@complete.org> 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
|
||||
|
@ -25,6 +25,7 @@ class Basic(UIBase):
|
||||
|
||||
def _msg(s, msg):
|
||||
print msg
|
||||
sys.stdout.flush()
|
||||
|
||||
def warn(s, msg, minor = 0):
|
||||
warntxt = 'WARNING'
|
||||
|
Loading…
Reference in New Issue
Block a user