Comment # 4
on bug 66623
from Eugenio Parodi
(In reply to comment #3)
> (In reply to comment #1)
> > How did you create vCard.Synced?
I just dumped the DB with:
sqlite3 .local/share/evolution/addressbook/pim-manager-peer10/contacts.db
"SELECT * FROM folder_id"
> PHOTO;TYPE=PNG;VALUE=URL:http://mozorg.cdn.mozilla.net/media/img/home/firef
> ox.png
> ^
> Space at the beginning.
>
> That's okay, but software reading this must be aware of vCard 3.0 line
> folding rules.
I was not aware about the folding rules of vCard 3.0.
Thanks.