[mew-int 01776] Re: Mew-4.x VERY slow
Kazu Yamamoto ( 山本和彦 )
kazu at example.com
Fri Mar 5 18:23:28 JST 2004
From: George Kahler <george at example.com>
Subject: [mew-int 01763] Re: Mew-4.x VERY slow
> Yes, the source was at 1.83
> OK, so after the cvs update to 1.84 it now takes 2:47
> Only 13 sec faster
(1) Did you byte-compile Mew?
Please note that byte-compiled Lisp code is much faster than
not-compiled one. So, when we compare two code, both code should be
byte-compiled.
(2) What will happen if you configure Mew to not display message
bodies as Kinoshita-san did?
(setq mew-summary-form-body-starter nil)
(setq mew-summary-form-list nil)
(setq mew-summary-form
'(type (5 date) " " (14 from) " " t (0 subj)))
(setq mew-scan-max-body-length 0)
--Kazu
More information about the Mew-int
mailing list