Displaying 1 result from an estimated 1 matches for "renamescript".
2012 Jun 01
1
Exposing global (default) sieve script through Managesieve
...t to fall back to the
sieve_global_path script.
- the DELETESCRIPT "default" command should fail. This might confuse
clients and users, since it is listed in LISTSCRIPTS but cannot be
deleted, but I think most users will understand they can't delete the
default script.
- RENAMESCRIPT "default" "some_name" should copy the sieve_global_path
script into the user's sieve_dir. This will effectively copy the
script instead of renaming it (since it will still be magically
listed in LISTSCRIPTS), so that might be confusing.
All other commands work just...