~ubuntu-branches/ubuntu/lucid/beagle/lucid

« back to all changes in this revision

Viewing changes to beagled/KMailQueryable/KMailIndexer.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:
375
375
                        indexable.HitType = "MailMessage";
376
376
                        indexable.MimeType = "message/rfc822";
377
377
                        indexable.CacheContent = true;
378
 
                        indexable.Crawled = crawl;
 
378
                        indexable.FlushBufferCache = crawl;
379
379
 
380
380
                        indexable.AddProperty (Property.NewUnsearched ("fixme:client", "kmail"));
381
381
                        indexable.AddProperty (Property.NewUnsearched ("fixme:account", account_name));
401
401
                        indexable.HitType = "MailMessage";
402
402
                        indexable.MimeType = "message/rfc822";
403
403
                        indexable.CacheContent = true;
404
 
                        indexable.Crawled = true; // mbox files will be stored in temp files, so flush them when done
405
404
 
406
405
                        indexable.AddProperty (Property.NewUnsearched ("fixme:client", "kmail"));
407
406
                        indexable.AddProperty (Property.NewUnsearched ("fixme:account", account_name));