i can save a contact with multiple home addresses.
using khard show first last i see the following:
Name: first last
Full name: first last
Address book: contacts
Kind: individual
Phone
cell:
- 123
- 456
- 789
E-Mail
home:
- 01@home.tld
- 02@home.tld
- 03@home.tld
Address
home:
-
street 1
00001 city01
country01
-
street 2
00002 city02
country02
-
street 3
00003 city03
country03
Miscellaneous
UID: 3vijrweg08clpmpf8hoobu2pelizf8xxo6pl
when i edit the contact using khard edit first last, i am only shown one of the addresses:
Phone:
cell:
- '123'
- '456'
- '789'
# email addresses
# format like phone numbers above
# allowed types:
# vcard 3.0: At least one of home, internet, pref, work, x400
# vcard 4.0: At least one of home, internet, pref, work
# Alternatively you may use a single custom label (only letters).
Email:
home:
- 01@home.tld
- 02@home.tld
- 03@home.tld
# post addresses
# allowed types:
# vcard 3.0: At least one of dom, intl, home, parcel, postal, pref, work
# vcard 4.0: At least one of home, pref, work
# Alternatively you may use a single custom label (only letters).
Address:
home:
Box:
Extended:
Street: street 1
Code: '00001'
City: city01
Region:
Country: country01
when editing the vcard using khard edit --format vcard first last, everything seems to be in order:
i can save a contact with multiple home addresses. using
khard show first last
i see the following:when i edit the contact using
khard edit first last
, i am only shown one of the addresses:when editing the vcard using
khard edit --format vcard first last
, everything seems to be in order:the same applies for multiple other addresses. only every one of the multiples is shown in the .yaml file.
i think this used to work as expected. unfortunately i'm not sure when this stopped working for me. is this a setting of mine or a bug?
hope i didn't miss a duplicate of this issue.
Khard version 0.18.0