Skip to content

[Extractor] Do not emit startedIndexingFile for skipped documents

Stefan Brüns requested to merge work/bruns/reduce_extractor_dbus_signals into master

The signal was already omitted for deleted files, so there is precedence for not emitting it.

The signal will now only be emitted if an extractor is actually started for the file, otherwise emit only finishedIndexingFile.

CCBUG: 462009

Merge request reports