#3058: [PATCH] mutt keys unmapped after pinentry-curses use Using the pgp classic backend, I've found that after being prompted for a passphrase by pinentry curses that my keybindings no longer work. I have to reload my config or take some other action to cause the screen to be redrawn (Ctrl-L isn't enough). This is the same effect described at https://www.intevation.de/roundup/aegypten/issue277 - though that bug only dealt with the gpgme backend.
The fix is similar, calling mutt_need_hard_redraw(). I'll attach a patch that fixes this for me. I'm not positive that there aren't other places where mutt_need_hard_redraw() should be called in the pgp classic backend, but I've not run into any others. (I use gpg to send and receive encrypted mail every day.) -- Ticket URL: <http://dev.mutt.org/trac/ticket/3058>