From 7ebc1351fe417ff2c6fff4f7f962427632e3335b Mon Sep 17 00:00:00 2001 From: jonaswinkler Date: Sun, 10 Jan 2021 22:40:13 +0100 Subject: [PATCH] updated documentation #316 --- docs/configuration.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/configuration.rst b/docs/configuration.rst index 4828c4fa5..ac2efd390 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -423,6 +423,9 @@ PAPERLESS_CONSUMER_SUBDIRS_AS_TAGS= E.g. /foo/bar/file.pdf will add the tags "foo" and "bar" to the consumed file. Paperless will create any tags that don't exist yet. + This is useful for sorting documents with certain tags such as ``car`` or + ``todo`` prior to consumption. These folders won't be deleted. + PAPERLESS_CONSUMER_RECURSIVE must be enabled for this to work. Defaults to false.