Re: Maildir support status

2005-07-29 Thread Aviram Jenik
On Thursday 28 July 2005 22:15, Joe Shaw wrote: If you can adapt your backend to be a full KMail backend, I am happy to include it. I'd be happy to see that happening :-) Also, I suggest considering Bera's integration with KDE as well: http://dbera.blogspot.com/2005/07/beagle-and-kde.html It

Re: Maildir support status

2005-07-29 Thread Joe Shaw
Hi, On Fri, 2005-07-29 at 23:03 +0300, Aviram Jenik wrote: Also, I suggest considering Bera's integration with KDE as well: http://dbera.blogspot.com/2005/07/beagle-and-kde.html It works nicely for me (KDE, Debian SID). Perhaps the best course of action would be to add a ./configure

Re: Maildir support status

2005-07-29 Thread Aviram Jenik
Hi On Saturday 30 July 2005 00:17, Joe Shaw wrote: Hi, On Sat, 2005-07-30 at 00:02 +0300, Aviram Jenik wrote: A 'desktop-launch' script sounds like a good solution - is it already in the CVS? If so, perhaps a wiki entry (KDE users, add the following script to your path) would solve the

Re: Maildir support status

2005-07-28 Thread Joe Shaw
Hi, On Thu, 2005-07-28 at 00:34 -0400, D Bera wrote: Where exactly is the difficulty in creating a MaildirIndexable and MailCrawler for indexing maildir files ? In my opinion they can be just wrappers around the FilterMail filter. That would index them as mails and the hits would behave as

Re: Maildir support status

2005-07-28 Thread D Bera
The problems with maildir files showing up and behaving as files rather than mails are just bugs in the tiles and Best. That's where those should be fixed. The problems, as i understand, is regarding the mime-type of the files. Since the mail apps may add all kinds of custom headers, it is

Maildir support status

2005-07-27 Thread Aviram Jenik
Hi, I'm a KDE user that uses beagle for indexing Maildir info. I would like to share my experience so far, and what I had to do to get Maildir working in KDE. Maildir support has been integrated in version 0.0.12, but has drastically improved in the current CVS version. This, in combination

Re: Maildir support status

2005-07-27 Thread D Bera
Maildir support has been integrated in version 0.0.12, but has drastically improved in the current CVS version. This, in combination with the speed improvements (especially during beagled startup) makes indexing my entire maildir (over 10,000 mails) feasible. Where exactly is the difficulty