Re: more stuff

Kazuhiro Ito <[email protected]> Sat, 16 Dec 2017 23:29:09 +0900
Newsgroups gmane.mail.wanderlust.general
Message-ID <86o9myiw5m.wl--xmue__1961.40001430667$1513434677$gmane$org@d1.dion.ne.jp>
> > Try C-c C-v C-c on message header.  If you can see the content,
> > what are your elmo-message-fetch-threshold and
> > elmo-message-fetch-threshold's values?

Sorry, I mean 'elmo-message-fetch-threshold and
elmo-message-fetch-confirm'.

> There is no "elmo-message-fetch-threshold" in my ".wl" but I have:
> 
>   (setq elmo-message-fetch-confirm nil)
>   (setq wl-prefetch-confirm nil)

When Wanderlust [pre]fetches large message (larger than
elmo-message-fetch-threshold or wl-prefetch-threshold), you confirmed
whether you want really [pre]fetch entire message.  Setting
elmo-message-fetch-confirm and wl-prefetch-confirm skips prompt and
stops to [pre]fetch large message.  If you want [pre]fetch any large
messge without confirmation, set elmo-message-fetch-threshold and
wl-prefetch-threshold to nil.

The same can be said of elmo-folder-update-threshold and
elmo-folder-update-confirm.

I think the settings you really wants is

(setq elmo-folder-update-threshold nil
      elmo-message-fetch-threshold nil
      wl-prefetch-threshold nil)

-- 
Kazuhiro Ito