summaryrefslogtreecommitdiff
path: root/.caffrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-08-17 17:42:30 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-08-17 17:42:30 -0700
commitc4a9e17680934a29e05347d0f6d53c3557ccc9e8 (patch)
treeb37799be1441472066ef7018d98aec7e952056c0 /.caffrc
parent6d45d892577e9e8cb5977643aedbdd225320040a (diff)
downloaddotfiles-c4a9e17680934a29e05347d0f6d53c3557ccc9e8.tar.gz
caff: set gpg-sign-args
Diffstat (limited to '.caffrc')
-rw-r--r--.caffrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.caffrc b/.caffrc
index 32f02866..8bace8b6 100644
--- a/.caffrc
+++ b/.caffrc
@@ -54,3 +54,8 @@ Regards,
EOM
$CONFIG{'mail'} = 'yes';
+
+# this means that we can't selectively sign UIDs -- either avoid
+# sending out the mail (and delete caff's public keyring containing
+# those sigs) or turn this off when signing those keys
+$CONFIG{'gpg-sign-args'} = "save";