From 522850da62c912714ecd330d736ac9d9e52b6edf Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 17 May 2020 06:28:59 +0200 Subject: Roundcube: skip 'keyboard_shortcuts' plugin. It doesn't integrate too well with the new elastic theme at the moment. https://github.com/corbosman/keyboard_shortcuts --- roles/webmail/tasks/roundcube.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/webmail/tasks/roundcube.yml b/roles/webmail/tasks/roundcube.yml index c4cbf89..8404b6d 100644 --- a/roles/webmail/tasks/roundcube.yml +++ b/roles/webmail/tasks/roundcube.yml @@ -131,7 +131,7 @@ - { var: password_charset, value: "'UTF-8'" } - { var: skin_logo, value: 'array("classic:*" => "program/resources/fripost_logo_black.png", "larry:*" => "program/resources/fripost_logo_white.png", "elastic:login[favicon]" => "", "elastic:login" => "program/resources/fripost_logo_black.png")' } # Plugins - - { var: plugins, value: "array('archive','additional_message_headers','attachment_reminder','authres_status','emoticons','hide_blockquote','keyboard_shortcuts','html5_notifier','managesieve','password','thunderbird_labels','vcard_attachments')" } + - { var: plugins, value: "array('archive','additional_message_headers','attachment_reminder','authres_status','emoticons','hide_blockquote','html5_notifier','managesieve','password','thunderbird_labels','vcard_attachments')" } # Spell Checking - { var: enable_spellcheck, value: "'true'" } - { var: spellcheck_engine, value: "'enchant'" } -- cgit v1.2.3