How to change the default “save” folder in Mutt

mutt

By default, Mutt wants to archive messages to folders by sender name. So when I hit s it prompts me with Save to mailbox ('?' for list): =sendername. I'd like to have it default to =INBOX.Archives.2015 instead.

I don't think I need a macro, which is how this one was solved: mutt: save message to specific folder

I just want to set a default so that the prompt is always =INBOX.Archives.2015 (I can reset it once a year, the year doesn't need to update.)

Best Answer

You need to add a line such as the following to your .muttrc:

save-hook . '=INBOX.Archives.2015'