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
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2019-12-07 11:57:02 +0300
committerAleksander Machniak <alec@alec.pl>2019-12-07 11:57:02 +0300
commita5b15da155d6d48726ec224ba08a922c03eac753 (patch)
tree64bd5b467ddcde4021a4c3643b804cd787a72f99 /CHANGELOG
parent0b45c3c6b0b5c8f791f69c6a42411e433c3e9e8f (diff)
Fix so displayed maximum attachment size depends also on 'max_message_size' (#7105)
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 1b5572a37..58393edb4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -22,6 +22,7 @@ CHANGELOG Roundcube Webmail
- Fix bug where cancelling switching from HTML to plain text didn't set the flag properly (#7077)
- Fix bug where HTML reply could add an empty line with extra indentation above the original message (#7088)
- Fix matching multiple X-Forwarded-For addresses with 'proxy_whitelist' (#7107)
+- Fix so displayed maximum attachment size depends also on 'max_message_size' (#7105)
RELEASE 1.4.1
-------------