-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
LibFolks: Handle mutiple email ids for a eds contact #9
Comments
leaf.object['email_addresses'] has all emails but only first is set as leaf.object[EMAIL_KEY]. |
@hugosenari And what about id? How do I acces it from leaf? leaf.object itself should have individual id of the contact. No? |
You can get it from leaf.folk.get_id() |
What if instead of one Leaf per Folk, we yield one Leaf per Information and group them by name/id? Ie Hugo Sena Ribeiro:
|
Yes It can be done, but it has to be grouped by id. But one leaf/information will results into too much leafs and may slow down the launcher |
Workflow
If a contact has more than 1 email-id, "compose email" will populate a third object pane in kupfer listing all the emails belong to that particular contact.
User can then select a particular email to send a mail.
The text was updated successfully, but these errors were encountered: