Re: defining a shortcut to save to a mailbox

2014-02-08 Thread Chris Bannister
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 exactly what I want. Basically, when I'm
> in the pager either with the message list displayed ...

FYI, that is not pager view but index view.

-- 
"If you're not careful, the newspapers will have you hating the people
who are being oppressed, and loving the people who are doing the 
oppressing." --- Malcolm X


Re: defining a shortcut to save to a mailbox

2014-02-08 Thread MD

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 pager 0 ^U/home/john/.mail/spam-missed


can anyone suggest a method please?

thanks,

--
John



--
Markus


Distinguishing Cc'd e-mail from To'd email

2014-02-08 Thread Chris Down
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 requires putting in the expression to match), so it would
require me to manually maintain both alternates *and* the list of
colored expressions.

Is there some way to emulate having ~p only match messages To me without
also matching those which are just Cc'd to me without maintaining
another copy of my alternates?

Thanks.


pgpkVdutsxgfX.pgp
Description: PGP signature


defining a shortcut to save to a mailbox

2014-02-08 Thread John
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 the message list displayed or with the message
itself loaded in the pager (but not loaded in any editor), I want the
message to be saved in spam-missed when I hit numeric zero (at the top
of the keyboard rather than number pad which I think is a different
control sequence).

can anyone suggest a method please?

thanks,

-- 
John