Re: GPG Inline encrypted Messages from Firefox/Outlook in mutt
Since the problem is the output of GPG, that's what you want to
filter. Hence, append "|sed '/\r//g'" to $pgp_decode_command.
--
Thomas Roessler <roessler@xxxxxxxxxxxxxxxxxx>
On 2006-08-29 11:40:59 +0200, Thomas Glanzmann wrote:
> From: Thomas Glanzmann <sithglan@xxxxxxxxxxxxxxxxxxxx>
> To: Mutt Developers <mutt-dev@xxxxxxxx>
> Date: Tue, 29 Aug 2006 11:40:59 +0200
> Subject: GPG Inline encrypted Messages from Firefox/Outlook in mutt
> X-Spam-Level:
>
> Hello,
> when I receive GPG inline encrypted Messages from Firefox and Outlook
> they show up in mutt with "^M" (Ctrl-Ms / \r) at each end of a line. I
> wonder if someone has a code fix (patch) to display 'msdos encoded'
> E-Mails correctly.
>
> Currently I am working around with the following
>
> set display_filter="sed 's/\r//g'"
>
> which is suboptimal because it forks sed for every E-Mail I read and I
> read my E-Mails on a dogslow Ultrasparc III. If there is no fix around
> maybe someone could point me to the function in mutt which does it.
>
> Thomas
>
>