Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Sign and encrypt" ignores account-specific key. Always signs with default one. #522

Open
sequba opened this issue Jul 27, 2016 · 0 comments

Comments

@sequba
Copy link

sequba commented Jul 27, 2016

When I use option "sign and encrypt", my emails are signed with my default key instead of the one specified in config. Sign with no encryption works fine.

I managed to find the cause. Method encrypt expects symbol :signers instead of :signer in options hash. I got it working by adding the line options[:signers] = options[:signer] to my gpg-options hook.

I'm sure the solution requires only minor changes in code, but I'm not confident enough to do it myself.

@danc86 danc86 added this to the 0.23 milestone Jun 23, 2020
@danc86 danc86 modified the milestones: 0.23, 0.24 Jul 9, 2020
@danc86 danc86 removed this from the 1.1 milestone Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants