Created attachment 63215 [details] ldif file to test the ldif importer Version: unspecified (using KDE 4.7.0) OS: Linux when importing an ldif addressbook (exported from thunderbird), home street data is lost, the only imported home address informations are the postal code and the city. Reproducible: Always Steps to Reproduce: 1) import the attached file in kaddressbook 2) check the result Actual Results: postal code and city are OK, but no street field while it was present in the ldif file Expected Results: street field should be filled. OS: Linux (i686) release 3.0-CHAKRA Compiler: gcc
Still the case using KDE 4.8
Git commit ce8e1f5b35c0a99311d885771c53a57db87b0c0e by Montel Laurent. Committed on 03/07/2012 at 10:03. Pushed by mlaurent into branch 'KDE/4.9'. Fix Bug 280997 - ldif importer does not import home street FIXED-IN: 4.9 M +5 -3 kabc/ldifconverter.cpp http://commits.kde.org/kdepimlibs/ce8e1f5b35c0a99311d885771c53a57db87b0c0e
Git commit c35ea6f56dd2cbb9ecc9a30176625e9e50dc0b6b by Montel Laurent. Committed on 03/07/2012 at 10:03. Pushed by mlaurent into branch 'KDE/4.8'. Fix Bug 280997 - ldif importer does not import home street FIXED-IN: 4.9 (cherry picked from commit ce8e1f5b35c0a99311d885771c53a57db87b0c0e) M +5 -3 kabc/ldifconverter.cpp http://commits.kde.org/kdepimlibs/c35ea6f56dd2cbb9ecc9a30176625e9e50dc0b6b
Thanks for the fix !