GNOME Bugzilla – Bug 205529
Omit sig when quoting
Last modified: 2002-10-18 04:16:14 UTC
Some other mailers can trim the sigdash and everything under it when quoting message text for a reply. It would be nice to have this feature in Evolution.
Yes I wanted this feature too, just added it to CVS, enjoy.
Not happening in 0.14.
iirc, we tried this but people compalined because some mail clients were broken and put "--\n" instead of "-- \n" and if we tried to match the "--\n" we ended up stripping too much in some cases... anyways, such is the pain that users never understand when they ask for what they presume is an easy feature... hah, no such thing.
Please consider retargeting this. Your comments demonstrate a misunderstanding of the problem. "--\n" is *not* the sigdash sequence. It is irrelevant that some other mail clients might erroneously think otherwise. It was a bug ever to treat this as the sigdash sequence, and this RFE does not request that you reinstate that errant behavior. "-- \n" is the sigdash sequence, and it should be appropriate and safe to treat it as such for the purposes of trimming a signature. This is easy to implement, and I doubt you'd get too many complaints if you just did it correctly.
Yes, this is scheduled to happen at some point.
this is already fixed
This is not working in 1.1.1.
*** bug 218360 has been marked as a duplicate of this bug. ***
Created attachment 41635 [details] [review] patch
fixed in CVS