Hi all,
I'm posting here to see if others have the same issue before I submit a new bug report for this issue. I have Roundcube 1.0 RC installed with the following plug-ins activated:
$config['plugins'] = array( 'managesieve', 'markasjunk', 'identity_select', 'show_additional_headers', 'userinfo', 'password', 'dkimstatus', 'keyboard_shortcuts', 'html5_notifier', 'contextmenu', 'message_highlight', );
After the Inbox fills with a variety of emails I'll manually sort some of them by selecting them (Ctrl + mouse click) and then dragging/dropping into the appropriate folders. This works well the first few times I do it, but at some point I'm no longer able to move them via drag/drop.
I've been able to reproduce this in recent versions of Mozilla Firefox and Google Chrome. Has anyone else had this problem and if so, what was the fix?
Thank you for your time.
Sounds familiar. Try disabling markasjunk
On Mar 25, 2014, at 5:05 PM, deoren roundcube-users@whyaskwhy.org wrote:
Hi all,
I'm posting here to see if others have the same issue before I submit a new bug report for this issue. I have Roundcube 1.0 RC installed with the following plug-ins activated:
$config['plugins'] = array( 'managesieve', 'markasjunk', 'identity_select', 'show_additional_headers', 'userinfo', 'password', 'dkimstatus', 'keyboard_shortcuts', 'html5_notifier', 'contextmenu', 'message_highlight', );
After the Inbox fills with a variety of emails I'll manually sort some of them by selecting them (Ctrl + mouse click) and then dragging/dropping into the appropriate folders. This works well the first few times I do it, but at some point I'm no longer able to move them via drag/drop.
I've been able to reproduce this in recent versions of Mozilla Firefox and Google Chrome. Has anyone else had this problem and if so, what was the fix?
Thank you for your time. _______________________________________________ Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
On 03/26/2014 01:05 AM, deoren wrote:
After the Inbox fills with a variety of emails I'll manually sort some of them by selecting them (Ctrl + mouse click) and then dragging/dropping into the appropriate folders. This works well the first few times I do it, but at some point I'm no longer able to move them via drag/drop.
This was fixed after 1.0-rc release. Try git version (release-1.0 branch).
On 2014-03-25 20:33, Arne Berglund wrote:
Sounds familiar. Try disabling markasjunk
- Arne
Thanks, I've disabled it based on your advice.
On 2014-03-26 02:03, A.L.E.C wrote:
On 03/26/2014 01:05 AM, deoren wrote:
After the Inbox fills with a variety of emails I'll manually sort some of them by selecting them (Ctrl + mouse click) and then dragging/dropping into the appropriate folders. This works well the first few times I do it, but at some point I'm no longer able to move them via drag/drop.
This was fixed after 1.0-rc release. Try git version (release-1.0 branch).
Will do, thanks for confirming that. Thanks also for your work on Roundcube! :)