Adium

Ticket #1118 (closed enhancement: fixed)

Opened 7 years ago

Last modified 21 months ago

Adium does not import the Middle name from Address Book entries.

Reported by: danny506@not_for_spam_gmail.com Owned by: byped
Milestone: Adium X 1.0 Component: Adium Core
Version: 0.83b Severity: minor
Keywords: Address Book, Middle Cc:
Patch Status: Accepted

Description

In Preferences / Advanced / Address Book, there are only options to import First and Last name from the Address Book. As I have filled in a middle name (like 'van') for several of my Address Book contacts, so they are correctly sorted in by their Last name, I have noticed that Adium does not support this.

It would be nice if Adium has the possibility to have the Middle name imported from the Address Book entries. This would also mean Preferences / Advanced / Address Book would have to provide options like 'First Middle Last', 'Last, First Middle' to be imported from the Address Book.

Attachments

middleNames.diff Download (11.9 KB) - added by byped 7 years ago.
Patch to add middle names from the address book
middleNames2.diff Download (11.4 KB) - added by anonymous 7 years ago.
the previous patch would put (null) in for the middle name if it didn't exist, this fixes that

Change History

comment:1 Changed 7 years ago by evands

  • Milestone set to Adium X 0.90

I don't think this would be difficult or problematic; milestoning to review for possible implementation.

comment:2 Changed 7 years ago by cbarrett

  • Owner changed from nobody to cbarrett
  • Status changed from new to assigned

*snatch* :)

comment:3 Changed 7 years ago by cbarrett

  • Owner changed from cbarrett to byped
  • Status changed from assigned to new

byped is going to work on this, I'll review his patch.

Changed 7 years ago by byped

Patch to add middle names from the address book

comment:4 Changed 7 years ago by byped

This should do it, let me know if there's anything I overlooked.

Changed 7 years ago by anonymous

the previous patch would put (null) in for the middle name if it didn't exist, this fixes that

comment:5 Changed 7 years ago by cbarrett

  • Status changed from new to closed
  • Resolution set to fixed

(In [13727]) Applying bypeds patch, with minor changes (evan's middle name is not M, it's Dreskin). Fixes #1118

comment:6 Changed 7 years ago by cbarrett

(In [13728]) Merging [13727]: Applying bypeds patch, with minor changes (evan's middle name is not M, it's Dreskin). Fixes #1118

comment:7 Changed 7 years ago by evands

(In [13777]) Let's not randomly change people's preferences. Reordering an enum which is being stored as a preference makes preferences randomly change. Furthermore, reordering an enum such that the default changes when the default was better before (making the '0' value be First rather than FirstLast, in this case), is also problematic. Refs #1118.

comment:8 Changed 7 years ago by evands

(In [13778]) Let's not randomly change people's preferences. Reordering an enum which is being stored as a preference makes preferences randomly change. Furthermore, reordering an enum such that the default changes when the default was better before (making the '0' value be First rather than FirstLast, in this case), is also problematic. Refs #1118. Merged [13777]

comment:9 Changed 21 months ago by Robby

  • Patch Status set to Accepted
Note: See TracTickets for help on using tickets.