From ed5e8cce0ebf0289572086ca19c8d51bbea6e8b8 Mon Sep 17 00:00:00 2001 From: Danny Daemonic Date: Mon, 22 Aug 2022 00:30:15 -0700 Subject: [PATCH] Update docs to mention .inc.php for roundcube A recent patch updated the roundcube overrides to use .inc.php vs .inc, as it's done in roundcube (and as suggested by roundcube plugin docs). It corrected the overrides and fixed it's section in the faq, but missed a section in the configuration docs that to the overrides. This fixes that oversight. --- docs/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index bf42ddc1..0f9f792c 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -332,7 +332,7 @@ If ``ROUNDCUBE_PLUGINS`` is not set the following plugins are enabled by default To disable all plugins just set ``ROUNDCUBE_PLUGINS`` to ``mailu``. -To configure a plugin add php files named ``*.inc`` to roundcube's :ref:`override section `. +To configure a plugin add php files named ``*.inc.php`` to roundcube's :ref:`override section `. Mail log settings -----------------