From 1fbfe7b72cd2d1ed1daa1d63c9bc1017418f3d3d Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 6 Mar 2018 14:20:27 +0100 Subject: [PATCH] Add an option for mail addons Signed-off-by: Joas Schilling --- apps/workflowengine/js/requestuseragentplugin.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/workflowengine/js/requestuseragentplugin.js b/apps/workflowengine/js/requestuseragentplugin.js index 19450032fc..881ea4b8ac 100644 --- a/apps/workflowengine/js/requestuseragentplugin.js +++ b/apps/workflowengine/js/requestuseragentplugin.js @@ -70,7 +70,8 @@ children: [ {id: 'android', text: t('workflowengine', 'Android client')}, {id: 'ios', text: t('workflowengine', 'iOS client')}, - {id: 'desktop', text: t('workflowengine', 'Desktop client')} + {id: 'desktop', text: t('workflowengine', 'Desktop client')}, + {id: 'mail', text: t('workflowengine', 'Thunderbird & Outlook addons')} ] } ];