[kmail2] [Bug 320399] Please add an option to use non-nepomuk-based address completion without turning nepomuk entirely off
Laurent Montel
montel at kde.org
Wed May 29 07:20:53 BST 2013
https://bugs.kde.org/show_bug.cgi?id=320399
Laurent Montel <montel at kde.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |montel at kde.org
Resolution|--- |FIXED
--- Comment #1 from Laurent Montel <montel at kde.org> ---
modify config file kpimcompletionorder
add
[General]
UseNepomuk=false
see:
KConfig config( QLatin1String( "kpimcompletionorder" ) );
const KConfigGroup group( &config, QLatin1String( "General" ) );
useNepomukCompletion = group.readEntry( "UseNepomuk", true );
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list