On So, 16 Jul 2017, Ken Takata wrote: > "or mute the thread" is shown when this message is forwarded to vim_dev. > Could you remove this?
That is getting ugly. The problem is, the html message is qp-encoded and the linebreak ended up in between the mute word, resulting in something like ...mu=\nte... which sed does not really handle well. For now, I am specifically allow =\n in between the mute word. It might still happen if the linebreak happens at a different part, that the sed regex does not match. So let's see how this works. I should probably start rewriting the script using perl to make it more readable... Best, Christian -- Wie man sein Kind nicht nennen sollte: Wanda Müller-Lust -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
