Re: Folder %blah. does not exist, create it? (y or n)
Dimitrios Apostolou <[email protected]> Sun, 07 Jan 2018 18:53:37 +0100
| Newsgroups | gmane.mail.wanderlust.general |
|---|---|
| Message-ID | <877estzhb2.wl-jimis__21556.2852369205$1515347737$gmane$org@gmx.net> |
Thanks, see below for more debugging info:
On Tue, 02 Jan 2018 13:58:10 +0100,
Kazuhiro Ito wrote:
>
> Hi,
>
> > my .folders file has only one entry: "%/". Every time I start
> > Wanderlust (M-x wl) it starts syncing all folders iteratively, until
> > it reaches the "blah." folder.
> (snip)
>
> Can you sync manually, i.e. typing `s' at the top of your access
> group? If you succeeded, what are values of wl-auto-check-folder-name,
> wl-auto-uncheck-folder-list and wl-auto-check-folder-list?
Manual syncing presents the same problem, i.e. it syncs up to the problematic
folder "blah." and then asks me to create the folder and interrupts the
process. Anyway here are the variables you mentioned:
(print wl-auto-check-folder-name)
nil
nil
(print wl-auto-uncheck-folder-list)
("\\$.*")
("\\$.*")
(print wl-auto-check-folder-list)
nil
nil
>
> For debugging, set elmo-imap4-debug to t before starting Wanderlust.
> "*IMAP4 DEBUG*" buffer would provide log.
The debug log ends with this:
[18:43:41] <-- elmo-imap442 status blah. (recent unseen messages)
[18:43:41] -> elmo-imap442 NO [CANNOT] Invalid mailbox name: Ends with hierarchy separator (0.001 + 0.000 secs).
*elmo-imap442* NO arrived
[18:43:41] => ((no ("[CANNOT]" "Invalid mailbox name: Ends with hierarchy separator (0.001 + 0.000 secs).")))
[18:43:41] -> mailbox size adjusted: nil, (nil)
[18:43:41] <-- elmo-imap443 select blah.
[18:43:41] -> elmo-imap443 NO [CANNOT] Invalid mailbox name: Ends with hierarchy separator (0.001 + 0.000 secs).
*elmo-imap443* NO arrived
[18:43:41] => ((no ("[CANNOT]" "Invalid mailbox name: Ends with hierarchy separator (0.001 + 0.000 secs).")))
[18:43:41] -> mailbox size adjusted: nil, (nil)
And this is the only point where the problematic folder "blah." is mentioned.
Before that only valid folder names are mentioned, like "blah.folder1".
Regards,
Dimitris