* Alexander Leschinsky writes:
> Hello MAU,

>> This is why I would say that *only_one_move_action* should be allowed in
>> a filter. I don't see any need for allowing more, the copy action is
>> there

Agreed.

> Well, I can see... Let's explain in pseudo-code (and let's don't speak,
> that some checks of conditions still impossible now - they can appear in
> some future, as result of extended API.. for example - call script as
> filter condition and evaluate return data)

> if (message_in_category()) {
>    move2folder("CatHot");
>    if (!parentfound())
>       move2folder("CatOlder");
>    }

if (message_in_category()) {
   if (!parentfound())
      copy2folder("CatOlder");
   move2folder("CatHot");    
}

Carsten
-- 

________________________________________________________
 Current beta is 3.00.06 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/

Reply via email to