From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 1 Sep 2010 16:44:49 +0300 From: Johan Hedberg To: =?utf-8?B?UmFmYcWC?= Michalski Cc: linux-bluetooth@vger.kernel.org Subject: Re: [PATCH] Add handling for more than one address in vCard Message-ID: <20100901134449.GA15306@jh-x301> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 In-Reply-To: Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Rafal, On Wed, Sep 01, 2010, RafaƂ Michalski wrote: > From: Rafal Michalski > Date: Wed, 1 Sep 2010 13:07:12 +0200 > Subject: [PATCH] Add handling for more than one address in vCard > > After pulling contacts only fields (pobox, extended, street, locality, > region, postal, country) of one address were present in downloaded vCard > structure (under ADR tag) in spite of that there can be more adresses > stored on phonebook. To solve this problem extending number of columns and > queries of database was needed especially. Distinguish between two types > of address (HOME and WORK) is supported. > --- > plugins/phonebook-tracker.c | 93 ++++++++++++++++++++++++++++++++++++------ > plugins/vcard.c | 89 ++++++++++++++++++++++++++++++++++------- > plugins/vcard.h | 15 ++++++- > 3 files changed, 167 insertions(+), 30 deletions(-) Thanks. This patch is now upstream. Johan