I only see this in large imap folders (i.e. the linux kernel ML).
I open the folder and everything seems fine. I browse some more, mark a message as spam and somehow the "Loading" message appears and never dissapears.
It didn't happen previously with the same actions.
Thanks!
On Sat, 16 Oct 2010 20:41:05 +0300, Arthur Titeica wrote:
I only see this in large imap folders (i.e. the linux kernel ML).
I open the folder and everything seems fine. I browse some more, mark a message as spam and somehow the "Loading" message appears and never dissapears.
It didn't happen previously with the same actions.
If you're using some plugins, do test with all plugins disabled. Finally, write precise steps to reproduce. Works for me.
On Sunday 17 October 2010 09:41:16 A.L.E.C wrote:
On Sat, 16 Oct 2010 20:41:05 +0300, Arthur Titeica wrote:
I only see this in large imap folders (i.e. the linux kernel ML).
I open the folder and everything seems fine. I browse some more, mark a message as spam and somehow the "Loading" message appears and never dissapears.
It didn't happen previously with the same actions.
If you're using some plugins, do test with all plugins disabled. Finally, write precise steps to reproduce. Works for me.
It looks as markasjunk2 plugin is faulty. With it disabled it doesn't happen.
But I can't see anything wrong in the rcube or dovecot logs.
On Sun, 17 Oct 2010 10:23:09 +0300, Arthur Titeica wrote:
It looks as markasjunk2 plugin is faulty. With it disabled it doesn't happen.
But I can't see anything wrong in the rcube or dovecot logs.
It's because some changes in the core. Here's a patch for markasjunk plugin, it will be probably usefull for markasjunk2.
http://trac.roundcube.net/changeset/4086/trunk/plugins/markasjunk/markasjunk...
It's because some changes in the core. Here's a patch for markasjunk plugin, it will be probably usefull for markasjunk2.
http://trac.roundcube.net/changeset/4086/trunk/plugins/markasjunk/markasjunk...
Is this change necessary for all plugins using set_busy?
Cor
List info: http://lists.roundcube.net/users/ BT/9b404e9e
On Sunday 17 October 2010 10:43:17 A.L.E.C wrote:
On Sun, 17 Oct 2010 10:23:09 +0300, Arthur Titeica wrote:
It looks as markasjunk2 plugin is faulty. With it disabled it doesn't happen.
But I can't see anything wrong in the rcube or dovecot logs.
It's because some changes in the core. Here's a patch for markasjunk plugin, it will be probably usefull for markasjunk2.
http://trac.roundcube.net/changeset/4086/trunk/plugins/markasjunk/markasju nk.js
Unfortunately it doesn't help for markasjunk2.
On Sun, 17 Oct 2010 09:48:12 +0200, Cor Bosman wrote:
Is this change necessary for all plugins using set_busy?
Yes, it is (when second argument is 'loading').
On Sunday 17 October 2010 10:56:32 Arthur Titeica wrote:
On Sunday 17 October 2010 10:43:17 A.L.E.C wrote:
On Sun, 17 Oct 2010 10:23:09 +0300, Arthur Titeica wrote:
It looks as markasjunk2 plugin is faulty. With it disabled it doesn't happen.
But I can't see anything wrong in the rcube or dovecot logs.
It's because some changes in the core. Here's a patch for markasjunk plugin, it will be probably usefull for markasjunk2.
http://trac.roundcube.net/changeset/4086/trunk/plugins/markasjunk/markas ju
nk.js
Unfortunately it doesn't help for markasjunk2.
Uhhh, nevermind - it works just fine. I applied the patch wrong. Sorry.