Allow to configure the email inbox via config file.

Same as all the other parameters it makes sense to set it in the config
file as well.
This commit is contained in:
David Martin
2017-05-20 16:48:40 +10:00
parent 731942d855
commit 70dceb3b37
2 changed files with 8 additions and 2 deletions

View File

@@ -37,6 +37,10 @@ PAPERLESS_CONSUME_MAIL_PORT=""
PAPERLESS_CONSUME_MAIL_USER=""
PAPERLESS_CONSUME_MAIL_PASS=""
# Override the default IMAP inbox here. If not set paperless defaults to
# "INBOX".
#PAPERLESS_CONSUME_MAIL_INBOX=""
###############################################################################
#### Security ####