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.)
save-hook
documentation three times and got the impression it would automatically move messages into the folder, without waiting until I save. – Amanda Nov 10 '15 at 22:54