Re: Multiple Folder
Petrik Galvosas <[email protected]>
| Newsgroups | gmane.mail.wanderlust.general |
|---|---|
| Organization | Victoria University of Wellington |
| Message-ID | <87eg3m7dik.wl%[email protected]> |
At Tue, 11 Oct 2016 23:52:01 +0900, Kazuhiro Ito wrote: > > Hi, > > > I tried a few more things in setting up folders. > > > > *%Sent Items:0/0/2 <- works > > *%INBOX:0/0/4 <- does not work > > *%Inbox:0/0/4 <- does not work > > %INBOX:0/0/4 <- works > > %Inbox:0/0/4 <- works > > %Sent Items:0/0/2 <- works > > 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 :-() 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? Thank you very much Petrik