sieve folder separator
Hi,
I'm moving from one email provider (me) to another (mailbox.org) and observed that the new provider uses "/" instead of "." as a folder separator. Now I need to adapt my sieve script.
It's not too much work and I can even just define a variable at the beginning of my script:
set "SEP" "/"
But it would be great, if SIEVE would come with a predefined constant for the folder separator. Or does this already exists and I didn't find it?
Thank you,
Thomas Koch
On 9/25/2014 8:37 AM, Thomas Koch wrote:
Hi,
I'm moving from one email provider (me) to another (mailbox.org) and observed that the new provider uses "/" instead of "." as a folder separator. Now I need to adapt my sieve script.
It's not too much work and I can even just define a variable at the beginning of my script:
set "SEP" "/"
But it would be great, if SIEVE would come with a predefined constant for the folder separator. Or does this already exists and I didn't find it?
Currently, there is none. :/
Regards,
Stephan.
participants (2)
-
Stephan Bosch
-
Thomas Koch