From b784f6227b47914ae7542942acf2a025236ce1a3 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Fri, 28 Feb 2025 17:31:58 +0100 Subject: [PATCH] fix: better help text when sieve is not enabled Signed-off-by: Daniel Kesselberg --- src/components/AccountSettings.vue | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/components/AccountSettings.vue b/src/components/AccountSettings.vue index 3a0e3b56c4..0e6c8fdb6a 100644 --- a/src/components/AccountSettings.vue +++ b/src/components/AccountSettings.vue @@ -51,9 +51,12 @@ {{ t('mail', 'Automated reply to incoming messages. If someone sends you several messages, this automated reply will be sent at most once every 4 days.') }}

-

- {{ t('mail', 'Please connect to a sieve server first.') }} -

+
+

{{ t('mail', 'The autoresponder uses Sieve, a scripting language supported by many email providers. If you\'re unsure whether yours does, check with your provider. If Sieve is available, click the button to go to the settings and enable it.') }}

+ + {{ t('mail', 'Go to Sieve settings') }} + +