[Kolab-devel] [PATCH] Fix for kolab webclient metoo function on forwarding
Dan Ohnesorg
Dan at ohnesorg.cz
Sat Nov 29 12:57:23 CET 2003
Kolab webclient has error in forwadring driver, it doesn't set me too, even
if user requests it, apply this patch to solve it:
cd {kolab}/var/kolab/www/horde/forwards/lib/Driver
*** kolab.php.orig Thu Oct 2 11:22:27 2003
--- kolab.php Sat Nov 29 12:43:22 2003
***************
*** 27,32 ****
--- 27,37 ----
}
$script = 'redirect "' . $message . '";';
+
+ if ($keeplocal == on)
+ {
+ $script = $script . ' keep;';
+ }
if (PEAR::isError($sieve->installScript('kmail-vacation.siv',
$script, true))) {
$this->err_str = 'Unable to install sieve forwarding script.';
Is some where CVS with kolab webclient? I see I will make more patches soon,
there are many thinks broken.
cheers
dan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.kolab.org/pipermail/devel/attachments/20031129/d54384c0/attachment.sig>
More information about the devel
mailing list