Re: Adding support for "notmuch new ... PATH"

2010-11-04 Thread Carl Worth
On Sat, 23 Oct 2010 12:16:11 -0500, Rob Browning wrote: > I'm working on support for something like > > notmuch new [--] [PATH ..] > > where PATH can be any path (file or dir) within the mail directory, Hi Rob, Thanks for doing this work. I hope that it will prove useful. I know we've chatt

Adding support for "notmuch new ... PATH"

2010-11-04 Thread Carl Worth
On Sat, 23 Oct 2010 12:16:11 -0500, Rob Browning wrote: > I'm working on support for something like > > notmuch new [--] [PATH ..] > > where PATH can be any path (file or dir) within the mail directory, Hi Rob, Thanks for doing this work. I hope that it will prove useful. I know we've chat

Adding support for "notmuch new ... PATH"

2010-10-23 Thread Rob Browning
I'm working on support for something like notmuch new [--] [PATH ..] where PATH can be any path (file or dir) within the mail directory, and I had a couple of questions: 1) What happens if you call notmuch_database_add_message() for a path that's already in the database. Is that OK?

Adding support for "notmuch new ... PATH"

2010-10-23 Thread Rob Browning
I'm working on support for something like notmuch new [--] [PATH ..] where PATH can be any path (file or dir) within the mail directory, and I had a couple of questions: 1) What happens if you call notmuch_database_add_message() for a path that's already in the database. Is that OK?