Re: mutt/2201: wish: <view-attach> a message/rfc822 applies $display_filter
The following reply was made to PR mutt/2201; it has been noted by GNATS.
From: Alain Bench <veronatif@xxxxxxx>
To: bug-any@xxxxxxxxxxxxx
Cc:
Subject: Re: mutt/2201: wish: <view-attach> a message/rfc822 applies
$display_filter
Date: Fri, 21 Jul 2006 12:38:52 +0200 (CEST)
Hello Nicolas,
On Sunday, June 4, 2006 at 23:25:01 +0200, Nicolas Rachinsky wrote:
> * Alain Bench <veronatif@xxxxxxx> [2006-06-04 18:13 +0200]:
>> wish to make use of $display_filter in attachments menu. Only for
>> message/rfc822, or also for text/* parts?
> the filter would have to recognize wether it's used for an arbitrary
> text or for an mail if it's used to manipulate the headers.
Hum... Changing to apply $display_filter to text/* parts would
possibly perturbate existing filters: Bad. What if Mutt would, only for
non-messages, do:
-1) prepend \n
-2) apply $display_filter
-3) strip 1st char if it's still a \n
This would hopefully not perturbate existing full filters, and the
empty first line would probably be a sufficient end-of-header indication
for all filters needing header/body distinction.
Bye! Alain.