On Wed, Jun 28, 2006, Alexander Benaguev <[EMAIL PROTECTED]> said:
> if user have sieve script like:
> --------------------------------------------------------------------------
> if header :contains "X-Spam-Status" "Yes" {
> fileinto "Spam";
> stop;
> }
> ---------------------------------------------------------------------------
> then first match create "Spam", so why not subscribe user to created
> folder at the same time?
Doesn't this work already? It should... I'll test this again and see.
What doesn't work yet is creating (and subscribing) to the intermediary
folders in a hierarchy, such as Foo/Bar/Spam. I'm working on this and will
try to get my code checked in the first week of July.
Aaron