Hide Forgot
Current mutt build has disabled gpgme support. Please enable it because mutt then delegates all the PGP related code to gpgme library making self less prone to cryptographic. Including passphrase caching. I see mutt spec file can allow gpgme, but it disables it because since gpgme-1.2.0, application must initialize gpgme library properly first (otherwise mutt dies with `could not get gpgme context' message).
Created attachment 529751 [details] Fix for gpgme after 1.2.0 This is patch from Gentoo referred on the upstream bug tracking system which solve this problem for me.
Thanks for the patch, mutt is built with gpgme support by default in Rawhide now.