[cvs] [Wiki] changed: IngoMulti
Wiki Guest
wiki at wiki.horde.org
Fri Jun 17 14:33:01 PDT 2005
guest [62.206.114.179] Fri, 17 Jun 2005 14:33:01 -0700
Modified page: http://wiki.horde.org/IngoMulti
New Revision: 1.2
Change log: added <code>
@@ -1,8 +1,9 @@
To be able to use two or more backends in Ingo.
change to horde base directory
+<code type="bash">
#!/usr/bin/bash
#Script start
cp ingo imgo -R
cd imgo
@@ -35,8 +36,9 @@
cd ..
cp imgo/themes/graphics/ingo.png imgo/themes/graphics/imgo.png
echo "end"
#script end
+</code>
There may be a better way of finding and replacing words in all the subfolders, please feel free to edit this page and put that method here.
edit
@@ -48,8 +50,9 @@
horde/config/registry.php
add the following below ingo
+<code type="php">
$this->applications['imgo'] = array(
'fileroot' => dirname(__FILE__) . '/../imgo',
'webroot' => $this->applications['horde']['webroot'] . '/imgo',
'name' => _("Mail Actions"),
@@ -57,8 +60,9 @@
'provides' => array('mail/blacklistFrom', 'mail/showBlacklist', 'mail/whitelistFrom', 'mail/sh
owWhitelist', 'mail/applyFilters', 'mail/canApplyFilters', 'mail/showFilters'),
'menu_parent' => 'imp'
);
+</code>
Now you would be able to use two filter backends. In case you want more, you can always make one more copy of ingo.
Jigish
More information about the cvs
mailing list