From f9007abd873bf9bf04b8c36e0644950635e59a93 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 16 Nov 2009 13:55:57 -0700 Subject: [PATCH] Try some different text representations for priority flags --- imp/config/prefs.php.dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imp/config/prefs.php.dist b/imp/config/prefs.php.dist index da4b1d418..0c00d97d4 100644 --- a/imp/config/prefs.php.dist +++ b/imp/config/prefs.php.dist @@ -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' -- 2.11.0