[imp] View "Message Source" Fix
z33k
z33k666 at icqmail.com
Tue Feb 11 11:07:27 PST 2003
Error when "Message Source" link is used. There is a typo in line 90 of
imp/view.php.
Line 90 in imp/view.php needs to be changed from test to text
diff
--- view.php.dist
+++ view.php Tue Feb 11 10:57:38 2003
@@ -87,7 +87,7 @@
case VIEW_SOURCE:
$msg = imap_fetchheader($imp['stream'], $index, FT_UID) . "\n" .
imap_body($imp['stream'], $index, FT_UID);
- IMP_Browser::downloadHeaders('Message Source', 'test/plain', true,
strlen($msg));
+ IMP_Browser::downloadHeaders('Message Source', 'text/plain', true,
strlen($msg));
echo $msg;
exit;
z33k
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
More information about the imp
mailing list