diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-11-10 21:08:14 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-11-10 21:08:14 +0100 |
commit | 03149131f754dd122f8707fbfc9e7ff47e9d6524 (patch) | |
tree | 0bd2d3ea9d6582a5b7b460b9c620234e294b52d9 /config | |
parent | 25a86bacf6b5ed30b78d33ad656c48458876e102 (diff) |
New feature: display attached images as thumbnails below message body
Diffstat (limited to 'config')
-rw-r--r-- | config/main.inc.php.dist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 35fe0e8f6..dc76f1887 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -373,6 +373,11 @@ $rcmail_config['im_identify_path'] = null; // path to imagemagick convert binary $rcmail_config['im_convert_path'] = null; +// Size of thumbnails from image attachments displayed below the message content. +// Note: whether images are displayed at all depends on the 'inline_images' option. +// Set to 0 to display images in full size. +$rcmail_config['image_thumbnail_size'] = 240; + // maximum size of uploaded contact photos in pixel $rcmail_config['contact_photo_size'] = 160; |