[PATCH 5/5] completion: complete addresses in from:/to: search terms

2015-02-24 Thread Tomi Ollila
On Tue, Feb 24 2015, Jani Nikula wrote: > On Tue, 24 Feb 2015, Tomi Ollila wrote: >> On Tue, Jan 27 2015, Jani Nikula wrote: >> >>> Use the new notmuch address command to do completion for addresses in >>> from: and to:. >>> >>> --- >>> >>> This patch is more of an RFC. The to: completion is

[PATCH 5/5] completion: complete addresses in from:/to: search terms

2015-02-24 Thread Tomi Ollila
On Tue, Jan 27 2015, Jani Nikula wrote: > Use the new notmuch address command to do completion for addresses in > from: and to:. > > --- > > This patch is more of an RFC. The to: completion is slw because > typically there are more matches to begin with, and then producing the > results

[PATCH 5/5] completion: complete addresses in from:/to: search terms

2015-02-24 Thread Jani Nikula
On Tue, 24 Feb 2015, Tomi Ollila wrote: > On Tue, Jan 27 2015, Jani Nikula wrote: > >> Use the new notmuch address command to do completion for addresses in >> from: and to:. >> >> --- >> >> This patch is more of an RFC. The to: completion is slw because >> typically there are more matches

[no subject]

2015-02-24 Thread David Bremner
David Bremner writes: > This has Jani's suggestions fixed, along with a couple of other trivial > patches. > > I'll mark them ready at this point. I pushed these, with Trevor's suggested changes. d

post-tag hook?

2015-02-24 Thread Christophe-Marie Duquesne
Hi, Is there a way to run a command every time a message gets tagged? I would like to keep in sync tags and folder names. The problem is that it requires a full scan of the notmuch db, which is slow. If I was running this script only on messages that got retagged since like run of my script it

Re: post-tag hook?

2015-02-24 Thread David Bremner
Christophe-Marie Duquesne c...@chmd.fr writes: I would like to keep in sync tags and folder names. The problem is that it requires a full scan of the notmuch db, which is slow. If I was running this script only on messages that got retagged since like run of my script it would be much

Re: [PATCH] lib: make notmuch shared library install_name be full path on Mac OS X

2015-02-24 Thread David Bremner
J. Lewis Muir jlm...@imca-cat.org writes: The install_name of libnotmuch.dylib on Mac OS X is what is written into a program that links against it. If it is just the name of the shared library file, as opposed to the full path, the program won't be able to find it when it runs and will