aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMoritz Poldrack <git@moritz.sh>2023-06-17 16:46:31 +0200
committerRobin Jarry <robin@jarry.cc>2023-06-17 23:19:24 +0200
commit8ec2f0c1e59286f05de63b683f7316a7a40e7b46 (patch)
treea1a2157e15c1623e4b03363ed9496c741f9e8abf /CHANGELOG.md
parentb13c45797a1ea2d27f162c0fde0b640d7b24471e (diff)
downloadaerc-8ec2f0c1e59286f05de63b683f7316a7a40e7b46.tar.gz
save: fix saving of multiple files with the same name
When an email has multiple attachments with the same name, aerc currently only saves one of them. This patch adds a counter to them. the file has an extension, the counter is added before the extension. Signed-off-by: Moritz Poldrack <git@moritz.sh> Acked-by: Koni Marti <koni.marti@gmail.com>
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 6291761d..0aecd62d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
- `:archive` now works on servers using a different delimiter
+- `:save -a` now works with multiple attachments with the same filename
### Changed