Roundcube Community Forum

Third Party Contributions => API Based Plugins => Topic started by: dblazeka on October 22, 2014, 09:28:21 AM

Title: Managesieve question
Post by: dblazeka on October 22, 2014, 09:28:21 AM
Hi,

I am using the managesieve plugin and I am wondering is there a way to force it to write to a certain script name (like managesieve) even if aforementioned script is not the active one.

Tnx,
Title: Re: Managesieve question
Post by: alec on October 22, 2014, 09:51:55 AM
Yes. Scripts are called "filter sets" in managesieve plugin. You should see two lists on the plugin page in settings, the first on the left is a list of filter sets. If you don't you're using some very outdated version.
Title: Re: Managesieve question
Post by: dblazeka on October 22, 2014, 10:02:12 AM
I can see them, but I want filter sets hidden for users since we have a lot of logic implemented in the sieve scripts and I wouldn't like users to change them accidentally. So I want to force them to modify only one script (filterset)
Title: Re: Managesieve question
Post by: dblazeka on October 28, 2014, 11:05:44 AM
Also, how can I force Vacation part of managesieve plugin to update certain script which is not active. Thank you.