9 ms·
If you do format=flowed correctly, then code is not mangled. However, there is a higher risk (than with hard-wrapped) that users can mangle code with format=fl
by cpbotha 7y ago
If you do format=flowed correctly, then code is not mangled.
However, there is a higher risk (than with hard-wrapped) that users can mangle code with format=flowed.
- u801e 7y agoI think it comes down to a lack of flexibility with the MUA composer. If you're using an editor like vim to compose the email, it would be easy enough to read the patch into the message by running :r file-containing-patch And then visually highlighting text and running: :'<,'>s/$/\s/ to append whitespace to lines you don't want to be hard-wrapped in clients that support format=flowed