GNOME Bugzilla – Bug 432417
Evo backend can't handle folders with special comma.
Last modified: 2007-04-24 18:50:57 UTC
To quote from launchpad: https://bugs.launchpad.net/ubuntu/+source/beagle/+bug/108957 I have a couple of mail folder with a coma (",") in them, ,and it looks like beagle has some kind of problem with these folder. It throws an exception saying: 20070422 17:23:59.4449 10026 Beagle WARN EX: System.InvalidOperationException: Invalid connection string 20070422 17:23:59.4449 10026 Beagle WARN EX: at Mono.Data.SqliteClient.SqliteConnection.SetConnectionString (System.String connstring) [0x00000] 20070422 17:23:59.4449 10026 Beagle WARN EX: at Mono.Data.SqliteClient.SqliteConnection.set_ConnectionString (System.String value) [0x00000] 20070422 17:23:59.4449 10026 Beagle WARN EX: at Beagle.Daemon.EvolutionMailQueryable.EvolutionSummaryTracker.GetConnection (System.String filename) [0x00000] 20070422 17:23:59.4449 10026 Beagle WARN EX: at Beagle.Daemon.EvolutionMailQueryable.EvolutionSummaryTracker..ctor (System.String directory, System.String account_name, System.String folder_name) [0x00000] 20070422 17:23:59.4449 10026 Beagle WARN EX: at Beagle.Daemon.EvolutionMailQueryable.EvolutionMailIndexableGeneratorImap.HasNextIndexable () [0x00000] 20070422 17:23:59.4449 10026 Beagle WARN EX: at Beagle.Daemon.LuceneQueryable+AddGeneratorTask.DoTaskReal () [0x00000] 20070422 17:23:59.4449 10026 Beagle WARN EX: at Beagle.Util.Scheduler+Task.DoTask () [0x00000] It also looks like it tries to crawl these folder over and over again, so if I do a 'beagle-index-info' it always says that it is crawling the EvolutionMail backend.
Checked in a fix for this, r3667.