From: Alexandros V. <av...@no...> - 2013-06-21 08:36:53
|
On Fri, 21 Jun 2013 16:59:26 +0930 Brendan Pike <br...@db...> wrote: > Has anyone else encountered the following issue with avelsieve when > trying to save and is there a patch or workaround? > > Unable to load script to server. Server responded with: > > phpscript: line 8: error: the (deprecated) imapflags extension > cannot be used together with the imap4flags extension. Hm. Which server vendor & version is that? In any case you should be able to solve this by forcing to disable one of these "duplicate" sieve features, in your avelsieve/config/config.php file, as follows: $disable_avelsieve_capabilities = array('imapflags'); Thus only the newer standard 'imap4flags' will be used. Let me know if that works. Alexandros Vellis |