summaryrefslogtreecommitdiff
path: root/.caffrc
diff options
context:
space:
mode:
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";