Re: Querying expense and weak hashtables

2005-11-21 Thread Jon Trowbridge
On Tue, 2005-11-15 at 23:51 +, Daniel Drake wrote: The java Lucene uses a WeakHashMap: http://java.sun.com/j2se/1.4.2/docs/api/java/util/WeakHashMap.html There isn't a direct equivalent in C# so a Hashtable is used, which doesn't have the same characteristics. It shouldn't be very hard

Re: Error building beagle 0.1.2

2005-11-21 Thread Joe Shaw
Hi, On Thu, 2005-11-17 at 14:09 -0500, George Sherwood wrote: ** (/usr/lib/mono/1.0/mcs.exe:15460): WARNING **: The following assembly referenced from /usr/lib/mono/gmime-sharp/gmime-sharp.dll could not be loaded: Assembly: glib-sharp(assemblyref_index=1) Version:2.0.0.0

Re: New to Beagle

2005-11-21 Thread Joe Shaw
Hi, On Sat, 2005-11-19 at 21:38 +0100, Alberto Mardegan wrote: The feature of eligante that I care most is the possibility of associating all the identities a user might have (I am 4469906 in ICQ, mardy78 in skype, Alberto Mardegan in emails...) into a single one, and in this way it's

Re: Beagle plugins in scripting languages

2005-11-21 Thread Jon Trowbridge
On Thu, 2005-11-17 at 13:39 +0100, Leen Toelen wrote: If Beagle can handle scripted plugins it needs some more marketing. In theory, it should be possible to do a backend in any .NET language... we've just never tried it. I'm sure that there would be some technical kinks that would have to be

cleaning up compile-time warnings

2005-11-21 Thread Jon Trowbridge
It seems like mcs has been getting a lot more strict, and a lot more warnings are being spewed to the console when Beagle is being compiled. A simple and useful project for someone would be to systematically check warnings and make any necessary corrections (often just a minor tweak) to make it

Other (plain text) file types can be indexd by Beagle?

2005-11-21 Thread David Aveiro
Hello! First of all congratulations for this fantastic app!! It has been very very very useful to (disorganized) me :) I'm using Freemind (see http://freemind.sourceforge.net/wiki/index.php/Main_Page) to keep most of my task list and organize several important info and projects. So it would be

Re: Beagle and Thunderbird

2005-11-21 Thread Gorka Navarrete GarcĂ­a
If I'm not wrong, in this website u can find the Thunderbird (at least Mozilla's Mail) APIs (sort of...). http://xulplanet.com/references/xpcomref/group_Mail.html I guess what you are asking for should be there... but honestly, I don't know what I'm talking about. D Bera wrote: I did a