[pmg-devel] [PATCH pmg-gui] remove outlook report style

Dominik Csapak d.csapak at proxmox.com
Thu Feb 1 11:00:11 CET 2018


this does not exist anymore

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 js/SpamQuarantineOptions.js | 2 --
 1 file changed, 2 deletions(-)

diff --git a/js/SpamQuarantineOptions.js b/js/SpamQuarantineOptions.js
index 43e45cb..e3f6789 100644
--- a/js/SpamQuarantineOptions.js
+++ b/js/SpamQuarantineOptions.js
@@ -15,7 +15,6 @@ Ext.define('PMG.SpamQuarantineOptions', {
 	none: gettext('No Reports'),
 	'short': gettext('Short'),
 	verbose: gettext('Verbose'),
-	outlook: gettext('Verbose') + ' (Outlook 2007)',
 	custom: gettext('Custom')
     },
     
@@ -52,7 +51,6 @@ Ext.define('PMG.SpamQuarantineOptions', {
 		['none', render_reportstyle('none') ],
 		['short', render_reportstyle('short') ],
 		['verbose', render_reportstyle('verbose') ],
-		['outlook', render_reportstyle('outlook') ],
 		['custom', render_reportstyle('custom') ]]
 	});
 	/*jslint confusion: false*/
-- 
2.11.0




More information about the pmg-devel mailing list