migrations: add missing comma in list
This commit is contained in:
parent
0aeb2849ad
commit
c2df33f76a
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ def check_user(vmail_root: Path):
|
|||
|
||||
def is_maildir_related(path: Path, layout: FolderLayout) -> bool:
|
||||
if path.name in [
|
||||
"subscriptions"
|
||||
"subscriptions",
|
||||
# https://doc.dovecot.org/2.3/admin_manual/mailbox_formats/maildir/#imap-uid-mapping
|
||||
"dovecot-uidlist",
|
||||
# https://doc.dovecot.org/2.3/admin_manual/mailbox_formats/maildir/#imap-keywords
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue