1

I am trying to use Mutt with GPG to encrypt emails. Whenever I try to encrypt, I am asked to "Enter keyID for user@domain". No matter what I enter, it asks me to enter the value.

I definitely have the key in my keystore. I have entered the full key ID, the 32-bit ID, prefixed it with 0x, added the email, etc, but nothing works. I can also confirm that I definitely have relevant keys in my local store. I do not see an error message.

My ~/.muttrc at this point just has the standard gpg.rc that comes with Ubuntu. Am I doing something wrong? Or is this a bug in Mutt?

Thanks

Farhan Yusufzai
  • 211
  • 4
  • 7
  • Can you share your mutt configuration, please? Be careful and doublecheck there aren't any passwords. – Jakub Jindra Mar 30 '19 at 10:09
  • Configuration below - I can't get it formatted properly for stack overflow. `set from = ` `set imap_user=` `set imap_pass=` `set spoolfile=imaps://` `set folder=imaps:///INBOX` `set [email protected]` `set smtp_pass=` `set smtp_url=smtp://:587` `set record=imaps:///Sent` `source colors.muttrc` `source ~/.gpg.rc` `set pgp_default_key="0xF8DAC0DE"` `set pgp_sign_as="0xF8DAC0DE` – Farhan Yusufzai Oct 21 '19 at 23:54

0 Answers0