projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ceb981
)
style nits
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 20 Nov 2008 05:57:15 +0000
(22:57 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 20 Nov 2008 05:57:15 +0000
(22:57 -0700)
imp/lib/Spam.php
patch
|
blob
|
history
diff --git
a/imp/lib/Spam.php
b/imp/lib/Spam.php
index
fb79bca
..
2136f5e
100644
(file)
--- a/
imp/lib/Spam.php
+++ b/
imp/lib/Spam.php
@@
-258,8
+258,6
@@
class IMP_Spam
$action, $_SESSION['imp']['user']));
/* Send the message. */
- $this->_imp_compose->sendMessage($GLOBALS['conf'][$action]['email'],
- $spam_headers, $mime,
- NLS::getCharset());
+ $this->_imp_compose->sendMessage($GLOBALS['conf'][$action]['email'], $spam_headers, $mime, NLS::getCharset());
}
}