As a ticket grows long in the tooth, correspondence which quotes the entire history of the conversation can balloon to become extremely large and unwieldy. It can be taxing just to find the new content of incoming email amidst all its history.
RT 4.0 makes this more manageable by folding away quoted content during ticket display. This lets you focus on what's important: the new text. When you do need to see the quoted text, it's still there, hidden behind a click. Now when you look at a ticket, you won't have to mentally skim over quoted lines or paragraphs. Quote folding makes reading a ticket's correspondence and history far more comfortable.
When you expand those folded-away quotes by clicking "Show folded text", you'll see that RT 4.0 now also colors nested quotes differently, so you can easily distinguish who wrote which text. The nesting level of each quote becomes more apparent when colored. Let RT count the angle brackets for you.
Our quote folding is robust enough to understand various quoting disciplines, whether it be top-posting, interleaved, or bottom-posting. You also don't have to stick with > to indicate quotations; RT recognizes many other kinds of quote markers.
HTML display
Along with quote folding, we've improved how RT 4 displays HTML content in ticket history. One way that a lot of people quote text is by coloring the original text or the new content in their response. To facilitate such quoting, RT 3.8.2 and later display colors specified in HTML mail. RT 4.0 improves our HTML mail handling further. RT 4 understands more ways that mail client generates text styling, especially Microsoft Outlook. We also permit more kinds of styling, such as font-family and font-size.
Can this be rolled into the 3.8 series? This is a HUGE plus.
Posted by: Paul K. | July 07, 2011 at 03:47 AM
Making this feature available in 3.8 isn't a priority now that 4.0 is released. I suggest you upgrade and get the tons of other improvements as well.
Posted by: Thomas Sibley | July 07, 2011 at 10:40 AM
Any good way to turn this off or limit which characters will trigger this? I have to paste MySql output into tickets and I would prefer not to have to expand to see query results each time. Ideally I would prefer to limit this functionality to > instances.
Posted by: Drew | July 13, 2011 at 12:54 PM
There is no config option at the moment to turn this feature off. We might take a patch to make it a user configurable preference, if you're interested.
The Text::Quoted Perl module is behind the quote detection, but it doesn't support configurable quote characters.
A workaround that might work for you without modifying any code is to use the rich text editor and mark your MySQL blocks with the "Formatted" style. We'll avoid quoting that.
Posted by: Thomas Sibley | July 13, 2011 at 02:11 PM