1 |
slords |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-ingo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/130AppRegistryIngo mezzanine_patched_e-smith-ingo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/130AppRegistryIngo |
2 |
|
|
--- e-smith-ingo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/130AppRegistryIngo 1969-12-31 18:00:00.000000000 -0600 |
3 |
|
|
+++ mezzanine_patched_e-smith-ingo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/130AppRegistryIngo 2006-10-05 21:05:08.000000000 -0500 |
4 |
|
|
@@ -0,0 +1,10 @@ |
5 |
|
|
+// 130AppRegistryIngo |
6 |
|
|
+$this->applications['ingo'] = array( |
7 |
|
|
+ 'fileroot' => dirname(__FILE__) . '/../ingo', |
8 |
|
|
+ 'webroot' => $this->applications['horde']['webroot'] . '/ingo', |
9 |
|
|
+ 'name' => _("Filters"), |
10 |
|
|
+ 'status' => 'active', |
11 |
|
|
+ 'provides' => array('mail/blacklistFrom', 'mail/showBlacklist', 'mail/whitelistFrom', 'mail/showWhitelist', 'mail/applyFilters', 'mail/canApplyFilters', 'mail/showFilters'), |
12 |
|
|
+ 'menu_parent' => 'imp' |
13 |
|
|
+); |
14 |
|
|
+ |