aboutsummaryrefslogtreecommitdiff
path: root/gnupg
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-12-29 13:02:15 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-12-29 13:02:15 +1300
commita4b17a9af86ab88cfe48e616284b56c1bdf019bd (patch)
tree4d732fcde65a9596cfb10b8ca888f7a96031ef68 /gnupg
parentMerge branch 'release/v0.21.0' into develop (diff)
downloaddotfiles-a4b17a9af86ab88cfe48e616284b56c1bdf019bd.tar.gz
dotfiles-a4b17a9af86ab88cfe48e616284b56c1bdf019bd.zip
Remove --batch option and wrapper for gpg(1)
This was originally added to cut the decryption boilerplate, which no longer seems to be an issue; I think that --quiet may be correctly blocking it now. Even without this, it caused more problems than it solved when gpg(1) genuinely did need user interaction from me, for example for --update-trustdb.
Diffstat (limited to 'gnupg')
-rw-r--r--gnupg/gpg.conf.mi55
1 files changed, 0 insertions, 5 deletions
diff --git a/gnupg/gpg.conf.mi5 b/gnupg/gpg.conf.mi5
index 1617a979..74363441 100644
--- a/gnupg/gpg.conf.mi5
+++ b/gnupg/gpg.conf.mi5
@@ -1,11 +1,6 @@
# Retrieve certs automatically if possible
auto-key-locate cert pka
-# Prevent boilerplate about needing key decryption, which is handled by the
-# agent; the gpg function in my Bash scripts overrides this for certain
-# commands where it interferes
-batch
-
# Use SHA512 as the hash when making key signatures
cert-digest-algo SHA512