gunnar: server/kolab-webclient/imp/patches/imp-4.3.6 series, NONE, 1.1 t_imp_HideGroupwareFolders.diff, NONE, 1.1

cvs at kolab.org cvs at kolab.org
Fri Jan 22 08:50:10 CET 2010


Author: gunnar

Update of /kolabrepository/server/kolab-webclient/imp/patches/imp-4.3.6
In directory doto:/tmp/cvs-serv29106/imp/patches/imp-4.3.6

Added Files:
	series t_imp_HideGroupwareFolders.diff 
Log Message:
Extract the part of the patch that has not yet been commited to CVS.

--- NEW FILE: series ---
t_imp_HideGroupwareFolders.diff

--- NEW FILE: t_imp_HideGroupwareFolders.diff ---
From: Gunnar Wrobel <p at rdus.de>
Subject: [PATCH] t/imp/HideGroupwareFolders

Hides special Kolab groupware folders.

Signed-off-by: Gunnar Wrobel <p at rdus.de>

---
 horde-webmail/imp/config/hooks.php.dist |   11 +++++++-
 3 files changed, 50 insertions(+), 5 deletions(-)

diff --git a/horde-webmail/imp/config/hooks.php.dist b/horde-webmail/imp/config/hooks.php.dist
index 98e429e..f690ef5 100644
--- a/config/hooks.php.dist
+++ b/config/hooks.php.dist
@@ -590,7 +590,7 @@
             case 'contact':
                 return $GLOBALS['registry']->get('webroot', 'turba');
 
-            case 'prefs':
+            case 'h-prefs':
                 return $GLOBALS['registry']->get('webroot', 'horde') . '/services/prefs.php?app=horde';
 
             default:
@@ -644,7 +644,7 @@
                     );
                     break;
 
-                case 'prefs':
+                case 'h-prefs':
                     $icons[$name] = array(
                         'icon' => 'prefs.png',
                         'icondir' => $GLOBALS['registry']->getImageDir('horde'),





More information about the commits mailing list