Displaying 1 result from an estimated 1 matches for "vhandle".
Did you mean:
handle
2011 Sep 20
2
Sieve: Vacation, handle and variable
...lementation is way more complicated then I figured ^^. Thus I
take the question to the list.
Thanks,
Ren?
----- default.sieve -----
require [..., "include", "variables"];
# set this to the text you want to get included in the vacation-mail
global ["vacation", "vhandle"];
set "vhandle" "";
set "vacation" "";
[...]
include :personal "vacation";
----- vacation.sieve -----
require ["variables", "include", "vacation"];
# this is set in the including script
global ["vacatio...