Re: Null snippets

2009-06-20 Thread D Bera
> 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) >      

Re: Null snippets

2009-06-17 Thread Roger Lainson
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)

Re: Null snippets

2009-06-13 Thread D Bera
> 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

Null snippets

2009-06-10 Thread Roger Lainson
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