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

Thomas Lamprecht t.lamprecht at proxmox.com
Thu Oct 17 16:11:37 CEST 2019


On 10/10/19 11:22 AM, Dominik Csapak wrote:
> 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")
>  		}
>  	    ]
>  	},
> 

applied, thanks!



More information about the pmg-devel mailing list