]> granicus.if.org Git - neomutt/commit
If possible, only redraw after gpgme has invoked pinentry (#352)
authorPietro Cerutti <gahr@gahr.ch>
Wed, 1 Feb 2017 15:52:40 +0000 (15:52 +0000)
committerGitHub <noreply@github.com>
Wed, 1 Feb 2017 15:52:40 +0000 (15:52 +0000)
commit1689cb1e48f5cf16db282c385e7e60b54912dda1
treef10c153e518a73791b9f1b0b8e501a8588866013
parent52e83426c6ecc6b5f405bfb6395a69f9e17876f2
If possible, only redraw after gpgme has invoked pinentry (#352)

If possible, only redraw after gpgme has invoked pinentry

This requires gpgme >= 1.8.1, which exposes a new "redraw" status flag.
On older versions, fallback to always redraw if pinentry was potentially called.
Thanks to Werner Koch for the hints!
crypt-gpgme.c