projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2afebc0
)
unseen_drafts is an esoteric setting - move to advanced
author
Michael M Slusarz
<slusarz@curecanti.org>
Sat, 2 Oct 2010 08:10:46 +0000
(
02:10
-0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Sun, 3 Oct 2010 20:26:08 +0000
(14:26 -0600)
imp/config/prefs.php.dist
patch
|
blob
|
history
diff --git
a/imp/config/prefs.php.dist
b/imp/config/prefs.php.dist
index
a49834b
..
1c5df8f
100644
(file)
--- a/
imp/config/prefs.php.dist
+++ b/
imp/config/prefs.php.dist
@@
-709,11
+709,12
@@
$_prefs['close_draft'] = array(
// save drafts as seen or unseen
$_prefs['unseen_drafts'] = array(
'value' => 0,
+ 'advanced' => true,
'type' => 'checkbox',
'desc' => _("Save drafts as unseen?")
);
-// auto-save drafts? value is in minutes, 0 =
=
don't save.
+// auto-save drafts? value is in minutes, 0 = don't save.
$_prefs['auto_save_drafts'] = array(
'value' => 5,
'advanced' => true,