From 24ed4133280788fd6dd7affd5a20181e0455eef1 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Thu, 15 Jan 2009 13:24:38 -0500 Subject: [PATCH] - Allow absolute URLs to images in HTML messages/sigs (#1485666) - Fix message body which contains both inline attachments and emotions --- program/js/editor.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/program/js/editor.js b/program/js/editor.js index a3f0d34..6245090 100644 --- a/program/js/editor.js +++ b/program/js/editor.js @@ -28,6 +28,8 @@ theme_advanced_buttons1 : 'bold,italic,underline,strikethrough,justifyleft,justifycenter,justifyright,justifyfull,separator,outdent,indent,charmap,hr,link,unlink,code,forecolor', theme_advanced_buttons2 : ',fontselect,fontsizeselect', theme_advanced_buttons3 : '', + relative_urls : false, + remove_script_host : false, gecko_spellcheck : true }); else // mail compose @@ -49,6 +51,8 @@ external_image_list_url : 'program/js/editor_images.js', spellchecker_languages : (rcmail.env.spellcheck_langs ? rcmail.env.spellcheck_langs : 'Dansk=da,Deutsch=de,+English=en,Espanol=es,Francais=fr,Italiano=it,Nederlands=nl,Polski=pl,Portugues=pt,Suomi=fi,Svenska=sv'), gecko_spellcheck : true, + relative_urls : false, + remove_script_host : false , rc_client: rcube_webmail_client, oninit : 'rcmail_editor_callback' }); -- Gitblit v1.9.1