Re: [RFE] Call `gpg --recv-keys` asynchronously

2021-05-05 Thread Steven Allen
David Bremner writes: > Do I misunderstand, or was this fixed in a1d6e406f6f ? Yes, this was fixed long ago. Thanks! - Steven signature.asc Description: PGP signature ___ notmuch mailing list -- notmuch@notmuchmail.org To unsubscribe send an email

Re: [RFE] Call `gpg --recv-keys` asynchronously

2017-03-05 Thread Jani Nikula
On Tue, 28 Feb 2017, David Bremner wrote: > Sebastian Schwarz writes: >> Even with all keys already present signature verification takes >> some time as well. It would be nice if this was done >> asynchronously as well. This would greatly improve the

Re: [RFE] Call `gpg --recv-keys` asynchronously

2017-03-01 Thread Sebastian Schwarz
On 2017-02-28, David Bremner wrote: > FWIW, these changes are pretty unrelated at an implimentation > level. The key fetching is done from emacs, while the > verification is done in the notmuch binary. I presumed the verification was done in Emacs as well. But I can see how asynchronous

Re: [RFE] Call `gpg --recv-keys` asynchronously

2017-02-28 Thread David Bremner
David Bremner writes: > Sebastian Schwarz writes: > >> Allow me add to this RFE. >> >> On 2017-02-28, Steven Allen wrote: >>> Currently, notmuch fetches keys synchronously. This can be >>> *very* slow (I fetch keys over tor) and locks up emacs for the >>>

Re: [RFE] Call `gpg --recv-keys` asynchronously

2017-02-28 Thread Daniel Kahn Gillmor
On Tue 2017-02-28 12:35:05 -0800, Steven Allen wrote: > Currently, notmuch fetches keys synchronously. This can be *very* slow > (I fetch keys over tor) and locks up emacs for the duration. Therefore, > this fetch really should be asynchronous. > > Unfortunately, getting this to work well (i.e.

Re: [RFE] Call `gpg --recv-keys` asynchronously

2017-02-28 Thread David Bremner
Sebastian Schwarz writes: > Allow me add to this RFE. > > On 2017-02-28, Steven Allen wrote: >> Currently, notmuch fetches keys synchronously. This can be >> *very* slow (I fetch keys over tor) and locks up emacs for the >> duration. Therefore, this fetch really should be

Re: [RFE] Call `gpg --recv-keys` asynchronously

2017-02-28 Thread Sebastian Schwarz
Allow me add to this RFE. On 2017-02-28, Steven Allen wrote: > Currently, notmuch fetches keys synchronously. This can be > *very* slow (I fetch keys over tor) and locks up emacs for the > duration. Therefore, this fetch really should be > asynchronous. Even with all keys already present

[RFE] Call `gpg --recv-keys` asynchronously

2017-02-28 Thread Steven Allen
Currently, notmuch fetches keys synchronously. This can be *very* slow (I fetch keys over tor) and locks up emacs for the duration. Therefore, this fetch really should be asynchronous. Unfortunately, getting this to work well (i.e. not interleave output in the `*notmuch-crypto-gpg-out*` buffer)