[notmuch] [PATCH] Remove bcc header from notmuch reply.

2010-01-26 Thread Jameson Rollins
ame: not available Type: application/pgp-signature Size: 835 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100126/97606bab/attachment.pgp>

[notmuch] [PATCH] simplify notmuch new output

2010-01-26 Thread Jameson Rollins
error was encountered: %s\n", notmuch_status_to_string (ret)); -- 1.6.5 -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 835 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100126/e6ce1c2e/attachment.pgp>

[notmuch] [PATCH] Make the date parser nicer

2010-01-26 Thread Sebastian Spaeth
On Mon, 25 Jan 2010 22:36:35 -0800, Keith Packard wrote: > Here's some code which further improves date parsing by allowing lots of > date formats, including things like "today", "thisweek", ISO and US date > formats and month names. You can separate two dates with .. to make a > range, or you

[notmuch] [PATCH 4/4] integrate keithp's date.c into the notmuch date parser and delete my previous own attempt

2010-01-26 Thread Sebastian Spaeth
Signed-off-by: Sebastian Spaeth --- lib/database.cc | 84 ++ lib/date.c | 59 ++ lib/notmuch.h | 20 + notmuch-new.c |1 + notmuch.1 | 33 +++--

[notmuch] [PATCH 3/4] compile date.c as well

2010-01-26 Thread Sebastian Spaeth
Signed-off-by: Sebastian Spaeth --- lib/Makefile.local |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/Makefile.local b/lib/Makefile.local index 70489e1..44deaf8 100644 --- a/lib/Makefile.local +++ b/lib/Makefile.local @@ -3,6 +3,7 @@ extra_cflags += -I$(dir)

[notmuch] [PATCH 2/4] add date parser file from Keith

2010-01-26 Thread Sebastian Spaeth
From: Keith Packard Here's some code which further improves date parsing by allowing lots of date formats, including things like "today", "thisweek", ISO and US date formats and month names. You can separate two dates with .. to make a range, or you can just use the default

[notmuch] [PATCH 1/4] Make the date parser nicer.

2010-01-26 Thread Sebastian Spaeth
Currently we have to enter mail dates as timestamps. This approach does 2 things: 1) it requires the prefix 'date:' 2) it allows dates to be specified in a flexible way. So a notmuch show date:2005..2006-05-12 will find all mails from 2005-01-01 until 2006-05-12. 3) allow 'now' as keyword for

[notmuch] tag dir proposal [was: Re: Git as notmuch object store]

2010-01-26 Thread Jameson Rollins
: not available Type: application/pgp-signature Size: 835 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100126/b4d85a50/attachment-0001.pgp>

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

2010-01-26 Thread Ben Gamari
Excerpts from Simon Cozens's message of Tue Jan 26 03:34:57 -0500 2010: > > Yes, this is why I chose not to use SWIG: if I'm going to automatically > get code that doesn't do what I want and then have to manually write > code that does, why not just manually write code that does? (well, >

[notmuch] Git feature branch

