Re: OM2008.8, importing VCF contacts

2008-08-26 Thread Nishit Dave
On Tue, Aug 26, 2008 at 12:42 AM, Alexander Menk [EMAIL PROTECTED]wrote: Hi! unfortunately, everytime when calling addressbook, it asks for confirmation which is anoying in a for loop. I exported contacts from Thunderbird using

OM2008.8, importing VCF contacts

2008-08-25 Thread Nishit Dave
Hi, I've been doing the following (same command, different directory location) export DISPLAY=:0 LD_LIBRARY_PATH=/opt/Qtopia/lib /opt/Qtopia/bin/addressbook /home/root/addressbook.vcf The problem I have is that I have to issue the second command for each VCF file in my exported contacts

Re: OM2008.8, importing VCF contacts

2008-08-25 Thread Markus Schlichting
hi, i think a little script similar to the old on on http://www.smurfy.de/files/neo/import_contacts should do the job. just for a starting point: #!/bin/bash export DISPLAY=:0 for contact in `ls *vcf`; do LD_LIBRARY_PATH=/opt/Qtopia/lib /opt/Qtopia/bin/addressbook $contact done;

Re: OM2008.8, importing VCF contacts

2008-08-25 Thread Damien Thébault
On Mon, Aug 25, 2008 at 16:46, Nishit Dave [EMAIL PROTECTED] wrote: I've been doing the following (same command, different directory location) export DISPLAY=:0 LD_LIBRARY_PATH=/opt/Qtopia/lib /opt/Qtopia/bin/addressbook /home/root/addressbook.vcf The problem I have is that I have to issue

Re: OM2008.8, importing VCF contacts

2008-08-25 Thread Alexander Menk
Hi! unfortunately, everytime when calling addressbook, it asks for confirmation which is anoying in a for loop. I exported contacts from Thunderbird using https://nic-nac-project.org/~kaosmos/morecols-en.html and than I just concated the who vcf files into one: cat *.vcf all.vcf This one

Re: OM2008.8, importing VCF contacts

2008-08-25 Thread Alexander Menk
Hi! unfortunately, everytime when calling addressbook, it asks for confirmation which is anoying in a for loop. I exported contacts from Thunderbird using https://nic-nac-project.org/~kaosmos/morecols-en.html and than I just concated the who vcf files into one: cat *.vcf all.vcf This one can