<<< Date Index >>>     <<< Thread Index >>>

Re: Removing Reply-To: from header list



* Eric Smith on Thursday, January 17, 2008 at 18:08:59 +0100
> How do I get that to work silently.
> 
>> set editor="vim -c ':silent! /^Reply-To:$/d' -c '/^$/+1'"

You don't need the colon:

set editor="vim -c 'silent! /^Reply-To:$/d' -c '/^$/+1'"
 
Please don't CC me, you are using a decent mail client ;) that
has a list reply function (bound to L by default).

c
-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.                   [TOFU := text oben, followup unten]
Q: What is the most annoying thing in email and on usenet?