I have two IMAP accounts, I'd like to see all my IMAP folders for both.
With only one account I use "%/" in my .folders file and it works well (but I have the (setq elmo-imap4-default-server ...
& co. in my .emacs).
With two accounts I cannot make it work. I think the problem is that I'm not able to specify credentials for the two "%/". Is there a solution?
Example ~/.folders:
AccountA {
%INBOX:username/clear@imap.serverA.com:993! "Inbox"
%/
}
AccountB {
%INBOX:username/clear@imap.serverB.com:993! "Inbox"
%/
}