]> git.proxmox.com Git - pmg-gui.git/commit
fix #3287: add recipient filter for virus & attachment quarantines
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 23 Nov 2022 14:52:22 +0000 (15:52 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 25 Nov 2022 12:31:19 +0000 (13:31 +0100)
commitc03e51ed3a5737b4f83a232a21669b1f75018cce
treed51dd2ade7e3bae508b1f68b66a99697df5189d4
parent8aa39b139784fae825cc2d38302b10d31bb81ca1
fix #3287: add recipient filter for virus & attachment quarantines

So that users can filter these quarantine views, e.g. useful if they
have many mails there.

Replaced the emailSelection config with a quarantineType configs
since we want to have different behaviour for different quaratine
types. E.g., we want to show 'all' mails by default for the
virus/attachment quarantine, but not for the spam one.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
js/AttachmentQuarantine.js
js/QuarantineList.js
js/SpamQuarantine.js
js/VirusQuarantine.js