Skip to content

Commit

Permalink
Disable auto-creation of profiles from GPG keychain
Browse files Browse the repository at this point in the history
  • Loading branch information
BjarniRunar committed Jul 18, 2015
1 parent ab5b32c commit b26509f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mailpile/plugins/vcard_gnupg.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,9 @@ def gnupg_keys_as_vcards(cls, gnupg,
# list as well and we want to be done handling them here.
if secret:
secret_keys = gnupg.list_secret_keys(selectors=selectors)
results += cls.vcards_one_per_uid(secret_keys, vcards,
kindhint='profile')
# FIXME: Disable auto-creation of profiles
# results += cls.vcards_one_per_uid(secret_keys, vcards,
# kindhint='profile')
else:
secret_keys = []

Expand Down

0 comments on commit b26509f

Please sign in to comment.