mirror of
https://github.com/pulb/mailnag.git
synced 2026-05-07 00:46:14 +02:00
Fix regex folder matching. Fixes #128
This commit is contained in:
@@ -107,7 +107,7 @@ class Account:
|
||||
conn.logout()
|
||||
|
||||
for d in data:
|
||||
match = re.match('.+\s+("."|"?NIL"?)\s+"?([^".]+)"?$', d)
|
||||
match = re.match('.+\s+("."|"?NIL"?)\s+"?([^"]+)"?$', d)
|
||||
|
||||
if match == None:
|
||||
logging.warning("Folder format not supported.")
|
||||
|
||||
Reference in New Issue
Block a user