We use the sqlite databases in ~/Library/Application Support/AddressBook to try and guess names of message senders.
Right now, we only use the first database we find in Sources/ but we should expand the search to include all available databases including the local database (~/Library/Application Support/AddressBook/AddressBook-v22.abcddb).
We use the sqlite databases in
~/Library/Application Support/AddressBook
to try and guess names of message senders.Right now, we only use the first database we find in
Sources/
but we should expand the search to include all available databases including the local database (~/Library/Application Support/AddressBook/AddressBook-v22.abcddb
).