[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to avoid or optimize slow folder updates
- To: wl-en@lists.airs.net
- Subject: Re: how to avoid or optimize slow folder updates
- From: Erik Hetzner <egh@e6h.org>
- Date: Sat, 02 Apr 2011 21:22:10 -0700
- Cc: Rodrigo Amestica <ramestica@nrao.edu>
- Delivered-to: wl-en@lists.airs.net
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:sender:date:message-id:from:to:cc:subject :in-reply-to:references:user-agent:reply-to:mime-version :content-type; bh=fECgb0LAk1U57Fyf7HIOtw7d1SEcIHVGoo0oHC+pw/U=; b=XIXc8l2OzNJZkhPUQ6dmUYW5MSdnKtkv6aerw0WNaZ+I6s2W24t+hePnr8ecbTHw1Q CanJ30N/2qF0qZ2u2WSfP0Yhw/18gKn3Y5CvlCBtMjc1+CxSGRcKUNDSrlWeMi7HaN0c dZrrnPt2LX680MZJtU5BGF/R05oAYiwkIatIk=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:message-id:from:to:cc:subject:in-reply-to:references :user-agent:reply-to:mime-version:content-type; b=Z9ijpLBMaRJCiwjM2N2P4uV0gXA/ssgMJ1juPW5xK3Xm3WnJr4EH5WISS/64229w44 etn/aBtBTlfpz/3NK5F3S3K2GI75kPCFQxS9IGpFdGaQXJvLzBIqVeMmPd+FpSTBS5Kr EIYYu/X/KB3viuiB0We9jm18x2KVnPd5s4D8A=
- In-reply-to: <ybi4o6gw7t7.wl%ramestica@nrao.edu>
- List-help: <mailto:wl-en-ctl@lists.airs.net?body=help>
- List-id: wl-en.lists.airs.net
- List-owner: <mailto:wl-en-admin@lists.airs.net>
- List-post: <mailto:wl-en@lists.airs.net>
- List-software: fml [fml stable 20011102.2100]
- List-unsubscribe: <mailto:wl-en-ctl@lists.airs.net?body=unsubscribe>
- References: <ybi4o6gw7t7.wl%ramestica@nrao.edu>
- Reply-to: Erik Hetzner <egh@e6h.org>
- User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/23.1 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)
At Sat, 02 Apr 2011 19:29:56 -0400,
Rodrigo Amestica wrote:
>
> Hi,
>
> now and then it happens that when I switch to my example folder I get
> a 'Creating msgdb' message that takes a while to complete. Okay, it
> must be doing something that needs to be done at some point. But later
> on I come back to the same example folder and the same action takes
> place again with the same slowness than the first time. What exactly is
> going on? Why is that every time it takes a long time to complete?
>
> thanks,
> Rodrigo
>
> Loading msgdb for .~/maildir/example...done
> Checking folder diff...done
> Too many messages(1594) in .~/maildir/example. Update all? (y or n)
> Creating msgdb...done
> Inserting message...done
> Updating marks...
> Scoring...done
> Updated (-1587/+1594) message(s).
> Folder `.~/maildir/example' is now sticky.
> Updated (-1587/+1594) message(s)
Hi Rodrigo,
In my experience if you do not make all your summary buffers sticky,
WL can spend a lot of time rebuilding the msgdb as you switch between
folders. You might try setting:
(setq wl-summary-always-sticky-folder-list t)
But this is really just a guess. From your log above it looks like you
have set example sticky, so I could very well be wrong here.
best, Erik
Sent from my free software system <http://fsf.org/>.