Adding fetchmail keep option to .env file

This commit is contained in:
Marc Bertens-Nguyen
2016-11-18 14:27:32 +01:00
parent 9a36cb951d
commit b7a620f931
2 changed files with 16 additions and 5 deletions

View File

@@ -65,6 +65,8 @@ RELAYHOST=
# Fetchmail delay
FETCHMAIL_DELAY=600
# Set this to True when you want to keep the mail on remote server as well.
FETCHMAIL_KEEP=False
###################################
# Developers