Re: [PATCH] NEWS, python: add --libnotmuch-dir option to "setup.py install"

2016-07-01 Thread David Bremner
Daniel Lee Harple writes: > This change fixes the python bindings on OS X 10.11, which introduced a > feature called System Integrity Protection. The /usr/bin/python > executable has the "restricted" flag set, which means dlopen() requires > an absolute path to the library that

Re: Issue with verifying cleartext signed messages

2016-07-01 Thread David Bremner
Tomi Ollila writes: > > Does pressing '<' in show buffer help ? > > Tomi > Alternatively, 'V' gives a raw message view. d ___ notmuch mailing list notmuch@notmuchmail.org https://notmuchmail.org/mailman/listinfo/notmuch

Re: Issue with verifying cleartext signed messages

2016-07-01 Thread Tomi Ollila
On Fri, Jul 01 2016, Sanel Zukan wrote: > Hi, > > I'm using epa-verify-cleartext-in-region to verify cleartext signed > messages and noticed it will sometimes fail with notmuch, especially > when target mail message is part of longer thread. > > For example, when signed mail is

Issue with verifying cleartext signed messages

2016-07-01 Thread Sanel Zukan
Hi, I'm using epa-verify-cleartext-in-region to verify cleartext signed messages and noticed it will sometimes fail with notmuch, especially when target mail message is part of longer thread. For example, when signed mail is first in thread, body will look like: -BEGIN PGP SIGNED

[PATCH] emacs: crypto: verify pgpmime by default

2016-07-01 Thread Felipe Balbi
This patch changes default value of notmuch-crypto-process-mime to t in order to tell notmuch to verify pgpmime messages. Signed-off-by: Felipe Balbi --- emacs/notmuch-crypto.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/notmuch-crypto.el