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

Consider merging exact key feature #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 5, 2012

  1. Add find_exact method to lookup keys stricter

    GPG has the issue that finding a key for bar@example.com, also returns a key
    for foobar@example.com.
    This can be restricted by adding <> around the address: <bar@example.com>.
    Hence GPGME::Key.find_exact simply wraps <> around each email you passed to the method
    and delegates the rest to GPGME::Key.find
    duritong committed Jan 5, 2012
    Configuration menu
    Copy the full SHA
    b2b7fc9 View commit details
    Browse the repository at this point in the history