From 6beb8aa525e371f0e5d1985d3aad36ac11ec8d23 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 12 Oct 2009 18:49:50 -0600 Subject: [PATCH] Disable signature dimming by default, since it isn't very useful and the algorithm isn't tremendously bulletproof --- imp/config/prefs.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.11.0