From 95a795b5535908a2286d33ae95b1628f332394e6 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 2 Nov 2016 12:03:02 -0400 Subject: [PATCH] Support spellcheck_before_send in kolab_config's spellcheck dictionary access --- plugins/kolab_config/kolab_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/kolab_config/kolab_config.php b/plugins/kolab_config/kolab_config.php index ef9d09a4..48949a30 100644 --- a/plugins/kolab_config/kolab_config.php +++ b/plugins/kolab_config/kolab_config.php @@ -28,7 +28,7 @@ class kolab_config extends rcube_plugin { - public $task = 'utils'; + public $task = 'utils|mail'; private $config; private $dicts = array();