Recent posts
#1
General Discussion / Re: Compose ISSUE
Last post by SKaero - Today at 05:23:34 PMyou
Quote from: ElasticUser on Today at 01:35:42 AMI added the below code towards the top of (/program/js/editor.js). Does that look Correct? :--)You wouldn't want to add tinymce.init part you would want to edit the conf object, ideally using the JS plugin.
tinymce.init({
selector: 'textarea',
language_url: 'https://URL.***/mail-directory/program/js/tinymce/langs/custom-english.js', // Where to find it
language: 'custom-english', // What language pack to use
// ... other options
});
#2
General Discussion / Re: Compose ISSUE
Last post by ElasticUser - Today at 01:35:42 AMI added the below code towards the top of (/program/js/editor.js). Does that look Correct? :--)
tinymce.init({
selector: 'textarea',
language_url: 'https://URL.***/mail-directory/program/js/tinymce/langs/custom-english.js', // Where to find it
language: 'custom-english', // What language pack to use
// ... other options
});
tinymce.init({
selector: 'textarea',
language_url: 'https://URL.***/mail-directory/program/js/tinymce/langs/custom-english.js', // Where to find it
language: 'custom-english', // What language pack to use
// ... other options
});
#3
General Discussion / Re: Compose ISSUE
Last post by SKaero - Today at 12:08:34 AMHere is the TinyMCE documentation on the config: https://www.tiny.cloud/docs/tinymce/5/content-localization/#language with more detail here https://www.tiny.cloud/docs/tinymce/latest/ui-localization/
Roundcube does the TinyMCE setup in the <RC root>/program/js/editor.js in the rcube_text_editor function, if you want to change the TinyMCE config you should use the JS "editor-init" plugin hook so your not editing core Roundcube files.
Roundcube does the TinyMCE setup in the <RC root>/program/js/editor.js in the rcube_text_editor function, if you want to change the TinyMCE config you should use the JS "editor-init" plugin hook so your not editing core Roundcube files.
#4
General Discussion / Re: Compose ISSUE
Last post by ElasticUser - September 09, 2026, 11:53:14 PMI'm up for changing the editor config. Where is that done when I'm ready for that? Thanks! :--)
#5
General Discussion / Re: Compose ISSUE
Last post by SKaero - September 09, 2026, 11:24:15 PMQuote from: ElasticUser on September 09, 2026, 04:28:53 PMIn 1.6.18 /program/js/tinymce/langs/, I don't appear to see a en_US. What's the one for editing the TinyMCE English language In 1.6.18? :--)TinyMCE seems to have the english strings embedded in the main code base now so there isn't a separate file for them now. I'm not sure what the best approach would be to change them would be, my guess is create a custom language that has the changes you want but that would still require changing the editor config in order to work properly.
#6
General Discussion / Re: Compose ISSUE
Last post by ElasticUser - September 09, 2026, 04:28:53 PMIn 1.6.18 /program/js/tinymce/langs/, I don't appear to see a en_US. What's the one for editing the TinyMCE English language In 1.6.18? :--)
#7
Theme Releases / Re: Elastic2022
Last post by vladki - September 09, 2026, 10:25:39 AMSorry, I don't get it... If I click "add to home screen" on our webmail (logged in, and with your skin enabled), it says it cannot be installed as app. It just offers to make a shortcut on the home screen, which then just opens the webmail in chrome. Nothing special.
Or am I supposed to create the PWA myself using progressier.com?
Or am I supposed to create the PWA myself using progressier.com?
#8
Roundcube Discussion / Re: Delivery Notifcations
Last post by nabanana - September 08, 2026, 09:02:05 PMfar from an expert here but was just setting up the same kind of notification and this (see screenshot) seems to have worked, if you'd like to give it a go. in Roundcube Webmail 1.6.18
#9
General Discussion / Re: Send notification options ...
Last post by nabanana - September 08, 2026, 07:59:30 PMQuote from: duke_mail on June 18, 2019, 03:45:35 PMIf someone else knows the purpose of that "Notification Options" input box and what kind of parameters can we use there,...
... 7 years later ...
New here and generally to such forum posting, but I'm here searching for an answer/resource on the same as ^^ so figure worth a shot, long as it may be!
Trying (ideally) to set up a filter that, for each NewMessage that comes in to Email_1, sends a notification to Email_2 that includes the From/sender of NewMessage, without including the content of NewMessage.
Should OP or anyone else have info on this, would be very much appreciated! Gratitude either way to anyone reading this.
#10
Theme Releases / Re: Elastic2022
Last post by Seb1k - September 07, 2026, 03:46:08 PMHere's how to use a PWA on Android :

Btw here are the news on my skin since last time :
- plugin support : tasklist, markdown_editor, stalwart_apppasswords
- CSS & JS fix
- New menu for the "Compose" button behavior

Btw here are the news on my skin since last time :
- plugin support : tasklist, markdown_editor, stalwart_apppasswords
- CSS & JS fix
- New menu for the "Compose" button behavior