Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH

2016-08-11 Thread David Bremner
Daniel Kahn Gillmor writes: > This is a utility function we can use to see whether an executa> > +if (strchr (exename, '/')) { > + if (0 == access (exename, X_OK)) > + return TRUE; > + else > + return FALSE; > +} Should we distinguish

notmuch-search-toggle-order and notmuch-tree

2016-08-11 Thread Aneesh Kumar K.V
Hi, I was expecting notmuch-tree to also follow the search order(oldest-first or not). But with latest notmuch even after i change the search order using notmuch-serach-toggle-order a tree view always list with the default search order. Is that expected ? -aneesh

Re: Emacs: postponing messages

2016-08-11 Thread Brian Sniffen
I just found this thread from June while looking to resume a draft saved from another program (dovecot) and which was given the 'draft' tag by synchronization from Maildir flags. Mark, thanks! I *think* all I have to do to deal with other clients accessing the Maildir through IMAP is to remove

Re: Flat search and threaded views

2016-08-11 Thread Yuri D'Elia
On Thu, Aug 04 2016, Yuri D'Elia wrote: > The problem is that the search I've built includes both existing > messages and unread ones (with a buffer of a day). So even though I get > a new (unread) message, some existing messages in the thread also match. > When reading a new

Re: [PATCH v2] Omit User-Agent: header by default

2016-08-11 Thread David Bremner
Daniel Kahn Gillmor writes: > The User-Agent: header can be fun and interesting, but it also leaks > quite a bit of information about the user and their software stack. pushed to master ___ notmuch mailing list

Re: [PATCH] configure: add --without-api-docs option

2016-08-11 Thread David Bremner
mp39...@gmail.com writes: > From: Mikhail > > Add option to explicitly disable API man page build even if doxygen > binary is available. --without-docs also implies not building API > manpage. > > This change intended to add more distinctness into build system and > allow user

Re: [PATCH] configure: add --without-api-docs option

2016-08-11 Thread Tomi Ollila
On Wed, Aug 10 2016, mp39...@gmail.com wrote: > From: Mikhail > > Add option to explicitly disable API man page build even if doxygen > binary is available. --without-docs also implies not building API > manpage. This LGTM and worked fine on my manual ./configure command line