> There is a SnippetMode, but alas it's already set to true. However, in
> FilterMail.cs I found
>
> // If this is the richest part we found for
> multipart emails, add its content to textcache
> if (this.depth == 1 && this.count == 0)
>
There is a SnippetMode, but alas it's already set to true. However, in
FilterMail.cs I found
// If this is the richest part we found for
multipart emails, add its content to textcache
if (this.depth == 1 && this.count == 0)
> I notice that the snippet feature seems a bit fragile - that is, it returns
> null under various circumstances, even though the content is correctly
> found. The circumstances include (as far as I can see) any child indexable
> such as a mail attachment, some mail (but not all), and also any phra
Hi dBera & list,
Many thanks for your attention to my problem of uri's with spaces. On
another little matter ...
I notice that the snippet feature seems a bit fragile - that is, it
returns null under various circumstances, even though the content is
correctly found. The circumstances include