On Sun, Mar 20, 2016 at 11:48 AM, Gabriel Philippe <gabri.phili...@gmail.com> wrote: > Hi, > > I'm sick and tired of seing the PGP signatures of my messages to Yahoo > groups invalidated. Yahoo groups thinks it is a good idea to split > "long" lines, but that changes the message body. I tried to limit the > maximum size of the lines in my messages, and that works most of the > time. But quoted lines needs to be rewrapped (because they get longer > due to the addition of "> "), and as I write in French, non ASCII > characters are encoded in quoted-printable, which can greatly increase > the length of the lines. > > It seams that (all?) messages from the Yahoo groups interface > ("X-Mailer: Yahoo Groups Message Poster") are fully base 64 encoded. > "Content-Type: text/plain; charset=utf-8 > Content-Transfer-Encoding: base64" > > Is it possible to force this behaviour in mutt? I would limit it to > messages sent to Yahoo groups.
I've found an ugly hack. macro compose y "<edit-encoding>^Ubase64<return><send-message>" If someone founds a better way... -- Gabriel