From 4724e691bc503f72024dde1a640f4887bf5069ee Mon Sep 17 00:00:00 2001 From: Eike Kettner Date: Thu, 21 May 2020 00:09:47 +0200 Subject: [PATCH] Update user info in scan-mailbox form --- modules/webapp/src/main/elm/Comp/ScanMailboxForm.elm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/webapp/src/main/elm/Comp/ScanMailboxForm.elm b/modules/webapp/src/main/elm/Comp/ScanMailboxForm.elm index e44d9845..afca969f 100644 --- a/modules/webapp/src/main/elm/Comp/ScanMailboxForm.elm +++ b/modules/webapp/src/main/elm/Comp/ScanMailboxForm.elm @@ -464,7 +464,9 @@ view extraClasses model = , label [] [ text "Delete imported mails" ] ] , span [ class "small-info" ] - [ text "Whether to delete all mails successfully imported into docspell." + [ text "Whether to delete all mails successfully imported into docspell. This only applies if " + , em [] [ text "target folder" ] + , text " is not set." ] ] , div [ class "required field" ]