Re: Removing Reply-To: from header list
* Eric Smith on Thursday, January 17, 2008 at 11:07:13 +0100
> Headers above this line are:
>
> From: Eric Smith <es@xxxxxxxxxxxx>
> To: mutt-users <mutt-users@xxxxxxxx>
> Cc:
> Bcc:
> Subject: Removing Reply-To: from header list
> Reply-To:
>
> How do I prevent the Reply-To: from appearing?
>
> I have the following set
> set editor="vim -c '/^$/+1'"
Not from within Mutt, otherwise it's a Vim question ;)
Untested:
set editor="vim -c '/^Reply-To:$/d' -c '/^$/+1'"
c
--
Python Mutt utilities <http://www.blacktrash.org/hg/muttils/>