Re: Multiple Folder

Kazuhiro Ito <[email protected]>
Newsgroups gmane.mail.wanderlust.general
Message-ID <86wphfndke.wl--xmue__48588.9531825252$1476197616$gmane$org@d1.dion.ne.jp>
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))))

-- 
Kazuhiro Ito
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.