Unified PAPERLESS_DIRECTORY_FORMAT and PAPERLESS_FILENAME_FORMAT into

one configuration setting
This commit is contained in:
Wolf-Bastian Poettner
2020-02-01 20:09:36 +00:00
parent 86a51c6fa5
commit 6a671ebd22
4 changed files with 13 additions and 36 deletions

View File

@@ -54,7 +54,7 @@ PAPERLESS_CONSUME_MAIL_PASS=""
# ignored.
PAPERLESS_EMAIL_SECRET=""
# Specify a filename format for an (optional) subdirectory and the document itself
# Specify a filename format for the document (directories are supported)
# Use the following placeholders:
# * {correspondent}
# * {title}
@@ -63,7 +63,6 @@ PAPERLESS_EMAIL_SECRET=""
# * {tags[FILTER]}
# Uniqueness of filenames is ensured, as an incrementing counter is attached
# to each filename.
#PAPERLESS_DIRECTORY_FORMAT=""
#PAPERLESS_FILENAME_FORMAT=""
###############################################################################