roundcube / roundcubemail

The Roundcube Webmail suite
https://roundcube.net
GNU General Public License v3.0
5.81k stars 1.63k forks source link

_lang=undefined in rcmail::submit_messageform() #6203

Closed johndoh closed 6 years ago

johndoh commented 6 years ago

The JS in rcmail::submit_messageform() (app.js) seems to assume that spell checking is always enabled and if its not it puts _lang=undefined in the URL when saving/sending a message.

This is a trivial issue as it does not seem to cause any errors, I think it just looks a bit untidy.

alecpl commented 6 years ago

Fixed.