aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msgview/save_test.go
Commit message (Collapse)AuthorAgeFilesLines
* save: fix saving of multiple files with the same nameMoritz Poldrack2023-06-171-0/+24
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>