Re: [PATCH v1 2/3] emacs: Always insert crypto buttons.

2016-03-24 Thread David Bremner
David Edmondson writes: > When no decryption or signature examination is > happening (i.e. `notmuch-crypto-process-mime' is `nil') insert buttons > that indicate this, rather than remaining silent. I'm afraid starting at patch 2 this series needs rebasing against master. d

Re: [PATCH v2] emacs: Allow part preferences to depend on message content.

2016-03-24 Thread David Bremner
David Edmondson writes: > Currently the preference for which sub-part of a multipart/alternative > part is shown is global. Allow to the user to override the settings on a > per-message basis by providing the ability to call a function that has > access to the message to return the

FastMail uses xapian for real time search, can we do the same?

2016-03-24 Thread Edward Betts
I've tried using 'notmuch insert' with mutt-kz, the mutt fork that talks to the notmuch database. Both keep trying to grab the write lock at the same time. I tag a mail in mutt-kz and it writes the new tag to the database, at the same time a new mail is coming in. Either 'notmuch insert' has the

Re: [PATCH 5/5] NEWS: Document the notmuch-report branch

2016-03-24 Thread David Bremner
"W. Trevor King" writes: > --- > NEWS | 26 ++ > 1 file changed, 26 insertions(+) I finally merged these. You'll probably want to look at how the NEWS items for the two notmuch-report series combine. They're also a bit long for my taste, but I don't

Re: FastMail uses xapian for real time search, can we do the same?

2016-03-24 Thread David Bremner
Edward Betts writes: > > Is there any enthusiasm for adding real time search to notmuch? It sounds interesting. I do wonder if just better (read, any) retry handling might give most of the user benefits with fewer moving parts. I think the real reason that the locking

Re: [PATCH v2 4/4] status-config.json: Remove parens from query entry

2016-03-24 Thread David Bremner
"W. Trevor King" writes: > These are now added by nmbug-status. > --- > devel/nmbug/status-config.json | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/devel/nmbug/status-config.json b/devel/nmbug/status-config.json > index b926946..48b6f19 100644 > ---

Re: [PATCH v3 2/2] emacs: `notmuch-show-forward-message' can use `notmuch-mua-new-forward-messages'

2016-03-24 Thread David Bremner
David Edmondson writes: > Which allows `notmuch-mua-new-forward-message' to be removed. Pushed this series d ___ notmuch mailing list notmuch@notmuchmail.org https://notmuchmail.org/mailman/listinfo/notmuch

Re: [PATCH v1 1/3] emacs: Improve crypto button labels.

2016-03-24 Thread David Bremner
David Edmondson writes: > Make the labels for both encryption and signature buttons share a common > format, in which both report the status if it is not one of those known. > --- Pushed this one patch, since surprisingly it doesn't break the test suite. d

[PATCH] NEWS: Consolidate nmbug-status and notmuch-report sections

2016-03-24 Thread W. Trevor King
These are the same tool; the nmbug-status text just landed before the name change. We can also drop the message-url details from NEWS, since they're already in the man page. --- The integration fixes requested in [1]. Cheers, Trevor [1]: id:87r3f0jgg1.fsf@zancas.localnet