Hi,
I'm recently upgrade from Roundcube 0.8.6 to Roundcube 0.9.4 on
Fedora 18. Some users complain about problem composing non-HTML messages because "Compose HTML messages" is set to always even after save configuration with a never value for this preference.
I have $rcmail_config['htmleditor'] = 0; in main.inc.php and if the
user haven't got "htmleditor" in his preferences field on table user it's works fine, but the problem comes when the user has any value for this preference.
How to reproduce?
- Check if the user has "htmleditor" in his field "preferences"
on table "users" (s:10:"htmleditor";i:0;) - Change "Compose HTML messages" configuration value (in Preferences --> Composing Messages) to another value and click save button (if you reload your MySQL query to show user preferences, you could see that htmleditor value has been changed with the new value s:10:"htmleditor";i:2;) - Return to mail INBOX and reload your MySQL query, the value has been automatically changed to s:10:"htmleditor";b:1; and "Compose HTML messages" is set to "always" and if you change this value you have the same problem again.
I don'tknow if it's a bug or I have any configuration problem. Can
you help me?
Thank you
T