diff -Nur -x '*.orig' -x '*.rej' smeserver-mimp-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/mime_drivers.php/00header mezzanine_patched_smeserver-mimp-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/mime_drivers.php/00header --- smeserver-mimp-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/mime_drivers.php/00header 2008-04-10 20:21:23.000000000 -0500 +++ mezzanine_patched_smeserver-mimp-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/mime_drivers.php/00header 2008-09-25 22:23:12.000000000 -0500 @@ -1,6 +1,6 @@ //00header /** - * $Horde: mimp/config/mime_drivers.php.dist,v 1.5.2.1 2007/12/20 12:09:25 jan Exp $ + * $Horde: mimp/config/mime_drivers.php.dist,v 1.5.2.2 2008/07/19 21:11:56 slusarz Exp $ * * Decide which output drivers you want to activate for the MIMP application. * Settings in this file override settings in horde/config/mime_drivers.php. @@ -12,5 +12,6 @@ * multipart All other multipart/* messages * plain text/plain parts * related multipart/related parts + * status Mail delivery status messages */ diff -Nur -x '*.orig' -x '*.rej' smeserver-mimp-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/mime_drivers.php/100Registered mezzanine_patched_smeserver-mimp-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/mime_drivers.php/100Registered --- smeserver-mimp-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/mime_drivers.php/100Registered 2008-04-10 20:55:23.000000000 -0500 +++ mezzanine_patched_smeserver-mimp-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/mime_drivers.php/100Registered 2008-09-25 22:23:41.000000000 -0500 @@ -1,5 +1,5 @@ //100Registered $mime_drivers_map['mimp']['registered'] = array( - 'alternative', 'html', 'multipart', 'plain', 'related' + 'alternative', 'html', 'multipart', 'plain', 'related', 'status' ); diff -Nur -x '*.orig' -x '*.rej' smeserver-mimp-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/mime_drivers.php/120InlinePlain mezzanine_patched_smeserver-mimp-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/mime_drivers.php/120InlinePlain --- smeserver-mimp-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/mime_drivers.php/120InlinePlain 2008-04-10 21:01:13.000000000 -0500 +++ mezzanine_patched_smeserver-mimp-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/mime_drivers.php/120InlinePlain 2008-09-25 22:24:00.000000000 -0500 @@ -10,7 +10,7 @@ $mime_drivers['mimp']['plain'] = array( 'inline' => true, 'handles' => array( - 'text/plain', 'message/delivery-status', 'text/rfc822-headers' + 'text/plain', 'text/rfc822-headers' ) ); diff -Nur -x '*.orig' -x '*.rej' smeserver-mimp-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/mime_drivers.php/135InlineStatus mezzanine_patched_smeserver-mimp-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/mime_drivers.php/135InlineStatus --- smeserver-mimp-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/mime_drivers.php/135InlineStatus 1969-12-31 18:00:00.000000000 -0600 +++ mezzanine_patched_smeserver-mimp-1.1/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/mime_drivers.php/135InlineStatus 2008-09-25 22:27:42.000000000 -0500 @@ -0,0 +1,11 @@ +//InlineStatus +/** + * Delivery Status messages settings + */ +$mime_drivers['mimp']['status'] = array( + 'inline' => true, + 'handles' => array( + 'message/delivery-status' + ) +); +