Re: Multiple Folder
Petrik Galvosas <[email protected]>
| Newsgroups | gmane.mail.wanderlust.general |
|---|---|
| Organization | Victoria University of Wellington |
| Message-ID | <87insyicqh.wl%[email protected]> |
At Wed, 12 Oct 2016 08:34:38 +0900, Kazuhiro Ito wrote: > > > > 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. Thank you! The result is 148909 > > 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) I did and it now works beautifully! Thanks everyone. Petrik