beagle r4121 - in trunk/beagle: Filters Util beagled
- From: dbera svn gnome org
- To: svn-commits-list gnome org
- Subject: beagle r4121 - in trunk/beagle: Filters Util beagled
- Date: Sat, 3 Nov 2007 18:57:57 +0000 (GMT)
Author: dbera
Date: 2007-11-03 18:57:57 +0000 (Sat, 03 Nov 2007)
New Revision: 4121
ViewCVS link: http://svn.gnome.org/viewcvs/beagle?rev=4121&view=rev
Modified:
trunk/beagle/Filters/FilterHtml.cs
trunk/beagle/Filters/FilterKNotes.cs
trunk/beagle/Filters/FilterMail.cs
trunk/beagle/Util/HtmlRemovingReader.cs
trunk/beagle/beagled/Filter.cs
Log:
Two changes:
- Make snippets from html nicer (skip blank lines - I know I went back on my earlier decision).
- We already indexed the txt part of an email as its body; but when the email had an html part too, that was indexed as an attachment; that looked weird and unnecessary. By hooking up an html filter to the textreader for the html message part, we can index the body of the html part as the text data of the mail indexable. This requires some other changes too, namely an Open() method in filter to work on streams without storing them in a tmpfile. A side effect of the html email indexing is that the henceforth the html emails would not be copied to disk for indexing, but would be indexed "in place".
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]