We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
using the roundcube that comes with Kolab 3.1 Alpha (roundcubemail-1.0-0.7.dev20130809.git328876.el6.kolab_3.1.noarch)
I can set the label, but it does not appear in the messages list. Therefore it is not possible to remove the label by clicking on it.
The only way of fixing it was to add a line in method fetch_headers($folder, $msgs, $sort = true, $force = false) near https://github.com/roundcube/roundcubemail/blob/master/program/lib/Roundcube/rcube_imap.php#L1074 and setting $force = true;
There should be a better way though, but I am still learning about Roundcube plugins...
The text was updated successfully, but these errors were encountered:
the lines in this method have only two parameters, i not revised the rc framework but , this method can receibe more parameters?
Sorry, something went wrong.
this post was more than a year ago, the code has changed: the method is now in line 1178: https://github.com/roundcube/roundcubemail/blob/master/program/lib/Roundcube/rcube_imap.php#L1178
No branches or pull requests
using the roundcube that comes with Kolab 3.1 Alpha (roundcubemail-1.0-0.7.dev20130809.git328876.el6.kolab_3.1.noarch)
I can set the label, but it does not appear in the messages list. Therefore it is not possible to remove the label by clicking on it.
The only way of fixing it was to add a line in method fetch_headers($folder, $msgs, $sort = true, $force = false) near https://github.com/roundcube/roundcubemail/blob/master/program/lib/Roundcube/rcube_imap.php#L1074
and setting $force = true;
There should be a better way though, but I am still learning about Roundcube plugins...
The text was updated successfully, but these errors were encountered: