alecpl
2010-10-08 e0a5ce02641fe67693fb6b71ab881b7ae8f7ed99
- Prevent from inserting empty link when composing HTML message (#1486944)


2 files modified
2 ■■■■■ changed files
CHANGELOG 1 ●●●● patch | view | raw | blame | history
program/js/editor.js 1 ●●●● patch | view | raw | blame | history
CHANGELOG
@@ -24,6 +24,7 @@
- Support SMTP Delivery Status Notifications - RFC3461 (#1486142)
- Use css sprite image for messages list
- Add (different) attachment icon for messages of type multipart/report (#1486165)
- Prevent from inserting empty link when composing HTML message (#1486944)
RELEASE 0.4.2
-------------
program/js/editor.js
@@ -56,6 +56,7 @@
      gecko_spellcheck : true,
      remove_script_host : false,
      relative_urls : false,
      convert_urls: false, // #1486944
      rc_client : rcmail,
      oninit : 'rcmail_editor_callback'
    });