Re: Multiple Folder
Kazuhiro Ito <[email protected]>
| Newsgroups | gmane.mail.wanderlust.general |
|---|---|
| Message-ID | <86vawyo3xt.wl--xmue__37752.9210680679$1476228951$gmane$org@d1.dion.ne.jp> |
> > Please try the below code and confirm whether the result is smaller > > than elmo-multi-divide-number (defaut is 100000). > > elmo-multi-divide-number must be larger than all child folders's > > message number. > > > > (progn > > (require 'elmo) > > (let* ((folder-name "%INBOX") > > (folder (elmo-get-folder folder-name))) > > (elmo-folder-open folder) > > (elmo-max-of-list (elmo-folder-list-messages folder nil nil)))) > > Thank you very much. I did not try the code you send to me (I would > not know how :-() Copy and paste the code into *scratch* buffer and type C-j just after the last closing paren. > but I can tell that your very message number is > 148842 as displayed in the footer below the message which reads: > > 1:%%- Wanderlust: << $INBOX / 148842 >> [MIME] ALL (32,0) (MIME-VIEW) 10:57 > > I guess that is bigger than 100000. Would I need to adjust > elmo-multi-divide-number and how? Write the below code in your ~/.wl and restart Wanderlust. (setq elmo-multi-divide-number 1000000) -- Kazuhiro Ito