I have the following folder-hook with a macro in my Neomutt config:
folder-hook my-folder 'macro index,pager A <tag-thread><tag-prefix><clear-flag>N<tag-prefix><save-message>=Archive/`date +"%Y"`<enter>'
This works in the index menu, but not in pager. When pressing "A" in pager I get the following message "Key is not bound". Can anyone tell me why it's not working?