not much reply multipart/mixed

2011-08-10 Thread Brian May
Hello, When I reply to a given email, instead of quoting the original text, I see: === cut === On Tue, 9 Aug 2011 01:39:30 -0600, tivoli_support at ecurep.ibm.com wrote: Non-text part: multipart/mixed Non-text part: text/html === cut === This is with the latest git master version. Thanks -- Br

Added messages / total files count difference.

2011-08-10 Thread Tomi Ollila
On Tue 09 Aug 2011 14:02, Tomi Ollila writes: > Hi > > I get this output: > > $ notmuch new --verbose > Found 15559 total files (that's not much mail). > Processed 15559 total files in 5m 53s (43 files/sec.). > Added 15546 new messages to the database. > > $ find * -type f | wc > 15559 15559

[RFC PATCH 3/3] lib: add gnulib get_date() based date range search

2011-08-10 Thread Jani Nikula
Add a custom value range processor to handle "date:" using get_date() from gnulib. This enables date (and time) searches of the form date:since..until, where "since" and "until" are expressions understood by get_date(), compatible with most GNU programs. For the date input formats, see the GNU core

[RFC PATCH 2/3] Compile the date/time parser into notmuch library

2011-08-10 Thread Jani Nikula
From: Michal Sojka --- Makefile.local |3 + configure |8 ++ lib/Makefile.local |5 +- lib/config.h | 45 + lib/getdate.c | 185 +++- lib/getdate.h |9 +++ lib/getdate.y | 15 -

[RFC PATCH 1/3] Import date/time parser from GNU coreutils

2011-08-10 Thread Jani Nikula
From: Michal Sojka This function have quite a lot dependencies. We may reduce them later it it is a problem. --- lib/c-ctype.c | 398 +++ lib/c-ctype.h | 297 + lib/getdate.c | 3497 lib/getdate.h | 22 + lib/getdate.y | 1

[RFC PATCH 0/3] add user friendly date range search

2011-08-10 Thread Jani Nikula
Hi, this RFC series adds user friendly date range searches in notmuch. Patches 1 and 2 add the date/time parser from coreutils, and were posted to the list by Michal Sojka in January [1]. I picked them up from the date-parser branch of the git tree at [2]. These worked without modifications, so I

Re: not much reply multipart/mixed

2011-08-10 Thread Jameson Graef Rollins
On Wed, 10 Aug 2011 12:07:00 +1000, Brian May wrote: > When I reply to a given email, instead of quoting the original text, I see: > > === cut === > On Tue, 9 Aug 2011 01:39:30 -0600, tivoli_supp...@ecurep.ibm.com wrote: > Non-text part: multipart/mixed > Non-text part: text/html > === cut === >

not much reply multipart/mixed

2011-08-10 Thread Jameson Graef Rollins
On Wed, 10 Aug 2011 12:07:00 +1000, Brian May wrote: > When I reply to a given email, instead of quoting the original text, I see: > > === cut === > On Tue, 9 Aug 2011 01:39:30 -0600, tivoli_support at ecurep.ibm.com wrote: > Non-text part: multipart/mixed > Non-text part: text/html > === cut ===

[RFC PATCH 3/3] lib: add gnulib get_date() based date range search

2011-08-10 Thread Jani Nikula
Add a custom value range processor to handle "date:" using get_date() from gnulib. This enables date (and time) searches of the form date:since..until, where "since" and "until" are expressions understood by get_date(), compatible with most GNU programs. For the date input formats, see the GNU core

[RFC PATCH 2/3] Compile the date/time parser into notmuch library

2011-08-10 Thread Jani Nikula
From: Michal Sojka --- Makefile.local |3 + configure |8 ++ lib/Makefile.local |5 +- lib/config.h | 45 + lib/getdate.c | 185 +++- lib/getdate.h |9 +++ lib/getdate.y | 15 -

[RFC PATCH 0/3] add user friendly date range search

2011-08-10 Thread Jani Nikula
Hi, this RFC series adds user friendly date range searches in notmuch. Patches 1 and 2 add the date/time parser from coreutils, and were posted to the list by Michal Sojka in January [1]. I picked them up from the date-parser branch of the git tree at [2]. These worked without modifications, so I

Re: Added messages / total files count difference.

2011-08-10 Thread Tomi Ollila
On Tue 09 Aug 2011 14:02, Tomi Ollila writes: > Hi > > I get this output: > > $ notmuch new --verbose > Found 15559 total files (that's not much mail). > Processed 15559 total files in 5m 53s (43 files/sec.). > Added 15546 new messages to the database. > > $ find * -type f | wc > 15559 15559