aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMoritz Poldrack <git@moritz.sh>2023-05-09 17:19:42 +0200
committerRobin Jarry <robin@jarry.cc>2023-05-16 13:56:58 +0200
commit2040fc1885ca4b4bea07d91e9fc6a0aaebfe7133 (patch)
tree0df09ba088414a5d74081e6a61c68afc2141c5a8 /CHANGELOG.md
parent0eaf05d3fa6295e7df06793a967d3389d2a0f7d8 (diff)
downloadaerc-2040fc1885ca4b4bea07d91e9fc6a0aaebfe7133.tar.gz
imap: use delimiter from server
To accommodate servers that use a delimiter other than "/" ("." being a common alternative), the delimiter is fetched from the server when connecting. Signed-off-by: Moritz Poldrack <git@moritz.sh> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 53208c19..95043c45 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Colorize can style diff chunk function names with `diff_chunk_func`.
- Warn before sending emails with an empty subject with `empty-subject-warning`
in `aerc.conf`.
+- IMAP now uses the delimiter advertised by the server
## [0.15.2](https://git.sr.ht/~rjarry/aerc/refs/0.15.2) - 2023-05-11