diff --git a/Mailnag/common/accounts.py b/Mailnag/common/accounts.py index 264b6b1..90c1ced 100644 --- a/Mailnag/common/accounts.py +++ b/Mailnag/common/accounts.py @@ -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.")