projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8afe33
)
Try some different text representations for priority flags
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 16 Nov 2009 20:55:57 +0000
(13:55 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 16 Nov 2009 20:55:57 +0000
(13:55 -0700)
imp/config/prefs.php.dist
patch
|
blob
|
history
diff --git
a/imp/config/prefs.php.dist
b/imp/config/prefs.php.dist
index
da4b1d4
..
0c00d97
100644
(file)
--- 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'