aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorVitaly Ovchinnikov <v@postbox.nz>2023-06-23 12:46:00 +0300
committerRobin Jarry <robin@jarry.cc>2023-06-25 22:33:06 +0200
commitd860e26629fd1d59539201a53f4af3eef9f14ccf (patch)
tree03304538530cdad8122ad6b58070f6c66d9b7eb0 /CHANGELOG.md
parentfb99486ad073bb99ca526add707d774464159e8a (diff)
downloadaerc-d860e26629fd1d59539201a53f4af3eef9f14ccf.tar.gz
aerc-d860e26629fd1d59539201a53f4af3eef9f14ccf.zip
open: use the original attachment extension if possible
When opening an attachment with :open command we make a temporary file and open it then. The file is named randomly, but the extension is derived from the attachment parameters. This patch checks if the attachment has a file name assigned and takes the extension from there. Otherwise it rolls back to the original mime-based extension generation. Signed-off-by: Vitaly Ovchinnikov <v@postbox.nz> 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 479296be..a9db8acd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- `:archive` now works on servers using a different delimiter
- `:save -a` now works with multiple attachments with the same filename
+- `:open` uses the attachment extension for temporary files, if possible
### Changed