Daily improvement to my .gnus.el: https://gist.github.com/rayslava/2ddfeabecde4ed161f2ca9a104eb0320
Some mail clients break quotation on certain levels in mail replies. I've got tired of that and created kind of function to fix the text.
So C-c C-f q will turn all the
>>> >>
>>> >> text
>> continues
>>> >> here
>>> >>
into
>>> >>
>>> >> text
>>> >> continues
>>> >> here
>>> >>
and C-u C-c C-f q will turn them into
>>> >>
>>> >> text continues here
>>> >>