summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2009-04-25 18:38:59 +0000
committeralecpl <alec@alec.pl>2009-04-25 18:38:59 +0000
commitd4d1a2505dfa40c21b6268c352d790e3a4d8ee83 (patch)
treed8f8a340a2a6fa1bdd7256aac022aab066d7bf12 /CHANGELOG
parent79eb4e79ed15d460ecef6baa5ca115b190b83a11 (diff)
- Fix attachment names encoding when charset isn't specified in attachment part (#1484969):
assume that the message charset or charset of the first part is better for attachment names than detected by roundcube
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6f1bf3072..e77f152fe 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG RoundCube Webmail
===========================
+- Fix attachment names encoding when charset isn't specified in attachment part (#1484969)
- Fix message normal priority problem (#1485820)
- Fix autocomplete spinning wheel does not disappear (#1485804)
- Added log_date_format option (#1485709)