mu-contacts: remove newlines from addresses

Seems gmime passes them on; and it causes havoc with our contacts cache.

Bump database schema version to force an rebuild (since that's what's
required.)
This commit is contained in:
Dirk-Jan C. Binnema
2019-07-11 23:22:42 +03:00
parent 0dce3607d4
commit 8ec8ab5380
2 changed files with 22 additions and 4 deletions

View File

@ -182,7 +182,7 @@ AC_SUBST(XAPIAN_LIBS)
# note that MU_STORE_SCHEMA_VERSION does not necessarily follow MU
# versioning, as we hopefully don't have updates for each version;
# also, this has nothing to do with Xapian's software version
AC_DEFINE(MU_STORE_SCHEMA_VERSION,["0.999"], ['Schema' version of the database])
AC_DEFINE(MU_STORE_SCHEMA_VERSION,["1.3"], ['Schema' version of the database])
###############################################################################
###############################################################################