mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 19:49:20 +03:00
Message whitelist #201:
* sort options based on domain count (highest top) * hide when whitelist not active
This commit is contained in:
parent
e12eeeafc6
commit
85d3a95dec
3 changed files with 20 additions and 6 deletions
|
|
@ -193,6 +193,8 @@ export class MailMessageView extends AbstractViewRight {
|
|||
return '';
|
||||
},
|
||||
|
||||
showWhitelistOptions: () => 'match' === SettingsUserStore.viewImages(),
|
||||
|
||||
firstUnsubsribeLink: () => currentMessage()?.unsubsribeLinks()[0] || '',
|
||||
|
||||
pgpSupported: () => currentMessage() && PgpUserStore.isSupported(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue