From 226daf830d217b87a06d652dd4ad6e775897d966 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Tue, 29 Sep 2015 01:26:02 +0200 Subject: Add jqueryui configuration. --- .../files/etc/roundcube/plugins/jqueryui/config.inc.php | 11 +++++++++++ roles/webmail/tasks/roundcube.yml | 1 + 2 files changed, 12 insertions(+) create mode 100644 roles/webmail/files/etc/roundcube/plugins/jqueryui/config.inc.php diff --git a/roles/webmail/files/etc/roundcube/plugins/jqueryui/config.inc.php b/roles/webmail/files/etc/roundcube/plugins/jqueryui/config.inc.php new file mode 100644 index 0000000..bb9720b --- /dev/null +++ b/roles/webmail/files/etc/roundcube/plugins/jqueryui/config.inc.php @@ -0,0 +1,11 @@ + 'smoothness', +); + +?> diff --git a/roles/webmail/tasks/roundcube.yml b/roles/webmail/tasks/roundcube.yml index 309aba4..c783feb 100644 --- a/roles/webmail/tasks/roundcube.yml +++ b/roles/webmail/tasks/roundcube.yml @@ -78,6 +78,7 @@ mode=0644 with_items: - additional_message_headers + - jqueryui - managesieve - password -- cgit v1.2.3