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

Re: Truncating over-long headers?



* Philippe Berini <philippe@xxxxxxxxxx> [2004-08-20 22:07 +0200]:
> BTW, is it possible to have several display_filter commands in the same
> muttrc - before using yours, I used this one: 
> 
> set display_filter = "sed s/\r//"  (to cut off the ^M at line ends).
> 
> Do you think I could use both, and how ?

Yes.

For example:
set display_filter = "sed s/\r//|rot13"

Nicolas