Re: [PATCH] emacs: add missing paren to fix defun in notmuch-address.el.

2013-04-08 Thread Tomi Ollila
On Tue, Apr 09 2013, Jed Brown wrote: > David Bremner writes: > >> Squashed sounds good to me too. Sorry I'm too lazy/busy at the moment to >> do it myself. > > I tested the attached and it's working as expected. Sent as an > attachment to preserve author information. LGTM (this time tested, to

[RFC/PATCH] python: search parent lib directory for libnotmuch.so

2013-04-08 Thread Jed Brown
If libnotmuch.so is installed to a path that is not searched by dlopen(3), we must import it using an absolute path because the Python bindings do not have the luxury of RPATH linking. So strip off the trailing directories from the install location and try CDLL with an absolute path. --- This is s

[PATCH] emacs: add missing paren to fix defun in notmuch-address.el.

2013-04-08 Thread Jed Brown
ent was scrubbed... Name: 0001-emacs-functions-to-import-sender-or-recipient-into-B.patch Type: text/x-patch Size: 2489 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20130408/3e7df911/attachment.bin>

[RFC/PATCH] python: search parent lib directory for libnotmuch.so

2013-04-08 Thread Jed Brown
If libnotmuch.so is installed to a path that is not searched by dlopen(3), we must import it using an absolute path because the Python bindings do not have the luxury of RPATH linking. So strip off the trailing directories from the install location and try CDLL with an absolute path. --- This is s

[PATCH] lib: Add a new prefix "list" to the search-terms syntax

2013-04-08 Thread David Bremner
"Alexey I. Froloff" writes: > On Sat, Apr 06, 2013 at 08:54:59AM -0300, David Bremner wrote: >> On the other hand, _notmuch_message_gen_terms does return a status. I >> agree that currently this status is not useful, but that could change in >> the future. I also agree that the existing code doe

Re: [PATCH] emacs: add missing paren to fix defun in notmuch-address.el.

2013-04-08 Thread Jed Brown
David Bremner writes: > Squashed sounds good to me too. Sorry I'm too lazy/busy at the moment to > do it myself. I tested the attached and it's working as expected. Sent as an attachment to preserve author information. >From 5404ac5bf13f8b5349d5b94f9f2000e9d1832b83 Mon Sep 17 00:00:00 2001 Fro

Re: [PATCH] lib: Add a new prefix "list" to the search-terms syntax

2013-04-08 Thread David Bremner
"Alexey I. Froloff" writes: > On Sat, Apr 06, 2013 at 08:54:59AM -0300, David Bremner wrote: >> On the other hand, _notmuch_message_gen_terms does return a status. I >> agree that currently this status is not useful, but that could change in >> the future. I also agree that the existing code doe

Integrating notmuch with gnus?

2013-04-08 Thread Rainer M. Krug
Istvan Marko writes: > "Rainer M. Krug" writes: > >> Hi >> >> I started using gnus for my emails, but definitely want to continue >> using notmuch for indexing and searching. >> >> Is there a way of using notmuch as the search backend for gnus? Is >> there more info around then on >> http://www.

[PATCH] lib: Add a new prefix "list" to the search-terms syntax

2013-04-08 Thread Alexey I. Froloff
-signature Size: 490 bytes Desc: Digital signature URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20130408/9646ef60/attachment.pgp>

Re: Integrating notmuch with gnus?

2013-04-08 Thread Istvan Marko
"Rainer M. Krug" writes: > Istvan Marko writes: >> nnir (gnus search backend) supports notmuch out of the box. If I >> remember right all you have to do is: >> >> (setq nnir-search-engine 'notmuch) >> >> Or customize nnir-method-default-engines. > <#secure method=pgpmime mode=sign> > > Hm - I tr

Integrating notmuch with gnus?

2013-04-08 Thread Istvan Marko
"Rainer M. Krug" writes: > Istvan Marko writes: >> nnir (gnus search backend) supports notmuch out of the box. If I >> remember right all you have to do is: >> >> (setq nnir-search-engine 'notmuch) >> >> Or customize nnir-method-default-engines. > <#secure method=pgpmime mode=sign> > > Hm - I tr

[PATCH] emacs: add missing paren to fix defun in notmuch-address.el.

2013-04-08 Thread Tomi Ollila
On Mon, Apr 08 2013, Karl Fogel wrote: > David Bremner writes: >>Karl Fogel writes: >>> This patch fixes a trivial missing-paren problem in notmuch-address.el >>> (and reindents the following defun accordingly). I'm not subscribed >>> to this list, so please keep me CC'd on any followups. >> >

[PATCH] emacs: add missing paren to fix defun in notmuch-address.el.

2013-04-08 Thread Jani Nikula
On Mon, 08 Apr 2013, Tomi Ollila wrote: > The most tolerable way is to send new patch series w/ these 2 patches > that apply cleanly on top of current master (661dcf87aeb70) so that the > things that David needs to do are just to run `git am` and `make test`. I'd say just squash the two together.

[PATCH] emacs: add missing paren to fix defun in notmuch-address.el.

2013-04-08 Thread David Bremner
Jani Nikula writes: > On Mon, 08 Apr 2013, Tomi Ollila wrote: >> The most tolerable way is to send new patch series w/ these 2 patches >> that apply cleanly on top of current master (661dcf87aeb70) so that the >> things that David needs to do are just to run `git am` and `make test`. > > I'd say

Re: Integrating notmuch with gnus?

2013-04-08 Thread Rainer M. Krug
Istvan Marko writes: > "Rainer M. Krug" writes: > >> Hi >> >> I started using gnus for my emails, but definitely want to continue >> using notmuch for indexing and searching. >> >> Is there a way of using notmuch as the search backend for gnus? Is >> there more info around then on >> http://www.

Re: [PATCH] emacs: add missing paren to fix defun in notmuch-address.el.

2013-04-08 Thread David Bremner
Jani Nikula writes: > On Mon, 08 Apr 2013, Tomi Ollila wrote: >> The most tolerable way is to send new patch series w/ these 2 patches >> that apply cleanly on top of current master (661dcf87aeb70) so that the >> things that David needs to do are just to run `git am` and `make test`. > > I'd say

Re: [PATCH] lib: Add a new prefix "list" to the search-terms syntax

2013-04-08 Thread Alexey I. Froloff
On Sat, Apr 06, 2013 at 08:54:59AM -0300, David Bremner wrote: > On the other hand, _notmuch_message_gen_terms does return a status. I > agree that currently this status is not useful, but that could change in > the future. I also agree that the existing code does the same thing in > a few places,

Re: [PATCH] emacs: add missing paren to fix defun in notmuch-address.el.

2013-04-08 Thread Jani Nikula
On Mon, 08 Apr 2013, Tomi Ollila wrote: > The most tolerable way is to send new patch series w/ these 2 patches > that apply cleanly on top of current master (661dcf87aeb70) so that the > things that David needs to do are just to run `git am` and `make test`. I'd say just squash the two together.

Re: [PATCH] emacs: add missing paren to fix defun in notmuch-address.el.

2013-04-08 Thread Tomi Ollila
On Mon, Apr 08 2013, Karl Fogel wrote: > David Bremner writes: >>Karl Fogel writes: >>> This patch fixes a trivial missing-paren problem in notmuch-address.el >>> (and reindents the following defun accordingly). I'm not subscribed >>> to this list, so please keep me CC'd on any followups. >> >