mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
Updates the folder input text and adds docs note for how to figure out the folder separator value
This commit is contained in:
parent
d4153607c9
commit
035130ecdc
2 changed files with 12 additions and 1 deletions
|
|
@ -119,7 +119,10 @@ class MailRule(models.Model):
|
|||
_("folder"),
|
||||
default="INBOX",
|
||||
max_length=256,
|
||||
help_text=_("Subfolders must be separated by dots."),
|
||||
help_text=_(
|
||||
"Subfolders must be separated by a delimiter, often a dot ('.') or "
|
||||
" slash ('/'), but it varies by mail server.",
|
||||
),
|
||||
)
|
||||
|
||||
filter_from = models.CharField(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue