[PATCH] Return maximum of 150 results

2011-08-18 Thread James Vasile
Display a maximum of 150 results when searching for messages. This prevents client lag when searches return thousands of results you'll never look at (use the Filter command to cut down results that exceed 150). Number of results can be changed by setting notmuch-max-results. This patch depends

[PATCH] Added --initial-index and --last-index to search/show

2011-08-18 Thread James Vasile
Sometimes you need to ask notmuch for just a few messages, and notmuch supports that with date range options. Date ranges, however, are not sufficient for an application that is paging and just wants message x through y, then x+d through y+d, etc. And if you're sending the json results of a searc

[PATCH] Return maximum of 150 results

2011-08-18 Thread James Vasile
Display a maximum of 150 results when searching for messages. This prevents client lag when searches return thousands of results you'll never look at (use the Filter command to cut down results that exceed 150). Number of results can be changed by setting notmuch-max-results. This patch depends

[PATCH] Added --initial-index and --last-index to search/show

2011-08-18 Thread James Vasile
Sometimes you need to ask notmuch for just a few messages, and notmuch supports that with date range options. Date ranges, however, are not sufficient for an application that is paging and just wants message x through y, then x+d through y+d, etc. And if you're sending the json results of a searc

queries switching from MH-E to notmuch

2011-08-18 Thread Stephen Eglen
[Apologies if this has gone through more than once, I've been having problems subscribing.] I'd like to switching emacs mailers, from MH-E to notmuch, as I need a mailer with decent IMAP support. Compared to gnus, notmuch (with offlineimap) seems much quicker, and I like the sound of tags + fast

gmail syncing sort of working

2011-08-18 Thread Sebastian Spaeth
h, I'll be applying it if it fixes things. Sebastian -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110818/ee42d721/attachment.pgp>

queries switching from MH-E to notmuch

2011-08-18 Thread Stephen Eglen
[Apologies if this has gone through more than once, I've been having problems subscribing.] I'd like to switching emacs mailers, from MH-E to notmuch, as I need a mailer with decent IMAP support. Compared to gnus, notmuch (with offlineimap) seems much quicker, and I like the sound of tags + fast

Re: gmail syncing sort of working

2011-08-18 Thread Sebastian Spaeth
On Wed, 17 Aug 2011 19:31:36 -0700, Alex Botero-Lowry wrote: > p.s. I also ran into an issue with the notmuch python bindings where I had > to wrap every c_void_p in POINTER() or it would segfault for any method that > tried to use a pointer. Also the sed command that tries to build notmuch.sym >