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

« back to all changes in this revision

Viewing changes to beagled/KMailQueryable/KMailIndexableGenerator.cs

  • Committer: Bazaar Package Importer
  • Author(s): Brandon Hale
  • Date: 2007-05-19 06:56:20 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20070519065620-wamzne76wfkvsyel
Tags: 0.2.17-1ubuntu1
* Synchronize with Debian
* Remaining Ubuntu changes:
  - Use Firefox, not Iceweasel
  - Rename iceweasel-beagle to mozilla-beagle
  - Don't build with galago, not in main
  - Build-depend on libglade2.0-cil, libgconf2.0-cil
  - python-beagle.install: install from usr/lib/python2.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
                public Indexable GetNextIndexable ()
96
96
                {
97
97
                        FileInfo file = (FileInfo) file_enumerator.Current;
98
 
                        return indexer.MaildirMessageToIndexable (file.FullName);
 
98
                        return indexer.MaildirMessageToIndexable (file.FullName, true);
99
99
                }
100
100
 
101
101
                public bool IsUpToDate (string path)