1 |
slords |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/120AppRegistryImp mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/120AppRegistryImp |
2 |
|
|
--- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/120AppRegistryImp 1969-12-31 18:00:00.000000000 -0600 |
3 |
|
|
+++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/120AppRegistryImp 2006-10-05 21:06:11.000000000 -0500 |
4 |
|
|
@@ -0,0 +1,9 @@ |
5 |
|
|
+// 120AppRegistryImp |
6 |
|
|
+$this->applications['imp'] = array( |
7 |
|
|
+ 'fileroot' => dirname(__FILE__) . '/../imp', |
8 |
|
|
+ 'webroot' => $this->applications['horde']['webroot'] . '/imp', |
9 |
|
|
+ 'name' => _("Mail"), |
10 |
|
|
+ 'status' => 'active', |
11 |
|
|
+ 'provides' => 'mail', |
12 |
|
|
+); |
13 |
|
|
+ |
14 |
|
|
diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/170AppRegistryImpFolders mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/170AppRegistryImpFolders |
15 |
|
|
--- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/170AppRegistryImpFolders 1969-12-31 18:00:00.000000000 -0600 |
16 |
|
|
+++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/170AppRegistryImpFolders 2006-10-05 21:06:54.000000000 -0500 |
17 |
|
|
@@ -0,0 +1,8 @@ |
18 |
|
|
+// 170AppRegistryImp |
19 |
|
|
+$this->applications['imp-folders'] = array( |
20 |
|
|
+ 'status' => 'block', |
21 |
|
|
+ 'app' => 'imp', |
22 |
|
|
+ 'blockname' => 'tree_folders', |
23 |
|
|
+ 'menu_parent' => 'imp', |
24 |
|
|
+); |
25 |
|
|
+ |