Re: [PATCH] emacs: tree: drop repeated "of" from docstring

2017-07-10 Thread David Bremner
Kyle Meyer writes: > --- > emacs/notmuch-tree.el | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > pushed to master d ___ notmuch mailing list notmuch@notmuchmail.org https://notmuchmail.org/mailman/listinfo/notmuch

Re: [PATCH] emacs: change default for notmuch-crypto-process-mime to t

2017-07-10 Thread Brian Sniffen
Gpg is exposed to some zip bomb problems last I looked. But the worst that could do is fill your disk or crash your Emacs, right? And I suspect the MIME library exposes similar issues in quantity. -- Brian Sniffen > On Jul 10, 2017, at 4:42 PM, Daniel Kahn Gillmor > wrote: > >> On Sun 201

Re: Emacs "notmuch CLI version mismatch"

2017-07-10 Thread David Edmondson
On Monday, 2017-07-10 at 17:40:04 -0300, David Bremner wrote: >>> What is the output of M-x notmuch-hello-versions >> >> notmuch version 0.24.2 > > That's very suprising, since it should also print the version of notmuch > emacs mua if it is different from the notmuch version. Running MELPA on m

Re: [PATCH] emacs: change default for notmuch-crypto-process-mime to t

2017-07-10 Thread Daniel Kahn Gillmor
On Sun 2017-07-09 07:46:14 -0300, David Bremner wrote: > There are some cases like remote usage where this might cause > problems, but those users can easily customize the variable. The > inconvenience seems to be outweighed by the security benefit for most > users. lgtm. i'm not sure that this c

Re: Emacs "notmuch CLI version mismatch"

2017-07-10 Thread David Bremner
david wen riccardi-zhu writes: > Thanks so much, David. > >> At a guess, you are using git master of the emacs client (perhaps via >> melpa, or via some arch git snapshot package), and a released version of >> the notmuch binary. > > I am using MELPA -- does this mean I should be using git to get

Re: Emacs "notmuch CLI version mismatch"

2017-07-10 Thread david wen riccardi-zhu
Thanks so much, David. > At a guess, you are using git master of the emacs client (perhaps via > melpa, or via some arch git snapshot package), and a released version of > the notmuch binary. I am using MELPA -- does this mean I should be using git to get the binary? > What is the output of M-x

Re: Emacs "notmuch CLI version mismatch"

2017-07-10 Thread David Bremner
david wen riccardi-zhu writes: > I'm getting this error in Emacs after upgrading packages: > > notmuch-logged-error: notmuch CLI version mismatch Emacs requested > a newer output format than supported by the notmuch CLI. You may > need to restart Emacs or upgrade your notmuch package. > At a

Emacs "notmuch CLI version mismatch"

2017-07-10 Thread david wen riccardi-zhu
I'm getting this error in Emacs after upgrading packages: notmuch-logged-error: notmuch CLI version mismatch Emacs requested a newer output format than supported by the notmuch CLI. You may need to restart Emacs or upgrade your notmuch package. The message appears whenever I try to open an e

[PATCH] emacs: tree: drop repeated "of" from docstring

2017-07-10 Thread Kyle Meyer
--- emacs/notmuch-tree.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el index 6812d7e9..55212626 100644 --- a/emacs/notmuch-tree.el +++ b/emacs/notmuch-tree.el @@ -832,7 +832,7 @@ (defun notmuch-tree-insert-forest (forest) (map

Re: [PATCH] emacs: change default for notmuch-crypto-process-mime to t

2017-07-10 Thread Tomi Ollila
On Sun, Jul 09 2017, David Bremner wrote: > There are some cases like remote usage where this might cause > problems, but those users can easily customize the variable. The > inconvenience seems to be outweighed by the security benefit for most > users. > --- Trivial enough to LGTM codewise -- to