aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorVitaly Ovchinnikov <v@postbox.nz>2023-08-04 15:33:34 +0300
committerRobin Jarry <robin@jarry.cc>2023-08-05 00:04:35 +0200
commit4a8ae421690b915db9b2917b9e9df9d66cc910c6 (patch)
tree0214e51b638a2fcd704b7b2fa105a21697b462db /CHANGELOG.md
parent1144611a1626d8f5d7ffe02d76ea58a97a67aff4 (diff)
downloadaerc-4a8ae421690b915db9b2917b9e9df9d66cc910c6.tar.gz
export-mbox: only export marked messages, if any
Change the `:export-mbox` behavior, so if some messages are marked with `:mark` - only those messages are exported. If nothing is marked - the whole folder is exported, as usual. Signed-off-by: Vitaly Ovchinnikov <v@postbox.nz> Acked-by: Robin Jarry <robin@jarry.cc> Tested-by: Koni Marti <koni.marti@gmail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8e84982e..29fba540 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -40,6 +40,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
**prepended** to the default system `PATH` to avoid conflicts with installed
distro binaries which have the same name as aerc builtin filters (e.g.
`/usr/bin/colorize`).
+- `:export-mbox` only exports marked messages, if any. Otherwise it exports
+ everything, as usual.
## [0.15.2](https://git.sr.ht/~rjarry/aerc/refs/0.15.2) - 2023-05-11