projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85c7665
)
Add missing mimp prefs to group definition.
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 16 Nov 2009 19:48:33 +0000
(12:48 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 16 Nov 2009 19:48:33 +0000
(12:48 -0700)
imp/config/prefs.php.dist
patch
|
blob
|
history
diff --git
a/imp/config/prefs.php.dist
b/imp/config/prefs.php.dist
index
3d030c9
..
6272ffa
100644
(file)
--- a/
imp/config/prefs.php.dist
+++ b/
imp/config/prefs.php.dist
@@
-196,7
+196,8
@@
$prefGroups['mimp'] = array(
'column' => _("Other Options"),
'label' => _("Minimalist View Options"),
'desc' => _("Configure options for the minimalist view."),
- 'members' => array('mimp_preview_msg')
+ 'members' => array('mimp_preview_msg', 'mimp_max_from_chars',
+ 'mimp_max_subj_chars')
);
$prefGroups['standard'] = array(