Re: Building a Queryable

2006-09-05 Thread Adam T. Gautier
Joe- Thanks for the input. All- I am still having some problems with getting the beagled to call the GoogleDriver (I know it is not supported, that is why I created StubDriver). It seems like it just doesn't do it. Thinking it was something that I did I created StubDriver.cs to make a very sim

Re: Beagle, e-d-s and evolution-sharp

2006-09-05 Thread Arif Lukito
On Tue, 2006-09-05 at 13:58 -0400, Joe Shaw wrote: > I am using e-d-s 1.6.0, and my libecal's so number is 3. > > If the library major version number changed, that would imply a change > in the API, which is supposed to be a no-no within the stable (1.6.x) > series of e-d-s. > > It might be a go

Re: Beagle-Search Crash

2006-09-05 Thread Lukas Lipka
Fixed in CVS. ;) /L On Ut, 2006-09-05 at 14:34 -0400, Carlos Moffat wrote: > Hi, > > I'm using beagle 0.2.9 in Debian/Sid. I'm seeing a crash of > beagle-search with matlab files (these are plain text). It works like: > (1) open beagle-search (2) search for a matlab file (3) right-click on > the

Beagle-Search Crash

2006-09-05 Thread Carlos Moffat
Hi, I'm using beagle 0.2.9 in Debian/Sid. I'm seeing a crash of beagle-search with matlab files (these are plain text). It works like: (1) open beagle-search (2) search for a matlab file (3) right-click on the result. No context menu shows up, and beagle-search crashes with: Unhandled Exception:

Re: Beagle, e-d-s and evolution-sharp

2006-09-05 Thread Joe Shaw
Hi, On Sun, 2006-09-03 at 19:23 +1000, Arif Lukito wrote: > This is taken from eds 1.6.2 configure.in > LIBECAL_CURRENT=6 > LIBECAL_REVISION=0 > LIBECAL_AGE=0 > > and this from evolution-sharp 0.1.11 configure.in > if test "x$edsver" = "x1.6"; then > EDS_VERSION=-1.2 > EDS_SOVERSION=7 >

Re: Building a Queryable

2006-09-05 Thread Joe Shaw
Hi, On Sat, 2006-09-02 at 10:51 -0500, Adam Gautier wrote: > I need an IMAPQueriable as my mail is on various IMAP servers. I have a > bunch of python code for interacting with the IMAP server that I am hoping > to be able to rewrite for C# or I assume that I can find libraries for C#. IronPytho

Re: High CPU with Beagle Thunderbird

2006-09-05 Thread Luke Driscoll
On 9/5/06, Kevin Kubasik <[EMAIL PROTECTED]> wrote: Just a note, the mork file parsing is the most expensive operationprobably, and the most likely to loop incorrectly. We have had issueswith this where the mork file is from a very early version ofthunderbird. If you delete the account and then rec

Re: High CPU with Beagle Thunderbird

2006-09-05 Thread Kevin Kubasik
Just a note, the mork file parsing is the most expensive operation probably, and the most likely to loop incorrectly. We have had issues with this where the mork file is from a very early version of thunderbird. If you delete the account and then recreate it, that might help. (if you have been usin

Re: High CPU with Beagle Thunderbird

2006-09-05 Thread Luke Driscoll
On 9/1/06, Joe Shaw <[EMAIL PROTECTED]> wrote: Hi,On Fri, 2006-09-01 at 10:58 -0400, Luke Driscoll wrote:> When thunderbird is being indexed my CPU remains at 100% until I kill> the beagle processes.  I have tried running it over night to create > the index, but the problem continues to occur.Take