]> granicus.if.org Git - neomutt/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)
commitc3a414139285a24252354a7448f30920ffc8bf93
treea927e6b247c5d2631653c9a09bea3cccddd61738
parent8e8942236008878dc16603d3bd422680bca1e541
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