1 |
slords |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/prefs.php/00Header mezzanine_patched_smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/prefs.php/00Header |
2 |
|
|
--- smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/prefs.php/00Header 2006-03-07 21:56:20.000000000 -0600 |
3 |
|
|
+++ mezzanine_patched_smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/prefs.php/00Header 2006-05-28 22:26:25.000000000 -0500 |
4 |
|
|
@@ -1,7 +1,7 @@ |
5 |
|
|
|
6 |
|
|
//00Header |
7 |
|
|
/** |
8 |
|
|
- * $Horde: mimp/config/prefs.php.dist,v 1.29 2005/10/01 15:42:34 slusarz Exp $ |
9 |
|
|
+ * $Horde: mimp/config/prefs.php.dist,v 1.30 2006/01/21 19:18:58 slusarz Exp $ |
10 |
|
|
* |
11 |
|
|
* See horde/config/prefs.php for documentation on the structure of this file. |
12 |
|
|
*/ |
13 |
|
|
diff -Nur -x '*.orig' -x '*.rej' smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/prefs.php/160Compose mezzanine_patched_smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/prefs.php/160Compose |
14 |
|
|
--- smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/prefs.php/160Compose 2006-03-18 21:45:23.000000000 -0600 |
15 |
|
|
+++ mezzanine_patched_smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/prefs.php/160Compose 2006-05-28 22:30:28.000000000 -0500 |
16 |
|
|
@@ -3,6 +3,6 @@ |
17 |
|
|
'column' => _("Other Options"), |
18 |
|
|
'label' => _("Message Composition"), |
19 |
|
|
'desc' => _("Customize how you send mail."), |
20 |
|
|
- 'members' => array('wrap_width', 'reply_quote', 'compose_confirm') |
21 |
|
|
+ 'members' => array('compose_confirm') |
22 |
|
|
); |
23 |
|
|
|
24 |
|
|
diff -Nur -x '*.orig' -x '*.rej' smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/prefs.php/340WrapWidth mezzanine_patched_smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/prefs.php/340WrapWidth |
25 |
|
|
--- smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/prefs.php/340WrapWidth 2006-03-07 22:10:55.000000000 -0600 |
26 |
|
|
+++ mezzanine_patched_smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/prefs.php/340WrapWidth 1969-12-31 18:00:00.000000000 -0600 |
27 |
|
|
@@ -1,11 +0,0 @@ |
28 |
|
|
-//340WrapWidth |
29 |
|
|
-// Message Composition preferences |
30 |
|
|
- |
31 |
|
|
-// wrap text at this many characters |
32 |
|
|
-$_prefs['wrap_width'] = array( |
33 |
|
|
- 'value' => 80, |
34 |
|
|
- 'locked' => false, |
35 |
|
|
- 'shared' => false, |
36 |
|
|
- 'type' => 'number', |
37 |
|
|
- 'desc' => _("Wrap text at this many characters.")); |
38 |
|
|
- |
39 |
|
|
diff -Nur -x '*.orig' -x '*.rej' smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/prefs.php/350ReplyQuote mezzanine_patched_smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/prefs.php/350ReplyQuote |
40 |
|
|
--- smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/prefs.php/350ReplyQuote 2006-03-07 22:11:25.000000000 -0600 |
41 |
|
|
+++ mezzanine_patched_smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/prefs.php/350ReplyQuote 1969-12-31 18:00:00.000000000 -0600 |
42 |
|
|
@@ -1,9 +0,0 @@ |
43 |
|
|
-//350ReplyQuote |
44 |
|
|
-// Should the original message be included? |
45 |
|
|
-$_prefs['reply_quote'] = array( |
46 |
|
|
- 'value' => 1, |
47 |
|
|
- 'locked' => false, |
48 |
|
|
- 'shared' => false, |
49 |
|
|
- 'type' => 'checkbox', |
50 |
|
|
- 'desc' => _("Include original message in a reply?")); |
51 |
|
|
- |