Macro to perform 'mark as read' and 'delete entry'
Hi,
I want to create a macro to deal with SPAM (and others), perfoming:
1) mark message as read (Wn)
2) delete message (d)
Then, I tried:
macro index a "Wnd"
But, when mutt perform step 1), the "cursor" goto (automatically) to next
line and then mutt perform step 2) with other message (below). :(
So, I also tried (dirty workaround):
macro index a "Wnkd"
Where "k" stands for "previous-entry". But, doesn't work for last message
(and is very dirty).
Thanks,
--
Douglas Augusto