We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
if email not found, but name does it uses name only even if that contact has a different email. This should be a suggestion at best.
Consider the case:
Currently the helper will go like so:
That last bit is flawed; we can't know from just a name match. The UI should present the user with options to select this Allie, or add new.
The text was updated successfully, but these errors were encountered:
Fix issue #15 (assuming a name match is ok)
f136ce4
No branches or pull requests
if email not found, but name does it uses name only even if that contact has a different email. This should be a suggestion at best.
Consider the case:
Currently the helper will go like so:
That last bit is flawed; we can't know from just a name match. The UI should present the user with options to select this Allie, or add new.
The text was updated successfully, but these errors were encountered: