Validate contact emails before adding
Also updates the DB to filter out existing invalid contacts. Closes: bgo #713932
This commit is contained in:
parent
3e34b9980a
commit
0f6e76edb3
4 changed files with 38 additions and 0 deletions
5
sql/version-019.sql
Normal file
5
sql/version-019.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
--
|
||||
-- Dummy database upgrade to validate contact email addresses. See
|
||||
-- src/engine/imap-db/imap-db-database.vala in post_upgrade() for the code
|
||||
-- that runs the upgrade.
|
||||
--
|
||||
Loading…
Add table
Add a link
Reference in a new issue