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

Re: GPG Inline encrypted Messages from Firefox/Outlook in mutt



Hello,

> Since the problem is the output of GPG, that's what you want to
> filter.  Hence, append "|sed '/\r//g'" to $pgp_decode_command.

I didn't try, but I guess since it is not only used for plain text but
also for binaries it would kill them, and I don't want to risk that. But
I obeyed that when I sent a plaintext message with ^M in it, they get
stripped (from the display as well as when I reply). It also works with
GPG Mime messages it is just the GPG inline messages sent from a few
clients that mess up. It can't be so hard to fix that in code, but at
the moment I have not the motiviation nor the time but primaly no
motivation to track it down. Currently I have an ugly workaround which
works more or less expect for the annoying fork on this dogslow machine:

.muttrc:
        set display_filter="sed 's/\r//g'"

.vimrc:
        au VimEnter /tmp/mutt* silent! :%s/^M$//

first fixes the display, second the reply. Well it fights the symptoms and
doesn't fix the problem. But better than nothing.

        Thomas