[pmg-devel] [PATCH pmg-gui v3 1/3] Action remove: add quarantine checkbox

Dominik Csapak d.csapak at proxmox.com
Thu Oct 10 11:22:02 CEST 2019


Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
changes from v2:
* use 'quarantine' instead of 'quar'
 js/Utils.js | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/js/Utils.js b/js/Utils.js
index 9709996..2d8a1d0 100644
--- a/js/Utils.js
+++ b/js/Utils.js
@@ -620,6 +620,12 @@ Ext.define('PMG.Utils', {
 		    checked: true,
 		    name: 'all',
 		    fieldLabel: gettext("Remove all attachments")
+		},
+		{
+		    xtype: 'proxmoxcheckbox',
+		    checked: false,
+		    name: 'quarantine',
+		    fieldLabel: gettext("Copy orignal mail to Attachment Quarantine")
 		}
 	    ]
 	},
-- 
2.20.1




More information about the pmg-devel mailing list