From: Michael M Slusarz Date: Tue, 13 Oct 2009 00:49:50 +0000 (-0600) Subject: Disable signature dimming by default, since it isn't very useful and the algorithm... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=6beb8aa525e371f0e5d1985d3aad36ac11ec8d23;p=horde.git Disable signature dimming by default, since it isn't very useful and the algorithm isn't tremendously bulletproof --- diff --git a/imp/config/prefs.php.dist b/imp/config/prefs.php.dist index 47ab5b83a..a36e21dad 100644 --- a/imp/config/prefs.php.dist +++ b/imp/config/prefs.php.dist @@ -894,7 +894,7 @@ $_prefs['show_quoteblocks'] = array( // should we dim signatures? $_prefs['dim_signature'] = array( - 'value' => 1, + 'value' => 0, // Locked by default 'locked' => true, 'shared' => false,