Mercurial > p > roundup > code
diff CHANGES.txt @ 5117:14abd0a67207
Fix issue934009: Have New Issues Submitted By Email *Not* Change Body!
The mailgw config options: keep_quoted_text and leave_body_unchanged
can now have a new values: new. If set to new, keep_quoted_text acts
like yes if the message is starting a new issue. Otherise it strips
quoted text.
This allows somebody to start a new issue by forwarding
a threaded email (with multiple quoted parts) into roundup and
keeping all the quoted parts. If leave_body_unchanged is set to
new, even the signature on the email that starts a new issue will be
preserved.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 02 Jul 2016 20:05:06 -0400 |
| parents | 0902c046cdd8 |
| children | 57452bc6d989 |
line wrap: on
line diff
--- a/CHANGES.txt Sat Jul 02 17:55:23 2016 -0400 +++ b/CHANGES.txt Sat Jul 02 20:05:06 2016 -0400 @@ -111,7 +111,16 @@ describe the purpose of the directory. It also says the detectors are provided on an as-is basis and may not work. Detector by W. Trevor King (wking), rest by John Rouillard. - +- issue934009: Have New Issues Submitted By Email *Not* Change Body! + The mailgw config options: keep_quoted_text and leave_body_unchanged + can now have a new values: new. If set to new, keep_quoted_text acts + like yes if the message is starting a new issue. Otherise it strips + quoted text. This allows somebody to start a new issue by forwarding + a threaded email (with multiple quoted parts) into roundup and + keeping all the quoted parts. If leave_body_unchanged is set to + new, even the signature on the email that starts a new issue will be + preserved. + Fixed: - issue1615201: Optionally restore the original (version 0.6) mailgw
