Mon, 28 Jan 2013 17:37:18 +0100
Correct socket error reporting improvement with IPv6 portable code,
after helpful recommendation by Saúl Ibarra Corretgé on OSips devlist.
michael@728 | 1 | diff -Nau plugins/managesieve/config.inc.php.dist.orig plugins/managesieve/config.inc.php.dist |
michael@728 | 2 | Index: plugins/managesieve/config.inc.php.dist |
michael@728 | 3 | --- plugins/managesieve/config.inc.php.dist.orig 2012-08-17 21:32:11.000000000 +0200 |
michael@728 | 4 | +++ plugins/managesieve/config.inc.php.dist 2012-09-28 22:47:43.934192601 +0200 |
michael@728 | 5 | @@ -1,7 +1,7 @@ |
michael@728 | 6 | <?php |
michael@728 | 7 | |
michael@728 | 8 | // managesieve server port |
michael@728 | 9 | -$rcmail_config['managesieve_port'] = 2000; |
michael@728 | 10 | +$rcmail_config['managesieve_port'] = 4190; |
michael@728 | 11 | |
michael@728 | 12 | // managesieve server address, default is localhost. |
michael@728 | 13 | // Replacement variables supported in host name: |
michael@728 | 14 | @@ -29,7 +29,7 @@ |
michael@728 | 15 | $rcmail_config['managesieve_usetls'] = false; |
michael@728 | 16 | |
michael@728 | 17 | // default contents of filters script (eg. default spam filter) |
michael@728 | 18 | -$rcmail_config['managesieve_default'] = '/etc/dovecot/sieve/global'; |
michael@728 | 19 | +$rcmail_config['managesieve_default'] = '@l_prefix@/var/dovecot/user/default.sieve'; |
michael@728 | 20 | |
michael@728 | 21 | // The name of the script which will be used when there's no user script |
michael@728 | 22 | $rcmail_config['managesieve_script_name'] = 'managesieve'; |
michael@728 | 23 | diff -Nau skins/larry/styles.css.orig skins/larry/styles.css |
michael@728 | 24 | Index: skins/larry/styles.css |
michael@728 | 25 | --- skins/larry/styles.css.orig 2012-08-17 21:32:12.000000000 +0200 |
michael@728 | 26 | +++ skins/larry/styles.css 2012-09-29 00:40:20.367949231 +0200 |
michael@728 | 27 | @@ -535,7 +535,7 @@ |
michael@728 | 28 | } |
michael@728 | 29 | |
michael@728 | 30 | #toplogo { |
michael@728 | 31 | - padding-top: 2px; |
michael@728 | 32 | + margin-top: -2px; |
michael@728 | 33 | } |
michael@728 | 34 | |
michael@728 | 35 | .topleft { |
michael@728 | 36 | @@ -1207,7 +1207,7 @@ |
michael@728 | 37 | |
michael@728 | 38 | #login-form .box-inner { |
michael@728 | 39 | width: 430px; |
michael@728 | 40 | - background: url(images/linen_login.jpg) top left no-repeat #5c5c5c; |
michael@728 | 41 | + background: url(images/linen_login.png) top left repeat-y #5c5c5c; |
michael@728 | 42 | margin: 0 50px; |
michael@728 | 43 | padding: 10px 24px 24px 24px; |
michael@728 | 44 | border: 1px solid #333; |
michael@728 | 45 | @@ -1286,7 +1286,12 @@ |
michael@728 | 46 | text-align: center; |
michael@728 | 47 | } |
michael@728 | 48 | |
michael@728 | 49 | -#login-form #logo { |
michael@728 | 50 | +#logo { |
michael@728 | 51 | + margin-top: 10px; |
michael@728 | 52 | + margin-bottom: 10px; |
michael@728 | 53 | +} |
michael@728 | 54 | + |
michael@728 | 55 | +#login-form { |
michael@728 | 56 | margin-bottom: 20px; |
michael@728 | 57 | } |
michael@728 | 58 | |
michael@728 | 59 | diff -Nau plugins/rcguard/rcguard.js.orig plugins/rcguard/rcguard.js |
michael@728 | 60 | Index: plugins/rcguard/rcguard.js |
michael@728 | 61 | --- plugins/rcguard/rcguard.js.orig 1970-01-01 01:00:00.000000000 +0100 |
michael@728 | 62 | +++ plugins/rcguard/rcguard.js 2012-09-29 00:45:05.476274988 +0200 |
michael@728 | 63 | @@ -1,4 +1,5 @@ |
michael@728 | 64 | var RecaptchaOptions = { |
michael@728 | 65 | - theme : 'white', |
michael@728 | 66 | - lang: 'en' |
michael@728 | 67 | + theme : 'blackglass', |
michael@728 | 68 | + labindex : 2, |
michael@728 | 69 | + lang: 'fr' |
michael@728 | 70 | }; |
michael@728 | 71 | diff -Nau plugins/rcguard/skins/default/rcguard.css.orig plugins/rcguard/skins/default/rcguard.css |
michael@728 | 72 | Index: plugins/rcguard/skins/default/rcguard.css |
michael@728 | 73 | --- plugins/rcguard/skins/default/rcguard.css.orig 1970-01-01 01:00:00.000000000 +0100 |
michael@728 | 74 | +++ plugins/rcguard/skins/default/rcguard.css 2012-09-29 00:48:10.172252103 +0200 |
michael@728 | 75 | @@ -7,4 +7,7 @@ |
michael@728 | 76 | #recaptcha_area { |
michael@728 | 77 | margin: 0 auto; |
michael@728 | 78 | padding-left: 24px; |
michael@728 | 79 | + padding-top: 30px; |
michael@728 | 80 | + padding-bottom: 16px; |
michael@728 | 81 | + padding-left: 16px; |
michael@728 | 82 | } |