Skip to content

libtracker-miner: Do not recurse into mount points unless configured

Carlos Garnacho requested to merge wip/carlosg/no-recurse-mountpoints into master

Make TrackerFileNotifier stop recursing at folders that are mountpoints, this makes all files indexed in a TrackerIndexingTree root be implicitly from the same mount point.

If there are mount points in recursively indexed folders that any user wants indexed, these will have to be configured as indexed folders themselves.

Closes: tracker#85 (closed)

Merge request reports