Disable signature dimming by default, since it isn't very useful and the algorithm...
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 13 Oct 2009 00:49:50 +0000 (18:49 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 13 Oct 2009 09:46:31 +0000 (03:46 -0600)
imp/config/prefs.php.dist

index 47ab5b8..a36e21d 100644 (file)
@@ -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,