From f3d9a499eb08b133e82049187e34e1b3e5fe9fd4 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Tue, 12 Oct 2021 10:28:42 -0700 Subject: [PATCH] email_server: clients: Launch roundcube directly instead of app page - Maintain consistency with rest of the apps and do what the user will mostly expect. Signed-off-by: Sunil Mohan Adapa Reviewed-by: Fioddor Superconcentrado --- plinth/modules/email_server/manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/email_server/manifest.py b/plinth/modules/email_server/manifest.py index 71a456f12..8eb919993 100644 --- a/plinth/modules/email_server/manifest.py +++ b/plinth/modules/email_server/manifest.py @@ -8,7 +8,7 @@ clients = [ 'name': _('Roundcube'), 'platforms': [{ 'type': 'web', - 'url': '/plinth/apps/roundcube' + 'url': '/roundcube/' }] }, {