projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
696cbad
)
Bug #8167: Config items -> prefs
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 17 Apr 2009 06:29:12 +0000
(
00:29
-0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 17 Apr 2009 06:29:12 +0000
(
00:29
-0600)
imp/compose-mimp.php
patch
|
blob
|
history
diff --git
a/imp/compose-mimp.php
b/imp/compose-mimp.php
index
d2c72de
..
c7c9435
100644
(file)
--- a/
imp/compose-mimp.php
+++ b/
imp/compose-mimp.php
@@
-198,10
+198,10
@@
case _("Send"):
$imp_ui = new IMP_UI_Compose();
$header['to'] = $imp_ui->getAddressList(Util::getFormData('to'));
- if ($
conf['compose']['allow_cc']
) {
+ if ($
prefs->getValue('compose_cc')
) {
$header['cc'] = $imp_ui->getAddressList(Util::getFormData('cc'));
}
- if ($
conf['compose']['allow_bcc']
) {
+ if ($
prefs->getValue('compose_bcc')
) {
$header['bcc'] = $imp_ui->getAddressList(Util::getFormData('bcc'));
}