[notmuch] Indexing without files and directories

2010-01-27 Thread Simon Cozens
Hi all, I don't want to throw a spanner in the works, but I am intending to use notmuch for indexing in a scenario where the email doesn't hit the disk - the notmuch model seems to rely pretty heavily on directories and files but I'm working with email being delivered to a script for

[notmuch] Indexing without files and directories

2010-01-27 Thread Simon Cozens
Hi all, I don't want to throw a spanner in the works, but I am intending to use notmuch for indexing in a scenario where the email doesn't hit the disk - the notmuch model seems to rely pretty heavily on directories and files but I'm working with email being delivered to a script for

[notmuch] [PATCH] Mail::Notmuch Perl wrapper

2010-01-26 Thread Simon Cozens
On 26/01/2010 03:30, Ben Gamari wrote: > I know practically nothing about writing Perl bindings, I recommend http://www.manning.com/jenness/ ;) > but it seems > like this might be work better left to a bindings generator. I currently > have a patch which enables binding generation through SWIG.

Re: [notmuch] [PATCH] Mail::Notmuch Perl wrapper

2010-01-26 Thread Simon Cozens
On 26/01/2010 03:30, Ben Gamari wrote: I know practically nothing about writing Perl bindings, I recommend http://www.manning.com/jenness/ ;) but it seems like this might be work better left to a bindings generator. I currently have a patch which enables binding generation through SWIG. It

[notmuch] [PATCH] Mail::Notmuch Perl wrapper

2010-01-25 Thread Simon Cozens
(Resent with compressed patch) Hi there, Here's a Perl library, Mail::Notmuch, which wraps the notmuch library. I've attached it because it's pretty huge. It requires you to build notmuch as a shared library - there's a patch on the mailing list earlier which does that. Notmuch