projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74061b4
)
Fix object variable.
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 29 Dec 2008 19:39:58 +0000
(12:39 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 29 Dec 2008 19:40:19 +0000
(12:40 -0700)
imp/lib/Compose.php
patch
|
blob
|
history
diff --git
a/imp/lib/Compose.php
b/imp/lib/Compose.php
index
91ddb89
..
01f7aaf
100644
(file)
--- a/
imp/lib/Compose.php
+++ b/
imp/lib/Compose.php
@@
-211,7
+211,7
@@
class IMP_Compose
/* Need to add Message-ID so we can use it in the index search. */
$draft_headers->addMessageIdHeader();
- $draft_headers = $
mim
e->addMimeHeaders($draft_headers);
+ $draft_headers = $
bas
e->addMimeHeaders($draft_headers);
return $draft_headers->toString(array('charset' => $charset, 'defserver' => $session ? $_SESSION['imp']['maildomain'] : null)) . $base->toString(false);
}