On Monday 29 of August 2011, Arkadiusz Miskiewicz wrote:
> Is there a way to disable quote folding in 4.x? Some my users are confused
> by this new feature and unintentionally ignore important information :/
> 
> (feature request is to make this a per user setting)

Using this hack for now.

diff -ubB Ticket/Elements/ShowMessageStanza~ Ticket/Elements/ShowMessageStanza
--- Ticket/Elements/ShowMessageStanza~  2011-08-28 16:30:39.000000000 +0200
+++ Ticket/Elements/ShowMessageStanza   2011-08-30 11:48:17.262677292 +0200
@@ -107,7 +107,7 @@
         $print_content->( \$para );
         $para = '';

-        $Depth++;
+        #$Depth++;
         push @stack, [ $Message, $i + 1 ];
         ( $Message, $i ) = ( $stanza, -1 );

-- 
Arkadiusz Miƛkiewicz        PLD/Linux Team
arekm / maven.pl            http://ftp.pld-linux.org/
--------
RT Training Sessions (http://bestpractical.com/services/training.html)
*  Chicago, IL, USA  September 26 & 27, 2011
*  San Francisco, CA, USA  October 18 & 19, 2011
*  Washington DC, USA  October 31 & November 1, 2011
*  Melbourne VIC, Australia  November 28 & 29, 2011
*  Barcelona, Spain  November 28 & 29, 2011

Reply via email to