mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-06 00:04:01 +01:00
- Emoticons: All emoticons-related functionality is handled by the plugin now - Emoticons: Added option to switch on/off emoticons in compose editor (#1485732) - Emoticons: Added option to switch on/off emoticons in plain text messages - Plugin API: Added disabled_plugins an disabled_buttons options in html_editor hook - Plugin API: Added html2text hook
8 lines
179 B
Plaintext
8 lines
179 B
Plaintext
<?php
|
|
|
|
// Enable emoticons in plain text messages preview
|
|
$config['emoticons_display'] = false;
|
|
|
|
// Enable emoticons in compose editor (HTML)
|
|
$config['emoticons_compose'] = true;
|