engine: Remove in-tree unicodesn stemmer
Now that search is using libstemmer, the in-tree stemmer is no longer needed and can be removed.
This commit is contained in:
parent
968bc1a9e8
commit
4f9df7d74a
100 changed files with 178 additions and 30417 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
/*
|
||||
* Copyright 2018 Michael Gratton <mike@vee.net>
|
||||
*
|
||||
|
|
@ -107,7 +106,7 @@ class Geary.ImapDB.DatabaseTest : TestCase {
|
|||
);
|
||||
db.open.end(async_result());
|
||||
|
||||
assert_equal<int?>(db.get_schema_version(), 28, "Post-upgrade version");
|
||||
assert_equal<int?>(db.get_schema_version(), 29, "Post-upgrade version");
|
||||
|
||||
// Since schema v22 deletes the re-creates all attachments,
|
||||
// attachment 12 should no longer exist on the file system and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue