Re: Removing Reply-To: from header list
How do I get that to work silently.
My efforts with variations of:
> set editor="vim -c ':silent! /^Reply-To:$/d' -c '/^$/+1'"
all failed.
--
Eric Smith
Tel Amsterdam: +31 20 8080088
Original Message Christian Ebert on Thu-17-Jan 08 5:09PM
.
> * 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/>