[mew-int 2340] Re: int folder names

Tatsuya Kinoshita tats at example.com
Sun Aug 5 00:32:05 JST 2007


On August 4, 2007 at 1:18PM +0200,
debian00+list (at tiscali.fr) wrote:

> On Sat, 04 Aug 2007 08:34:42 +0900 (JST), Tatsuya Kinoshita wrote:
> > 
> > (setq mew-regex-folder-candidate "^[^.]")
> > 
> > The default value of mew-regex-folder-candidate doesn't allow
> > numeric names because of speedup.
> 
> This is because it would have to scan all messages, right?  So if I
> use the above regexp with (setq mew-use-suffix t), then I should not
> see any performance loss.

On August 4, 2007, [mew-int 2339],
Christophe.Troestler (at umh.ac.be) wrote:

> On Sat, 04 Aug 2007 13:18:30 +0200 (CEST), Christophe TROESTLER wrote:
> > 
> > This is because it would have to scan all messages, right?  So if I
> > use the above regexp with (setq mew-use-suffix t), then I should not
>       ^^^^^^^^^^^^^^^^
> 
> I meant "^..?.?$\\|^.*[^.][^m][^e][^w]$" instead of the regexp
> automatically cited.

`C-u Z' (mew-local-update) with your regexp causes an error,
because "." is allowed.

BTW, I normally use (setq mew-regex-folder-candidate "^[^.]"),
but I don't feel that mew-local-update is slow.

Kazu, could you please reconsider the default value of
mew-regex-folder-candidate?  It would be nice if numerical folder
names are allowed by default if the performance loss is permissible.

Thanks,
-- 
Tatsuya Kinoshita



More information about the Mew-int mailing list