From: Brendan P. <br...@db...> - 2013-06-21 08:23:28
|
On 21/06/13 17:32, Alexandros Vellis wrote: > 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 Hi Alexandros I'm running 3.2.0-4-686-pae #1 SMP Debian 3.2.41-2 i686 GNU/Linux. Avelsieve is 1.9.9-2.4 I change the line to $disable_avelsieve_capabilities = array('imapflags'); but it hasn't helped unfortunately. Thanks Brendan |