Re: [PATCH] emacs: Invoke gpg with --batch and --no-tty

2019-02-10 Thread David Bremner
Daniel Kahn Gillmor writes: > When invoking gpg as a backgrounded tool, it's important to let gpg > know that it is backgrounded, to avoid spurious prompts or other > breakage. pushed to release and master. d ___ notmuch mailing list

Re: [PATCH] emacs: Invoke gpg with --batch and --no-tty

2019-02-09 Thread Daniel Kahn Gillmor
On Sat 2019-02-09 17:12:52 -0400, David Bremner wrote: > 1) I only skimmed the debian bug, but I hard the impression Werner said > that --batch implied --no-tty? from gpg(1): --no-tty Make sure that the TTY (terminal) is never used for any output. This option

Re: [PATCH] emacs: Invoke gpg with --batch and --no-tty

2019-02-09 Thread David Bremner
Daniel Kahn Gillmor writes: > When invoking gpg as a backgrounded tool, it's important to let gpg > know that it is backgrounded, to avoid spurious prompts or other > breakage. > > In particular, https://bugs.debian.org/913614 was a regression in > GnuPG which causes problems when importing keys

[PATCH] emacs: Invoke gpg with --batch and --no-tty

2019-02-09 Thread Daniel Kahn Gillmor
When invoking gpg as a backgrounded tool, it's important to let gpg know that it is backgrounded, to avoid spurious prompts or other breakage. In particular, https://bugs.debian.org/913614 was a regression in GnuPG which causes problems when importing keys without a terminal, but gpg expects one.