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:
parent
5402d00be0
commit
008ff03882
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user