projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
957a813
)
Another place we don't need to specify line endings
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 5 Jun 2009 17:44:13 +0000
(11:44 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 5 Jun 2009 19:05:34 +0000
(13:05 -0600)
imp/lib/Contents.php
patch
|
blob
|
history
diff --git
a/imp/lib/Contents.php
b/imp/lib/Contents.php
index
e052100
..
e31c1a7
100644
(file)
--- a/
imp/lib/Contents.php
+++ b/
imp/lib/Contents.php
@@
-231,7
+231,7
@@
class IMP_Contents
Horde_Imap_Client::FETCH_HEADERTEXT => array(array('peek' => true)),
Horde_Imap_Client::FETCH_BODYTEXT => array(array('peek' => true))
), array('ids' => array($this->_index)));
- return $res[$this->_index]['headertext'][0] .
"\r\n\r\n" .
$res[$this->_index]['bodytext'][0];
+ return $res[$this->_index]['headertext'][0] . $res[$this->_index]['bodytext'][0];
} catch (Horde_Imap_Client_Exception $e) {
return '';
}