From 8899bdef7b5e371710756d4c969cc5f31d82b813 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Tue, 12 Oct 2021 10:30:20 -0700 Subject: [PATCH] email_server: Move roundcube link from My Mail to description Signed-off-by: Sunil Mohan Adapa [fioddor: squash create and remove commits as parts of the same move] Reviewed-by: Fioddor Superconcentrado --- plinth/modules/email_server/__init__.py | 2 ++ plinth/modules/email_server/templates/my_mail.html | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/plinth/modules/email_server/__init__.py b/plinth/modules/email_server/__init__.py index 9f69cea9b..c2adc5efe 100644 --- a/plinth/modules/email_server/__init__.py +++ b/plinth/modules/email_server/__init__.py @@ -52,6 +52,8 @@ managed_services = ['postfix', 'dovecot', 'rspamd'] managed_packages = packages + packages_bloat _description = [ + _('Roundcube app provides web ' + 'interface for users to access email.'), _('During installation, any other email servers in the system will be ' 'uninstalled.') ] diff --git a/plinth/modules/email_server/templates/my_mail.html b/plinth/modules/email_server/templates/my_mail.html index 3db9feb42..aab62ad3a 100644 --- a/plinth/modules/email_server/templates/my_mail.html +++ b/plinth/modules/email_server/templates/my_mail.html @@ -27,8 +27,4 @@

{% trans "Your home directory is ready to receive emails." %}

{% endif %} -

- Roundcube login -

- {% endblock %}