Skip to content
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

importing a vcf record from two files is weird #74

Open
fisx opened this issue Nov 7, 2021 · 2 comments
Open

importing a vcf record from two files is weird #74

fisx opened this issue Nov 7, 2021 · 2 comments

Comments

@fisx
Copy link

fisx commented Nov 7, 2021

I have two overlapping vcf files with two versions of my address book. I've imported both via file import to the decsync-controlled account.

expected behavior

  • duplicates should either show or (ideally) overwrite themselves since they should be identical. (the reason the latter doesn't happen may be that they have gotten different IDs in the different exports, haven't checked that).

actual behavior

  • only one of the two entries is shown in the default contacts app.
  • if i try to edit it, i get asked to select one of two identical looking entires.
  • if i pick one at random, that's the one that is shows in the address book. the other one still isn't shown.
  • if i edit again, i get asked again, this time, the two entries are distinguishable by the first edit.

this is not a big deal, i can work my self around that by writing code that cleans up the mess in the data on my laptop, but i'm not sure it's "works as designed", or if you want to know about it. so here you go. :)

thanks!

@fisx
Copy link
Author

fisx commented Nov 7, 2021

I'm also wondering about the entries counts in the app: what's the semantics of android vs. processed vs. dechsync?

@39aldo39
Copy link
Owner

They should indeed overwrite themselves, but I think there is a problem somewhere where the two contacts are seen as distinct. Could you open the exported files and look at the UID of a duplicate contact? Are they the same?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants