aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMoritz Poldrack <git@moritz.sh>2023-05-09 17:19:44 +0200
committerRobin Jarry <robin@jarry.cc>2023-05-16 13:56:58 +0200
commitd22f2bf4d0a88b5a0e608e2cb2776e69eb1cd553 (patch)
tree7e5648c9ebb6dd599c7f1ad662058389f6d4fd7b /CHANGELOG.md
parentecfb22ad85bffb76b814b60ed82b48d0a245b32b (diff)
downloadaerc-d22f2bf4d0a88b5a0e608e2cb2776e69eb1cd553.tar.gz
mkdir: add completion
In order to combat potential issues of not knowing ones servers delimiter when creating directories, the delimiter is automatically appended to all suggested matches. 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 a4b73809..435ddd62 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Warn before sending emails with an empty subject with `empty-subject-warning`
in `aerc.conf`.
- IMAP now uses the delimiter advertised by the server
+- Completions for `:mkdir`
### Fixed