aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-19 23:39:25 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-19 23:39:25 +1200
commit460430b4a621fe539301fed1f62d86ef6c15c519 (patch)
treedd0f273a63352e5fc8a711fb34e773e7e738e0e7
parentAdd autocrypt settings to main muttrc (diff)
downloaddotfiles-460430b4a621fe539301fed1f62d86ef6c15c519.tar.gz
dotfiles-460430b4a621fe539301fed1f62d86ef6c15c519.zip
Don't configure GnuPG itself anymore
Causes more problems than it solves now. Just need to consistently use new versions.
-rw-r--r--Makefile2
-rw-r--r--gnupg/gpg.conf14
2 files changed, 0 insertions, 16 deletions
diff --git a/Makefile b/Makefile
index fb861593..3cf44ee3 100644
--- a/Makefile
+++ b/Makefile
@@ -455,8 +455,6 @@ install-git: git/config $(GIT_TEMPLATE_HOOKS)
install-gnupg: gnupg/profile.d/gnupg.sh install-sh
cp -p -- gnupg/profile.d/* $(HOME)/.profile.d
- mkdir -m 0700 -p -- $(HOME)/.gnupg
- cp -p -- gnupg/*.conf $(HOME)/.gnupg
install-gtk:
mkdir -p -- $(XDG_CONFIG_HOME)/gtk-3.0
diff --git a/gnupg/gpg.conf b/gnupg/gpg.conf
deleted file mode 100644
index 97c1ca77..00000000
--- a/gnupg/gpg.conf
+++ /dev/null
@@ -1,14 +0,0 @@
-# Assume I mean to encrypt to myself if no recipient is specified
-default-recipient-self
-
-# Don't use key IDs in listings, just show full fingerprints
-keyid-format none
-
-# Suppress the copyright message
-no-greeting
-
-# Don't sign pictures or other binary UID data
-only-sign-text-ids
-
-# Show fingerprints where they might not otherwise appear
-with-fingerprint