]> granicus.if.org Git - neomutt/commit
fix re-opening attachments
authorRichard Russon <rich@flatcap.org>
Sun, 23 Jun 2019 12:24:40 +0000 (13:24 +0100)
committerRichard Russon <rich@flatcap.org>
Mon, 15 Jul 2019 10:19:52 +0000 (11:19 +0100)
commitbbd5805d7a8a940eee5c239de3e127ade95312fd
treeea2d84c8805a67b883828d9f13eb250727ac8acf
parent8df8f8ccceb1e293f60e5e54a8e886568b326d64
fix re-opening attachments

When opening an attachment with a two part suffix, e.g. `.tar.gz`
NeoMutt created a temporary file with just `.gz`.

Hack the splitting logic to give a useful suffix

Fixes: #1699
muttlib.c