[Kolab-devel] [PATCH] Fix for kolab webclient metoo function on forwarding

Stephan Buys list at codefusion.co.za
Mon Dec 1 09:58:25 CET 2003


Thanks Dan,

Unfortunately there is no CVS for Horde at the moment, as we are trying to integrate
the Kolab work into the Horde project itself.

Stuart is currently porting the existing Kolab work to the most recent version of Horde
CVS, we will assure that all patches are rolled into the new version and then do a
new release. We have submitted all of our driver work for submission into the Horde
project, what the current status of that is I'm not sure of. (It depends on the Horde 
maintainers)

Please keep sending in patches, etc. 

Kind regards,
Stephan Buys

On Saturday 29 November 2003 13:57, Dan Ohnesorg wrote:
> 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




More information about the devel mailing list