Try some different text representations for priority flags
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 16 Nov 2009 20:55:57 +0000 (13:55 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 16 Nov 2009 20:55:57 +0000 (13:55 -0700)
imp/config/prefs.php.dist

index da4b1d4..0c00d97 100644 (file)
@@ -1118,14 +1118,14 @@ $_prefs['msgflags'] = array(
             't' => 'imp'
         ),
         'highpri' => array(
-            'a' => '^',
+            'a' => '!',
             'b' => '#ffcccc',
             'c' => 'flagHighpriority',
             'l' => _("High Priority"),
             't' => 'imp'
         ),
         'lowpri' => array(
-            'a' => 'v',
+            'a' => '0',
             'c' => 'flagLowpriority',
             'l' => _("Low Priority"),
             't' => 'imp'