Skip to content

Commit c7b3f8b

Browse files
committed
Initialize IMAP_ENABLED with false
This matches the behavior described in the README.
1 parent fa43609 commit c7b3f8b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

assets/runtime/env-defaults

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,6 @@ IMAP_USER=${IMAP_USER:-${SMTP_USER}}
9999
IMAP_PASS=${IMAP_PASS:-${SMTP_PASS}}
100100
IMAP_SSL=${IMAP_SSL:-true}
101101
IMAP_INTERVAL=${IMAP_INTERVAL:-30}
102-
if [[ -n ${IMAP_USER} ]]; then
103-
IMAP_ENABLED=${IMAP_ENABLED:-true}
104-
fi
105102
IMAP_ENABLED=${IMAP_ENABLED:-false}
106103

107104
## INCOMING MAIL (ADVANCED CONFIGURATION)

0 commit comments

Comments
 (0)