From 99299798cce08a8b2fd55f97cfaa89152f12ab99 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 26 Feb 2020 15:02:27 +0200 Subject: [PATCH] gpg.conf: add the sender option --- .mikaela/gpg.conf | 4 +++- gpg/gpg.conf | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.mikaela/gpg.conf b/.mikaela/gpg.conf index 07dd44c4..36af63ae 100644 --- a/.mikaela/gpg.conf +++ b/.mikaela/gpg.conf @@ -25,10 +25,12 @@ # gpg --encrypt -r # local-user/encrypt-to take name according to `man gpg` local-user mikaela@mikaela.info +# if auto-key-lookup is used, this tells the recepient which WKD to check? +sender mikaela@mikaela.info # Has to be LONG key instead of fingerprint https://dev.gnupg.org/T4855 trusted-key 0x99392F62BAE30723 encrypt-to mikaela@mikaela.info -# WTOP +# WTOP (see comments above) #local-user #trusted-key #encrypt-to diff --git a/gpg/gpg.conf b/gpg/gpg.conf index fc30af39..cde4c567 100644 --- a/gpg/gpg.conf +++ b/gpg/gpg.conf @@ -25,10 +25,12 @@ # gpg --encrypt -r # local-user/encrypt-to take name according to `man gpg` #local-user mikaela@mikaela.info # MIKAELA_GREP # MIKAELA_GREP_GPG +# if auto-key-lookup is used, this tells the recepient which WKD to check? +#sender mikaela@mikaela.info # MIKAELA_GREP # MIKAELA_GREP_GPG # Has to be LONG key instead of fingerprint https://dev.gnupg.org/T4855 #trusted-key 0x99392F62BAE30723 # MIKAELA_GREP # MIKAELA_GREP_GPG #encrypt-to mikaela@mikaela.info # MIKAELA_GREP # MIKAELA_GREP_GPG -# WTOP +# WTOP (see comments above) #local-user # MIKAELA_GREP # MIKAELA_GREP_GPG #trusted-key # MIKAELA_GREP # MIKAELA_GREP_GPG #encrypt-to # MIKAELA_GREP # MIKAELA_GREP_GPG