mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 03:59:21 +03:00
Resolve #992
This commit is contained in:
parent
0144be49bf
commit
d8b05ee361
4 changed files with 15 additions and 5 deletions
|
|
@ -469,7 +469,9 @@ export class MailMessageView extends AbstractViewRight {
|
|||
const hashes = (currentMessage()?.attachments || [])
|
||||
.map(item => item?.checked() /*&& !item?.isLinked()*/ ? item.download : '')
|
||||
.filter(v => v);
|
||||
downloadZip(hashes,
|
||||
downloadZip(
|
||||
currentMessage().subject(),
|
||||
hashes,
|
||||
() => this.downloadAsZipError(true),
|
||||
this.downloadAsZipLoading
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue