Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2021-09-26 12:28:12 +0300
committerAleksander Machniak <alec@alec.pl>2021-09-26 12:28:12 +0300
commit0249656a9354132540768e481a2e68966d9e9e9b (patch)
treecaa9aa04a1c4032a4467894899c3da0bdfa46276 /config
parent0b0869e6800aa3e551a8e4558eb012adb8e19921 (diff)
Document response_image_size option
Diffstat (limited to 'config')
-rw-r--r--config/defaults.inc.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/config/defaults.inc.php b/config/defaults.inc.php
index 0b039ee77..d651db7e6 100644
--- a/config/defaults.inc.php
+++ b/config/defaults.inc.php
@@ -743,10 +743,14 @@ $config['mdn_use_from'] = false;
// 4 - one identity with possibility to edit only signature
$config['identities_level'] = 0;
-// Maximum size of uploaded image in kilobytes
-// Images (in html signatures) are stored in database as data URIs
+// Maximum size of uploaded image (in kilobytes) for HTML identities.
+// Images (in html signatures) are stored in database as data URIs.
$config['identity_image_size'] = 64;
+// Maximum size of uploaded image (in kilobytes) for HTML responses.
+// Images (in html responses) are stored in database as data URIs.
+$config['response_image_size'] = 64;
+
// Mimetypes supported by the browser.
// Attachments of these types will open in a preview window.
// Either a comma-separated list or an array. Default list includes: