[notmuch] [PATCH] notmuch new: support for filename pattern filtering

2010-01-17 Thread Bart Massey
Together with the new support for message deletion (thank you!) this patch lets me use notmuch in parallel with MH pretty successfully. Bart -- next part -- A non-text attachment was scrubbed... Name: not available Type: text/x-csrc Size: 8109 bytes Desc: not available

[notmuch] [PATCH] notmuch new: support for filename pattern filtering

2010-01-21 Thread Bart Massey
Haven't seen my patch pushed or commented on yet. Was it black-holed, or are people just busy? Thanks much, Bart In message you wrote: > Together with the new support for message deletion (thank > you!) this patch lets me use notmuch in parallel with MH > pretty successfully.

notmuch-haskell

2010-09-18 Thread Bart Massey
I've posted notmuch-haskell, Haskell FFI bindings for libnotmuch, on Hackage (http://hackage.haskell.org). They're quite preliminary, have no documentation, and probably are a bit buggy. However, they should let you get started working with notmuch from Haskell code. Bart Ma

[notmuch] [PATCH] notmuch new: support for filename pattern filtering

2010-01-17 Thread Bart Massey
Together with the new support for message deletion (thank you!) this patch lets me use notmuch in parallel with MH pretty successfully. Bart >From 9418781ad8f1efed5e0866d351ce9d5baf584500 Mon Sep 17 00:00:00 2001 From: Bart Massey Date: Sun, 17 Jan 2010 17:00:47 -0800 Subject: [PA

Re: [notmuch] [PATCH] notmuch new: support for filename pattern filtering

2010-01-21 Thread Bart Massey
Haven't seen my patch pushed or commented on yet. Was it black-holed, or are people just busy? Thanks much, Bart In message you wrote: > Together with the new support for message deletion (thank > you!) this patch lets me use notmuch in parallel with MH > pretty successfully.

[notmuch] [PATCH] Added mail directory filename pattern support.

2010-02-22 Thread Bart Massey
to filter only valid mail filenames when scanning. Effective use of filename_pattern cuts down on the noise from notmuch, and may speed it up in some cases. Signed-off-by: Bart Massey --- notmuch-client.h |7 +++ notmuch-config.c | 47 +-- not

Re: [notmuch] [PATCH] Added mail directory filename pattern support.

2010-02-23 Thread Bart Massey
In message <20100223061542.gr17...@flamingspork.com> you wrote: > On Mon, Feb 22, 2010 at 12:07:31PM -0800, Bart Massey wrote: > > Typically, the filenames in a mail directory that actually > > contain mail obey some specific format. For example, in my > > MH email di

[notmuch] [PATCH] Added mail directory filename pattern support.

2010-02-22 Thread Bart Massey
to filter only valid mail filenames when scanning. Effective use of filename_pattern cuts down on the noise from notmuch, and may speed it up in some cases. Signed-off-by: Bart Massey --- notmuch-client.h |7 +++ notmuch-config.c | 47 +-- not

[notmuch] [PATCH] Added mail directory filename pattern support.

2010-02-23 Thread Bart Massey
In message <20100223061542.GR17878 at flamingspork.com> you wrote: > On Mon, Feb 22, 2010 at 12:07:31PM -0800, Bart Massey wrote: > > Typically, the filenames in a mail directory that actually > > contain mail obey some specific format. For example, in my > > M

notmuch-haskell

2010-09-18 Thread Bart Massey
I've posted notmuch-haskell, Haskell FFI bindings for libnotmuch, on Hackage (http://hackage.haskell.org). They're quite preliminary, have no documentation, and probably are a bit buggy. However, they should let you get started working with notmuch from Haskell code. Bart Massey