Commit Graph

26 Commits

Author SHA1 Message Date
John Goerzen 70a09c3a89 Version 5.99.12 2008-05-05 00:48:55 -05:00
John Goerzen 1b0788cb24 Rev versions 2008-04-17 09:53:20 -05:00
John Goerzen 145f18ac25 5.99.10 prep 2008-04-17 00:11:15 -05:00
John Goerzen 6fd4962b4c Version to 5.99.9 2008-03-27 00:36:32 -05:00
John Goerzen 6e6720d1b0 Update for 5.99.7 2008-03-04 08:32:29 -06:00
John Goerzen 4c56514381 Prepare for 5.99.6 2008-03-03 21:42:06 -06:00
John Goerzen 4b563c39d9 Version 5.99.5 update 2008-03-03 04:30:13 -06:00
Riccardo Murri ec89c3eb53 Add option '-f' for sync'ing only selected folders 2008-01-03 04:15:11 +01:00
Riccardo Murri 2985ddc61e Add option '-k' for overriding config options 2008-01-03 04:13:04 +01:00
John Goerzen d9109bc928 Bump version number 2007-10-19 20:32:21 +01:00
John Goerzen 3305d8cd4d Daniel Jacobowitz patches
fixes deb#433732

Date: Sun, 30 Sep 2007 13:54:56 -0400
From: Daniel Jacobowitz <drow@false.org>
To: offlineimap@complete.org
Subject: Assorted patches

Here's the result of a lazy Sunday hacking on offlineimap.  Sorry for
not breaking this into multiple patches.  They're mostly logically
independent so just ask if that would make a difference.
First, a new -q (quick) option.  The quick option means to only update
folders that seem to have had significant changes.  For Maildir, any
change to any message UID or flags is significant, because checking
the flags doesn't add a significant cost.  For IMAP, only a change to
the total number of messages or a change in the UID of the most recent
message is significant.  This should catch everything except for
flags changes.

The difference in bandwidth is astonishing: a quick sync takes 80K
instead of 5.3MB, and 28 seconds instead of 90.

There's a configuration variable that lets you say every tenth sync
should update flags, but let all the intervening ones be lighter.


Second, a fix to the UID validity problems many people have been
reporting with Courier.  As discussed in Debian bug #433732, I changed
the UID validity check to use SELECT unless the server complains that
the folder is read-only.  This avoids the Courier bug (see the Debian
log for more details).  This won't fix existing validity errors, you
need to remove the local status and validity files by hand and resync.


Third, some speedups in Maildir checking.  It's still pretty slow
due to a combination of poor performance in os.listdir (never reads
more than 4K of directory entries at a time) and some semaphore that
leads to lots of futex wake operations, but at least this saves
20% or so of the CPU time running offlineimap on a single folder:

Time with quick refresh and md5 in loop: 4.75s user 0.46s system 12%
cpu 41.751 total
Time with quick refresh and md5 out of loop: 4.38s user 0.50s system
14% cpu 34.799 total
Time using string compare to check folder: 4.11s user 0.47s system 13%
cpu 34.788 total


And fourth, some display fixes for Curses.Blinkenlights.  I made
warnings more visible, made the new quick sync message cyan, and
made all not explicitly colored messages grey.  That last one was
really bugging me.  Any time OfflineIMAP printed a warning in
this UI, it had even odds of coming out black on black!


Anyway, I hope these are useful.  I'm happy to revise them if you see
a problem.

-- 
Daniel Jacobowitz
CodeSourcery
2007-10-01 22:20:37 +01:00
John Goerzen 764ba74c5f Update version 2007-08-01 02:29:06 +01:00
John Goerzen 09d71143d7 Fix version.py importing 2007-07-10 12:57:03 +01:00
John Goerzen 196f35e972 Update version info 2007-07-04 19:17:14 +01:00
John Goerzen ca3a306ecc --help shows available UIs now
Thanks to Daniel Rall for the patch.
fixes #5
2007-01-11 10:15:06 +01:00
John Goerzen 2d9c1ed9b8 Updating version number to 4.0.16 2006-12-02 21:59:02 +01:00
John Goerzen 2977f53244 Fix lack of revstr in version.py 2006-11-30 12:23:18 +01:00
John Goerzen f2515a0b02 Updated copyright and version info for 4.0.15 2006-11-30 10:51:14 +01:00
John Goerzen fc4e31e0db Updated homepage, refs #1 2006-11-30 10:46:51 +01:00
John Goerzen f75a89d954 Updated copyright and version info 2006-10-19 02:04:28 +01:00
John Goerzen 39a18fef60 Update FSF address 2006-08-12 05:15:55 +01:00
John Goerzen 8064ee26bd Prepping 4.0.13 2006-05-04 18:37:20 +01:00
John Goerzen 27fae4e7ac Readying 4.0.11 release 2005-08-24 19:07:15 +01:00
John Goerzen ea4158dd6d Updated copyright and version files for 4.0.10 2005-05-24 00:12:58 +01:00
John Goerzen 36d79a5c1f Checkpointing for .8
Keywords: 


(jgoerzen@complete.org--projects/offlineimap--head--1.0--patch-5)
2004-11-16 23:44:41 +01:00
John Goerzen d839be3c61 Step 2 of SVN to arch tree conversion 2005-04-16 20:33:35 +01:00