~ubuntu-branches/ubuntu/jaunty/beagle/jaunty-security

« back to all changes in this revision

Viewing changes to beagled/ThunderbirdQueryable/ThunderbirdQueryable.cs

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Ebner
  • Date: 2008-05-04 00:31:32 UTC
  • mfrom: (1.1.21 upstream)
  • Revision ID: james.westby@ubuntu.com-20080504003132-2tkm5o8moo5952ri
Tags: 0.3.7-2ubuntu1
 * Merge from Debian unstable. (LP: #225746) Remaining Ubuntu changes:
  - debian/control:
    + Rename ice{weasel,dove}-beagle to {mozilla,thunderbird}-beagle and
      and update the dependencies accordingly.
    + Change Maintainer to Ubuntu Mono Team.
  - debian/rules:
    + Install the mozilla-beagle and thunderbird-beagle extensions.
  - ice{dove,weasel}.dirs:
    + Renamed to {mozilla,thunderbird}-beagle.dirs.
    + Fixed paths to point to usr/lib/{firefox,thunderbird}

Show diffs side-by-side

added added

removed removed

Lines of Context:
394
394
                        indexable.MimeType = "message/rfc822";
395
395
                        indexable.Timestamp = DateTimeUtil.UnixToDateTimeUtc (Convert.ToInt64 (GetText (document, "Date")));
396
396
                        indexable.CacheContent = true;
397
 
                        indexable.Crawled = true;
 
397
                        indexable.FlushBufferCache = true;
398
398
                        indexable.SetBinaryStream (message.Stream);
399
 
                        
 
399
 
400
400
                        indexable.AddProperty (Property.NewKeyword ("fixme:client", "thunderbird"));
401
401
                        indexable.AddProperty (Property.NewKeyword ("fixme:folder", GetText (document, "Folder")));
402
402
                        indexable.AddProperty (Property.NewUnsearched ("ParentUri", GetText (document, "FolderFile")));
526
526
                        indexable.MimeType = "text/html";
527
527
                        indexable.Timestamp = DateTimeUtil.UnixToDateTimeUtc (Convert.ToInt64 (GetText (document, "Date")));
528
528
                        indexable.CacheContent = true;
529
 
                        indexable.Crawled = true;
 
529
                        indexable.FlushBufferCache = true;
530
530
                        
531
531
                        indexable.AddProperty (Property.NewKeyword ("fixme:client", "thunderbird"));
532
532
                        indexable.AddProperty (Property.NewKeyword ("fixme:folder", GetText (document, "Folder")));