mirror of
https://github.com/optim-enterprises-bv/Mailu-OIDC.git
synced 2025-10-29 17:22:20 +00:00
Fix indentation
This commit is contained in:
@@ -58,7 +58,7 @@ else:
|
||||
|
||||
typ, data = imap_server.search(None, 'ALL')
|
||||
for num in data[0].split():
|
||||
imap_server.store(num, '+FLAGS', '\\Deleted')
|
||||
imap_server.store(num, '+FLAGS', '\\Deleted')
|
||||
imap_server.expunge()
|
||||
|
||||
imap_server.close()
|
||||
|
||||
Reference in New Issue
Block a user