projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e216f21
)
Show sortdate in options UI
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 16 Apr 2010 18:17:14 +0000
(12:17 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 16 Apr 2010 19:03:08 +0000
(13:03 -0600)
imp/config/prefs.php.dist
patch
|
blob
|
history
diff --git
a/imp/config/prefs.php.dist
b/imp/config/prefs.php.dist
index
abfe432
..
48d2928
100644
(file)
--- a/
imp/config/prefs.php.dist
+++ b/
imp/config/prefs.php.dist
@@
-1135,8
+1135,8
@@
$prefGroups['mboxdisplay'] = array(
'label' => _("Mailbox Display Options"),
'desc' => _("Change display options such as how many messages you see on each page and how messages are sorted."),
'members' => array(
- 'mailbox_start', 'sortby', 'sortdir', '
max_msgs', 'from_link
',
- 'time_format', 'atc_flag'
+ 'mailbox_start', 'sortby', 'sortdir', '
sortdate', 'max_msgs
',
+ '
from_link', '
time_format', 'atc_flag'
)
);