Improve Inbox Scanning (#407)

closes #386: delete emails after import + closes #405: auto tag documents imported by email
This commit is contained in:
cadast
2020-05-14 13:59:11 +02:00
committed by GitHub
parent 0d058b9c9c
commit 95c37a03f8
11 changed files with 100 additions and 17 deletions
@@ -1 +1 @@
db.version=24
db.version=25
@@ -0,0 +1,3 @@
insert into T_CONFIG(CFG_ID_C, CFG_VALUE_C) values('INBOX_AUTOMATIC_TAGS', 'false');
insert into T_CONFIG(CFG_ID_C, CFG_VALUE_C) values('INBOX_DELETE_IMPORTED', 'false');
update T_CONFIG set CFG_VALUE_C = '25' where CFG_ID_C = 'DB_VERSION';