/[smecontribs]/rpms/smeserver-mimp/contribs8/mimp-1.1.1_upgrade.patch
ViewVC logotype

Annotation of /rpms/smeserver-mimp/contribs8/mimp-1.1.1_upgrade.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Thu Jul 8 15:01:10 2010 UTC (13 years, 10 months ago) by slords
Branch: MAIN
CVS Tags: smeserver-mimp-1_1-3_el5_sme, HEAD
Import for sme8

1 slords 1.1 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
2     --- 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
3     +++ 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
4     @@ -1,6 +1,6 @@
5     //00header
6     /**
7     - * $Horde: mimp/config/mime_drivers.php.dist,v 1.5.2.1 2007/12/20 12:09:25 jan Exp $
8     + * $Horde: mimp/config/mime_drivers.php.dist,v 1.5.2.2 2008/07/19 21:11:56 slusarz Exp $
9     *
10     * Decide which output drivers you want to activate for the MIMP application.
11     * Settings in this file override settings in horde/config/mime_drivers.php.
12     @@ -12,5 +12,6 @@
13     * multipart All other multipart/* messages
14     * plain text/plain parts
15     * related multipart/related parts
16     + * status Mail delivery status messages
17     */
18    
19     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
20     --- 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
21     +++ 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
22     @@ -1,5 +1,5 @@
23     //100Registered
24     $mime_drivers_map['mimp']['registered'] = array(
25     - 'alternative', 'html', 'multipart', 'plain', 'related'
26     + 'alternative', 'html', 'multipart', 'plain', 'related', 'status'
27     );
28    
29     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
30     --- 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
31     +++ 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
32     @@ -10,7 +10,7 @@
33     $mime_drivers['mimp']['plain'] = array(
34     'inline' => true,
35     'handles' => array(
36     - 'text/plain', 'message/delivery-status', 'text/rfc822-headers'
37     + 'text/plain', 'text/rfc822-headers'
38     )
39     );
40    
41     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
42     --- 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
43     +++ 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
44     @@ -0,0 +1,11 @@
45     +//InlineStatus
46     +/**
47     + * Delivery Status messages settings
48     + */
49     +$mime_drivers['mimp']['status'] = array(
50     + 'inline' => true,
51     + 'handles' => array(
52     + 'message/delivery-status'
53     + )
54     +);
55     +

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed