projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62e298b
)
Pass mail params to MDN generate function.
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 23 Dec 2008 06:09:08 +0000
(23:09 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 23 Dec 2008 06:11:20 +0000
(23:11 -0700)
imp/lib/UI/Message.php
patch
|
blob
|
history
diff --git
a/imp/lib/UI/Message.php
b/imp/lib/UI/Message.php
index
697c08c
..
c435eff
100644
(file)
--- a/
imp/lib/UI/Message.php
+++ b/
imp/lib/UI/Message.php
@@
-81,7
+81,8
@@
class IMP_UI_Message
return true;
} else {
/* Send out the MDN now. */
- $result = $mdn->generate(false, $confirmed, 'displayed');
+ $mail_driver = IMP_Compose::getMailDriver();
+ $result = $mdn->generate(false, $confirmed, 'displayed', $mail_driver['driver'], $mail_driver['params']);
if (!is_a($result, 'PEAR_Error')) {
IMP_Maillog::log('mdn', $msg_id, 'displayed');
}