Hi! I have a little problem with my folder-hook. I want to change my "folder" variable when I change to my IMAP mailbox. My intetion was to see all my IMAP directories when I press "c". So here is my folder-hook:
folder-hook [Mm]ail 'set folder = ~/Mail' folder-hook [Mm]ail 'set record = ~/Mail/sent' folder-hook int-x 'set folder={mail.int-x.org}' folder-hook int-x 'set record={mail.int-x.org}INBOX.Sent' The record variable works, but when I press "c" I see the folders in ~~/Mail. I have to press "c" <TAB> "c" <down> <ENTER> to see my IMAP folders. Now, when I change back to my local mailbox and press "c" I see my IMAP folders and not my local folders. "c" is bound to "change-folder". I searched google, and the manual, but I didn't find anything. I'm using Mutt 1.3.28i on a Debian Woody/Sid. Hope somebody has a hint for me. Thanks very much. Michael Jakl