On Sunday, August 19, 2018 at 14:57:20 +0100, David Woodfall wrote:

On Sunday 19 August 2018 13:58, Mihai Lazarescu <mtl...@gmail.com> put forth 
the proposition:

> BTW, piping the message through "formail -c" would
> concatenate continued fields in the header.

Can I add a pipe to the editor command somehow, or how would
I go about it?

I'd do the pipe in vim — you were using vim, right? Something like:

autocmd BufRead /tmp/mutt-* silent! normal ggV}k!formail -fc^M}dd

where ^M is actually the ASCII 13 Ctrl-M (carriage return) control character.

Mihai

Reply via email to