Add delimiter to account setup. Closes #50

This commit is contained in:
Boris Gulay
2019-11-24 18:48:25 +03:00
parent 7bb10e55d7
commit 148052a6d0
8 changed files with 71 additions and 31 deletions

View File

@@ -0,0 +1,5 @@
ALTER TABLE
ident_switch
ADD COLUMN
imap_delimiter
char(1);