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

2011-08-23 Thread Tomi Ollila
On Tue 23 Aug 2011 19:39, Jason Woofenden ja...@jasonwoof.com writes: Here's my thoughts on date/range syntax: I think: date:monday should show only e-mails that arrived on monday (not also emails that arrived since then.) Because that's what it looks like it does. I think a very common

Re: [PATCH] Do not query on notmuch-search exit

2011-08-23 Thread Jameson Graef Rollins
On Mon, 22 Aug 2011 22:29:03 +0200, Michal Sojka sojk...@fel.cvut.cz wrote: - (set-process-filter proc 'notmuch-search-process-filter + (set-process-filter proc 'notmuch-search-process-filter) + (set-process-query-on-exit-flag proc nil))) + ) As very minor stylistic

[PATCH] Return maximum of 150 results

2011-08-23 Thread Daniel Schoepe
Size: 835 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110823/72638955/attachment.pgp>

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

2011-08-23 Thread Jason Woofenden
Here's my thoughts on date/range syntax: I think: date:monday should show only e-mails that arrived on monday (not also emails that arrived since then.) Because that's what it looks like it does. I think a very common use of date ranges will be from some time until now. So I'd like that to be

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

2011-08-23 Thread Tomi Ollila
On Tue 23 Aug 2011 19:39, Jason Woofenden writes: > Here's my thoughts on date/range syntax: > > I think: date:monday should show only e-mails that arrived on > monday (not also emails that arrived since then.) Because that's > what it looks like it does. > > I think a very common use of date

[PATCH] Do not query on notmuch-search exit

2011-08-23 Thread Jameson Graef Rollins
ot available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110823/6a32ed38/attachment.pgp>

[PATCH] Skip dot files in `notmuch new`

2011-08-23 Thread James Vasile
No known mail client or fetch tool stores mail in dot files, because files that start with '.' are usually used to store metadata (i.e. state or configuration) as opposed to subject-matter data. Some mail fetch tools (including mbsync) and clients use dot files in maildirs to store metadata.