Update changelog

pull/5288/head
Aleksander Machniak 8 years ago
parent db70d3e491
commit 1a8593a315

@ -17,6 +17,7 @@ CHANGELOG Roundcube Webmail
- Fix so subfolders of INBOX can be set as Archive (#5274)
- Fix bug where multi-folder search could choose a wrong folder in "this and subfolders" scope (#5282)
- Fix bug where multi-folder search didn't work for unsubscribed INBOX (#5259)
- Fix bug where "no body" alert could be displayed when sending mailvelope email
RELEASE 1.2.0
-------------

@ -4306,6 +4306,7 @@ function rcube_webmail()
}
// check for empty body (only possible if not mailvelope encrypted)
console.log(this.mailvelope_editor);
if (!this.mailvelope_editor && !this.editor.get_content() && !confirm(this.get_label('nobodywarning'))) {
this.editor.focus();
return false;

Loading…
Cancel
Save