Disable quote folding in 4.x

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 :confused:

(feature request is to make this a per user setting)
Arkadiusz Miśkiewicz PLD/Linux Team
arekm / maven.pl http://ftp.pld-linux.org/

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 :confused:

(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/