How to browse Imap folders?
Hello to the list,my situation is the follow:
I am successfully connecting to my imap server trough an account hook(i
do a "c" + "<tab>" + "<tab>" for select my mailboxes),and mutt
automatically logon on the inbox folders of my account.
On my imap server I have some other folders than just Inbox (they are
obviously subfolders of my INBOX) and i want to navigate them.
For doing this I do again a "c" + "<tab>" for view my *current* folder
subfolders, but it shows me again my local (localhost) mail home folder.
And hitting again "<tab>" shows me again my mailboxes.
I read trough the manual,the wiki and in this list archives,but i am not
lucky.
This is my imap muttrc section:
account-hook imap://mavior.eu/ 'set imap_user=myuser imap_pass=mypass'
folder-hook imap://mavior.eu/ 'set folder=imap://mavior.eu/'
account-hook imap://kdo.it 'set imap_user=myuser imap_pass=mypass'
folder-hook imap://kdo.it 'set folder=imap://kdo.it'
mailboxes = imap://mavior.eu/
mailboxes = imap://kdo.it/
Is it possible to browse my imap folders, without do "c" and write down
every time my imap address and then browse with auto-completing?
I am pretty new to mutt,but if I am not wrong the folder-hook commands
are not working in my case!
thank you for any helps,suggestions.
Marco