From 972119706712e955d00a7d7db740af44047c0178 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 5 Dec 2019 14:51:13 +0200 Subject: [PATCH] gpg: add auto-key-retrieve --- .mikaela/gpg.conf | 1 + gpg/gpg.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/.mikaela/gpg.conf b/.mikaela/gpg.conf index 0771f767..d82209ea 100644 --- a/.mikaela/gpg.conf +++ b/.mikaela/gpg.conf @@ -26,6 +26,7 @@ keyserver-options no-honor-keyserver-url import-clean # Try to automatically find keys from local/wkd if key for email address isn't found, but we are encrypting to email address. +auto-key-retrieve auto-key-locate local,wkd # Use my key by default diff --git a/gpg/gpg.conf b/gpg/gpg.conf index 60102dc6..ed789488 100644 --- a/gpg/gpg.conf +++ b/gpg/gpg.conf @@ -26,6 +26,7 @@ keyserver-options no-honor-keyserver-url import-clean # Try to automatically find keys from local/wkd if key for email address isn't found, but we are encrypting to email address. +auto-key-retrieve auto-key-locate local,wkd # Use my key by default