2010-01-26 Thread martin f krafft
crubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: Digital signature (see http://martin-krafft.net/gpg/) URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100126/e5371d3b/attachment.pgp>

[notmuch] tag dir proposal [was: Re: Git as notmuch object store]

2010-01-26 Thread Scott Robinson
Excerpts from Jameson Rollins's message of Mon Jan 25 15:46:55 -0600 2010: > I think this idea is a really good one and I would like to pursue it as > a tangent thread here. I was going to propose something very similar to > this. I think it's a very flexible idea that would help in a lot of >

[notmuch] [PATCH] Make the date parser nicer

2010-01-26 Thread Sebastian Spaeth
On Mon, 25 Jan 2010 22:36:35 -0800, Keith Packard wrote: > Here's some code which further improves date parsing by allowing lots of > date formats, including things like "today", "thisweek", ISO and US date > formats and month names. You can separate two dates with .. to make a > range, or you

[notmuch] proposal for more streamlined mail flow in notmuch

2010-01-26 Thread martin f krafft
ext attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: Digital signature (see http://martin-krafft.net/gpg/) URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100126/95e4c7f6/attachment.pgp>

[notmuch] [PATCH] Make the date parser nicer

2010-01-26 Thread Keith Packard
A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100126/228d26b3/attachment.pgp>

[notmuch] Git as notmuch object store (was: Potential problem using Git for mail)

2010-01-26 Thread martin f krafft
achment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: Digital signature (see http://martin-krafft.net/gpg/) URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100126/9ecde01e/attachment.pgp>

[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.

[notmuch] [PATCH] Build and link against notmuch shared library

2010-01-26 Thread Ben Gamari
Inger in #notmuch brought to light some build issues that will occur when the notmuch binary is being built before libnotmuch is installed. Here is an updated patch that resolves these issues. --- .gitignore |1 + Makefile |1 + Makefile.local |6 --

[notmuch] [PATCH] Add SWIG interface file

2010-01-26 Thread Ben Gamari
For the record, both the swig branch and the shared-library branch are available from, anonymous: git://goldnerlab.physics.umass.edu/notmuch gitweb: http://goldnerlab.physics.umass.edu/git?p=notmuch.git;a=summary Hope this helps, - Ben

Re: [notmuch] [PATCH] Make the date parser nicer

2010-01-26 Thread Sebastian Spaeth
On Mon, 25 Jan 2010 22:36:35 -0800, Keith Packard kei...@keithp.com wrote: Here's some code which further improves date parsing by allowing lots of date formats, including things like today, thisweek, ISO and US date formats and month names. You can separate two dates with .. to make a range,

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 2/4] add date parser file from Keith

2010-01-26 Thread Sebastian Spaeth
From: Keith Packard kei...@keithp.com Here's some code which further improves date parsing by allowing lots of date formats, including things like today, thisweek, ISO and US date formats and month names. You can separate two dates with .. to make a range, or you can just use the default range

[notmuch] [PATCH 4/4] integrate keithp's date.c into the notmuch date parser and delete my previous own attempt

2010-01-26 Thread Sebastian Spaeth
Signed-off-by: Sebastian Spaeth sebast...@sspaeth.de --- lib/database.cc | 84 ++ lib/date.c | 59 ++ lib/notmuch.h | 20 + notmuch-new.c |1 + notmuch.1 | 33

Re: [notmuch] [PATCH] Make the date parser nicer

2010-01-26 Thread Sebastian Spaeth
On Mon, 25 Jan 2010 22:36:35 -0800, Keith Packard kei...@keithp.com wrote: Here's some code which further improves date parsing by allowing lots of date formats, including things like today, thisweek, ISO and US date formats and month names. You can separate two dates with .. to make a range,

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

2010-01-26 Thread Ben Gamari
Excerpts from Simon Cozens's message of Tue Jan 26 03:34:57 -0500 2010: Yes, this is why I chose not to use SWIG: if I'm going to automatically get code that doesn't do what I want and then have to manually write code that does, why not just manually write code that does? (well,

Re: [notmuch] tag dir proposal [was: Re: Git as notmuch object store]

2010-01-26 Thread Scott Robinson
Excerpts from Jameson Rollins's message of Mon Jan 25 15:46:55 -0600 2010: I think this idea is a really good one and I would like to pursue it as a tangent thread here. I was going to propose something very similar to this. I think it's a very flexible idea that would help in a lot of ways.

Re: [notmuch] [PATCH] Make the date parser nicer

2010-01-26 Thread Keith Packard
On Tue, 26 Jan 2010 12:50:41 +0100, Sebastian Spaeth sebast...@sspaeth.de wrote: On Mon, 25 Jan 2010 22:36:35 -0800, Keith Packard kei...@keithp.com wrote: Here's some code which further improves date parsing by allowing lots of date formats, including things like today, thisweek, ISO and US

[notmuch] [PATCH] simplify notmuch new output

2010-01-26 Thread Jameson Rollins
This patch just simplifies the notmuch new output to make it easier to read, as well as more easily machine parsable. --- notmuch-new.c | 31 --- 1 files changed, 12 insertions(+), 19 deletions(-) diff --git a/notmuch-new.c b/notmuch-new.c index f25c71f..e07107e