----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116708/ -----------------------------------------------------------
Review request for Baloo. Repository: baloo Description ------- Use different Xapian databases for Baloo indexers running under differents Akonadi instances. The default Xapian databases are still stored in ~/.kde/share/apps/baloo/, but when running under a different Akonadi instance, the indexer will use databases in ~/.kde/share/apps/baloo/instances/$AKONADI_INSTANCE/. Applications will also be able to search in these instance-specific databases when AKONADI_INSTANCE env variable is set. This patch is purely for comfort of a certain Akonadi developer, who is using various Akonadi instances for testing and development and does not want to have data from devel instances indexed in the same database as data from his production instance. Applications like KRunner will only be able to search in the default databases (unless explicitely started with AKONADI_INSTANCE env set), but that is something the certain Akonadi developer is willing to live with. Akonadi instances are not used by normal users, so it will not affect them. Diffs ----- src/pim/agent/agent.cpp 21efddf src/pim/search/contact/CMakeLists.txt 3084b90 src/pim/search/contact/contactsearchstore.cpp d4d010e src/pim/search/email/CMakeLists.txt a1ff2c9 src/pim/search/email/emailsearchstore.cpp fe7a42d src/pim/search/note/CMakeLists.txt 9437952 src/pim/search/note/notesearchstore.cpp e0af291 src/pim/search/pimsearchstore.h cd13db4 src/pim/search/pimsearchstore.cpp 7d208db Diff: https://git.reviewboard.kde.org/r/116708/diff/ Testing ------- Thanks, Dan Vrátil
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<