Git commit 9d7d1277209adf56006f1c47dfb91c3af7abd0d4 by Till Adam. Committed on 24/01/2013 at 15:31. Pushed by tilladam into branch 'master'. Re-enable direct nepomuk search for completion again by default. dfaure, who originally introduced the option and advocated it be off by default now thinks it's fast enough, after the recent changes, to be on by default at least in master, for experimentation. I agree, this makes it so. M +1 -1 libkdepim/addresseelineedit.cpp http://commits.kde.org/kdepim/9d7d1277209adf56006f1c47dfb91c3af7abd0d4 diff --git a/libkdepim/addresseelineedit.cpp b/libkdepim/addresseelineedit.= cpp index 80bab84..0bf60f5 100644 --- a/libkdepim/addresseelineedit.cpp +++ b/libkdepim/addresseelineedit.cpp @@ -93,7 +93,7 @@ class AddresseeLineEditStatic { KConfig config( QLatin1String( "kpimcompletionorder" ) ); const KConfigGroup group( &config, QLatin1String( "General" ) ); - useNepomukCompletion =3D group.readEntry( "UseNepomuk", false ); + useNepomukCompletion =3D group.readEntry( "UseNepomuk", true ); } = ~AddresseeLineEditStatic()