1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-03-03 14:52:36 +02:00

as per review

This commit is contained in:
Florent Daigniere 2023-08-30 15:11:58 +02:00
parent 5402d00be0
commit 008ff03882

View File

@ -64,7 +64,7 @@ def run(debug):
username=escape_rc_string(fetch["username"]),
password=escape_rc_string(fetch["password"]),
options=options,
folders='' if fetch['protocol'].lower().startswith('pop') else folders,
folders='' if fetch['protocol'] == 'pop3' else folders,
lmtp='' if fetch['scan'] else 'lmtp',
)
if debug: