Rename the generic 'address' to 'email'

This commit is contained in:
Pierre Jaury
2016-05-01 20:04:40 +02:00
parent 5343a397ff
commit 3eca6864c3
19 changed files with 70 additions and 68 deletions

View File

@@ -2,4 +2,4 @@ dbpath = /data/freeposte.db
query =
SELECT destination
FROM alias
WHERE alias.address = '%s'
WHERE alias.email = '%s'