Macro question
Here's my .muttrc option for spam handling - I'm getting errors that
there are too many args... I'm not sure I can include this option in my
equation, but it's desirable:
macro index \cx ":set autoedit=no fast_reply=yes
editor="/usr/bin/vi"\n<tag-prefix><forward-message>spam@localhost\n<send-message><pipe-message>"/usr/local/bin/ricochet
-home=/home/forrie/.razor"<enter>s="spam"\n:set autoedit=yes
fast_reply=no"\n" \
"Forward mail to Spam Reporting Processes"
Note the <pipe-message> option, which is new to the macro definition.
Thanks...