Hi,
Right now, I use razor-revoke to report spam. I'm doing this
with a pipe command, and it takes 2 keypresses with a delay to
handle each message.
S, then a delay, then <any> to return to the message.
Is there a way to pipe without having to press a key to continue?
Adam
Currently in .muttrc:
macro index S "| razor-revoke ; <enter><delete-message>" "report as spam"
macro pager S "| razor-revoke ; <enter><delete-message>" "report as spam"