Jo den här var häftig.... i svn var det en annan config att laborera med.
La till var mappen och gjorde thumbnails enable plus att även indexera Thunderbird.. få se om det funkar...
[General]
# Set to true to enable more verbose logging in the log file (setting to false will make indexing faster)
EnableDebugLogging=false
# Poll Interval in seconds - determines how often polling is performed when intoify/fam is not available or watch limit is exceeded
PollInterval=3600
[Watches]
# List of directory roots to index and watch seperated by semicolons
WatchDirectoryRoots=$Home;$Var
# List of directory roots to not index and not watch seperated by semicolons
NoWatchDirectory=
# Set to false to prevent watching of any kind
EnableWatching=true
[Indexing]
# Throttles the indexing process. Allowable values are 0-20. higher values decrease indexing speed
Throttle=0
# Disables the indexing process
EnableIndexing=true
# Enables indexing of a file's text contents
EnableFileContentIndexing=true
# Enables generation of thumbnails
EnableThumbnails=true
# List of partial file patterns (glob) seperated by semicolons that specify files to not index (basic stat info is only indexed for files that match these patterns)
NoIndexFileTypes=;
# Sets minimum length of words to index
MinWordLength=3
# Sets maximum length of words to index (words are cropped if bigger than this)
MaxWordLength=30
# Sets the language specific stemmer and stopword list to use
# Valid values are 'en' (english), 'da' (danish), 'nl' (dutch), 'fi' (finnish), 'fr' (french), 'de' (german), 'it' (italien), 'nb' (norwegian), 'pt' (portugese), 'ru' (russian), 'es' (spanish), 'sv' (swedish)
Language=sv
# Enables use of language specific stemmer
EnableStemmer=true
# Sets whether to use the slower pango word break algortihm (only set this for CJK languages which dont contain western styke word breaks)
EnablePangoWordBreaks=false
[Services]
IndexEvolutionEmails=false
IndexThunderbirdEmails=true
IndexKmailEmails=false
[Emails]
AdditionalMBoxesToIndex=;
[Performance]
# Maximum size of text in bytes to index from a file's text contents
MaxTextToIndex=1048576
# Specifies the no of entities to index before determining whether to perform index optimization
OptimizationSweepCount=10000
# Sets the maximum bucket count for the indexer
MaxBucketCount=524288
# Sets the minimum bucket count
MinBucketCount=65536
# Sets no. of divisions of the index file
Dvisions=4
# Selects the desired ratio of used records to buckets to be used when optimizing index (should be a value between 0 and 4)
BucketRatio=1
# Alters how much padding is used to prevent index relocations. Higher values improve indexing speed but waste more disk space. Value should be in range (1..

Padding=2