/[smeserver]/rpms/e-smith-ingo/sme8/e-smith-ingo-1.2.4.patch
ViewVC logotype

Contents of /rpms/e-smith-ingo/sme8/e-smith-ingo-1.2.4.patch

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


Revision 1.1 - (show annotations) (download)
Tue May 11 04:12:35 2010 UTC (14 years ago) by mrjhb3
Branch: MAIN
CVS Tags: e-smith-ingo-2_2_0-4_el5_sme, e-smith-ingo-2_2_0-5_el5_sme, HEAD
Please see changelog

1 diff -Nur -x '*.orig' -x '*.rej' e-smith-ingo-2.2.0/root/etc/e-smith/templates/home/httpd/html/horde/ingo/config/backends.php/100header mezzanine_patched_e-smith-ingo-2.2.0/root/etc/e-smith/templates/home/httpd/html/horde/ingo/config/backends.php/100header
2 --- e-smith-ingo-2.2.0/root/etc/e-smith/templates/home/httpd/html/horde/ingo/config/backends.php/100header 2010-04-27 22:26:48.000000000 -0500
3 +++ mezzanine_patched_e-smith-ingo-2.2.0/root/etc/e-smith/templates/home/httpd/html/horde/ingo/config/backends.php/100header 2010-04-27 22:19:50.000000000 -0500
4 @@ -1,6 +1,6 @@
5 //100header
6 /**
7 - * $Horde: ingo/config/backends.php.dist,v 1.20.8.12 2008/12/15 02:33:07 chuck Exp $
8 + * $Horde: ingo/config/backends.php.dist,v 1.20.8.14 2009/12/21 18:29:08 jan Exp $
9 *
10 * Ingo works purely on a preferred mechanism for server selection. There are
11 * a number of properties that you can set for each backend:
12 diff -Nur -x '*.orig' -x '*.rej' e-smith-ingo-2.2.0/root/etc/e-smith/templates/home/httpd/html/horde/ingo/config/backends.php/160sieve mezzanine_patched_e-smith-ingo-2.2.0/root/etc/e-smith/templates/home/httpd/html/horde/ingo/config/backends.php/160sieve
13 --- e-smith-ingo-2.2.0/root/etc/e-smith/templates/home/httpd/html/horde/ingo/config/backends.php/160sieve 2008-04-10 21:43:20.000000000 -0500
14 +++ mezzanine_patched_e-smith-ingo-2.2.0/root/etc/e-smith/templates/home/httpd/html/horde/ingo/config/backends.php/160sieve 2010-04-27 22:25:35.000000000 -0500
15 @@ -20,10 +20,18 @@
16 // // user, you also need to disable 'hordeauth' above. You have to use
17 // // an admin user if you want to use shared rules.
18 // // 'username' => 'cyrus',
19 -// // 'password' => '*****',
20 +// // 'password' => '*****',
21 +// // Enable debugging. With Net_Sieve 1.2.0 or later, the sieve protocol
22 +// // communication is logged with the DEBUG level. Earlier versions
23 +// // print the log to the screen.
24 +// 'debug' => false,
25 // ),
26 // 'script' => 'sieve',
27 -// 'scriptparams' => array(),
28 +// 'scriptparams' => array(
29 +// // If using Dovecot or any other Sieve implementation that requires
30 +// // folder names to be UTF-8 encoded, set this parameter to true.
31 +// 'utf8' => false,
32 +// ),
33 // 'shares' => false
34 //);
35

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