Hello list,
I'd like to define numeric zero in mutt to have mutt save the selected
message to a mailbox I've called spam-missed.
How does one do this? I've read save-hook and macro in the manual but
neither seems to be able to do exactly what I want. Basically, when I'm
in the pager either with t
Right now I color my e-mails bright red when they match ~p. This is
useful, but it aso highlights when I am Cc'd on a message, and I would
like to only have e-mails that have me in the To header to be
highlighted.
Of course, I can use ~c and ~t, but this doesn't consult alternates
(since it requir
On 8.02.14, John wrote:
Hello list,
I'd like to define numeric zero in mutt to have mutt save the selected
message to a mailbox I've called spam-missed.
I use a similar macro for index view:
macro index gc ^U/home/markus/.mail/spam-missed
I think in Your case should following work:
macro pag
On Sat, Feb 08, 2014 at 11:05:34AM +, John wrote:
> Hello list,
>
> I'd like to define numeric zero in mutt to have mutt save the selected
> message to a mailbox I've called spam-missed.
>
> How does one do this? I've read save-hook and macro in the manual but
> neither seems to be able to do