I recently found the following interesting phenomenon: I included the following lines in my muttrc
mailboxes ~/.MuttMail/inbox set spoolfile=~/.MuttMail/inbox folder-hook . 'push :default' folder-hook inbox 'push :inbox' This is the only four lines in the muttrc because I want to do a clean test. If the folder-hook is used to set variables then I was told by the manual http://www.mutt.org/doc/manual/manual-4.html that I should place the default hook EARLIER than the specific hook, as I did in the test. However, the result is is I enter mutt then I have :inbox:default at the bottom command area. It contradicts with my understanding to the folder-hook because the order is reversed compared to the manual. Is this a bug, or supposed way? Thanks