aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend/ebook/e-card-compare.c
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/backend/ebook/e-card-compare.c')
-rw-r--r--addressbook/backend/ebook/e-card-compare.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/addressbook/backend/ebook/e-card-compare.c b/addressbook/backend/ebook/e-card-compare.c
index 4723f95b41..28e2b1e0c6 100644
--- a/addressbook/backend/ebook/e-card-compare.c
+++ b/addressbook/backend/ebook/e-card-compare.c
@@ -57,6 +57,7 @@ static gchar *name_synonyms[][2] = {
{ "ian", "iain" },
{ "richard", "dick" },
{ "william", "bill" },
+ { "william", "will" },
{ "anthony", "tony" },
{ "michael", "mike" },
{ "eric", "erik" },
@@ -70,11 +71,13 @@ static gchar *name_synonyms[][2] = {
{ "amanda", "amy" },
{ "amanda", "manda" },
{ "jennifer", "jenny" },
+ { "christopher", "chris" },
{ "rebecca", "becca" },
{ "rebecca", "becky" },
{ "anderson", "andersen" },
{ "johnson", "johnsen" },
/* We could go on and on... */
+ /* We should add soundex here. */
{ NULL, NULL }
};