Click name in message to add or edit contact
Bug #685537 reported by
Cris Dywan
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Dexter - Old |
In Progress
|
Low
|
Allen Lowe | ||
Postler |
Fix Committed
|
Wishlist
|
Cris Dywan |
Bug Description
The user sees a name in a message, used as From, To or Copy. Thinking either of
a) There name isn't in the addressbook yet.
b) The name is misspelt, or otherwise wrong.
So the user clicks a small icon next to the name, and Dexter's contact editor shows up, prefilled with either of
a) The email address. And if available, the name - what if the order is Finnish or Asian?
b) The existing contact details. Focus on the first name.
Changed in dexter-rolodex: | |
importance: | Undecided → Low |
Changed in dexter-rolodex: | |
assignee: | nobody → Allen Lowe (lallenlowe) |
status: | Confirmed → Fix Committed |
Changed in postler: | |
importance: | Undecided → Wishlist |
To post a comment you must log in.
Dexter should provide a DBus method "add or edit contact, with email address and name (may be empty)". To make behaviour consistent with any client of Dexter, the method should return immediately while keeping the contact editor open. If invoked a second time, it should focus the existing contact editor. This I think would be most predictable for the user and match behaviour inside Dexter.
In Postler, a small icon is shown next to all names. A click calls the above DBus method. Afterwards, the name is updated if it changed.