]> granicus.if.org Git - mutt/commit
f=f: Strip trailing spaces for interoperability. Closes #3001.
authorRocco Rutte <pdmef@gmx.net>
Sun, 31 May 2009 09:32:06 +0000 (11:32 +0200)
committerRocco Rutte <pdmef@gmx.net>
Sun, 31 May 2009 09:32:06 +0000 (11:32 +0200)
commitfaaa66a15098fd59b324e3d95863d67a9f3d4f25
treea927e6b247c5d2631653c9a09bea3cccddd61738
parent27928c1e70d8a5168e685a939149257343ca39d6
f=f: Strip trailing spaces for interoperability. Closes #3001.

If we make a fixed reply to a flowed message we remove trailing
spaces and can now safely allow $indent_string to be used which
is what users expect.

Second, if we make a flowed reply to a fixed message we also
strip trailing spaces since from format=fixed we assume all
lines are fixed (i.e. we don't want to errorneously make fixed
lines flowed).
handler.c
init.h
rfc3676.c