* Jeremy Blosser <[EMAIL PROTECTED]> [2002-03-28 03:39]:
> On Mar 28, Sven Guckes [[EMAIL PROTECTED]] wrote:
> >   [-- Attachment #2 --]
> >   [-- Type: application/pgp-signature, Encoding: 7bit, Size: 0.2K --]
> >
> > that is, mutts still shows the pgp sig (like an extra attachment).
> > is there a way I can just *hide* the pgp sig *completely* from view?
>
> Mutt doesn't see that attachment as any different from
> any other one when it isn't verifying them, so no.
>
> You can use your new friend display-filter to gag those lines...

well, I had tried to delete
those lines with sed pattern
  /^\[-- .* --\]$/d
but it did not work.

however, using the
following sed pattern
makes them go away:
  /-- .* --/d

go figure.

of course this might yield
even more false positives.
I'll have to find out why the
first pattern did not work...

and i wonder whether there is a
way to make mutt's reply command
use the filtered text for quoting..

Sven

Reply via email to