projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49b8b7e
)
Fix display of ASCII armored PGP text
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 15 Dec 2009 18:33:46 +0000
(11:33 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 15 Dec 2009 18:33:52 +0000
(11:33 -0700)
imp/lib/Mime/Viewer/Plain.php
patch
|
blob
|
history
diff --git
a/imp/lib/Mime/Viewer/Plain.php
b/imp/lib/Mime/Viewer/Plain.php
index
51256f3
..
0f15b2a
100644
(file)
--- a/
imp/lib/Mime/Viewer/Plain.php
+++ b/
imp/lib/Mime/Viewer/Plain.php
@@
-218,7
+218,7
@@
class IMP_Horde_Mime_Viewer_Plain extends Horde_Mime_Viewer_Plain
$part2 = new Horde_Mime_Part();
$part2->setType('application/octet-stream');
- $part2->setContents(
$message_encrypt
);
+ $part2->setContents(
implode("\n", $val['data'])
);
$part2->setDisposition('inline');
$part->addPart($part1);