ANNOUNCE: CRITICAL BUG FIX RELEASE OfflineImap 6.5.0
Tim Gray
lists+offimap at protozoic.com
Sat Jan 7 01:33:04 GMT 2012
On Jan 06, 2012 at 10:44 PM +0100, Sebastian Spaeth wrote:
>tldr; If you are on OfflineImap 6.4.x, please upgrade ASAP. Distro
>maintainers, please bump.
For what it's worth, I upgraded (from 6.4.2 I think) and the basic UI
seems to have changed. I run offlineimap from a script which can get
called by launchctl (on OS X - it's like cron) or from the command line
when I want a manual sync. I have the ui set to basic and the output
is sent to a log file:
offlineimap -o -q -u basic >> $LOGFILE &
Some thing changed though. Now there's a lot of messages seemingly sent
to stderr. Not only do they never make it to the log file, they corrupt
my mutt display when I run the script. So I had to modify the above line to:
offlineimap -o -q -u basic >> $LOGFILE 2>&1 &
With that change, my log file contents look like they did before. It's
not the end of the world, but it doesn't seem right. Status messages
like that should be going to stdout, right?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 881 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/offlineimap-project/attachments/20120106/4f37ee19/attachment-0001.sig>
More information about the OfflineIMAP-project
mailing list