Hi all, I'm still struggling with one aspect of S/MIME handling and it looks like not so many people on the users list can help.
Basically, what I want to achieve is that the locally saved copy of an encrypted email is readable by and encrypted to me. By default, this is not the case, and the saved copy is encrypted to the recipient only. This is due to smime_default_key="". The next step is to export my own cert with gpgsm and create the openssl hash, then set smime_default_key to the same. With this setting, I can no longer send encrypted mail at all, the error message is: error encrypting data: No public key? This error comes regardless of whether encrypt-to is set in gpgsm.conf or not. Not sure where to go from here. mutt is built with gpgme.