[Mutt] Re: [Mutt] Re: Long subject lines
Mihai Lazarescu
mtlagm at gmail.com
Sun Aug 19 16:38:35 UTC 2018
On Sunday, August 19, 2018 at 14:57:20 +0100, David Woodfall wrote:
> On Sunday 19 August 2018 13:58, Mihai Lazarescu <mtlagm at 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
More information about the Mutt-users
mailing list