ProtonMail / proton-contacts

React web application to manage ProtonMail contacts
54 stars 19 forks source link

Make merge capitalization-insensitive except for mail #352

Closed econdepe closed 4 years ago

econdepe commented 4 years ago

Test server: neutron.protonmail.blue

When merging two contacts, if two string values for a property differ only in capitalization or trailing spaces, assume the properties are the same and merge them.

Closes #323