mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Resolve #1499
This commit is contained in:
parent
ce63c36fb0
commit
0fd0d18154
4 changed files with 72 additions and 61 deletions
|
|
@ -146,7 +146,7 @@ export class MailMessageView extends AbstractViewRight {
|
|||
|
||||
downloadAsZipAllowed: () => this.attachmentsActions.includes('zip')
|
||||
&& (currentMessage()?.attachments || [])
|
||||
.filter(item => item?.download /*&& !item?.isLinked()*/ && item?.checked())
|
||||
.filter(item => item?.checked() && item?.download /*&& !item?.isLinked()*/)
|
||||
.length,
|
||||
|
||||
tagsAllowed: () => FolderUserStore.currentFolder()?.tagsAllowed(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue