X-Git-Url: http://git.sthu.org/?a=blobdiff_plain;f=caff%2Fcaffrc.sample;h=dae022944b0311ca933ece70cfb64ce01f587d08;hb=415853a798c69ae8a5bbd1579f0f5d2b8d1cfa41;hp=cadc44ee032ac7c5a70fc2de3f5674084e694b9f;hpb=88e91c7dab59944a9463696712fbfee3602bf7fa;p=pgp-tools.git diff --git a/caff/caffrc.sample b/caff/caffrc.sample index cadc44e..dae0229 100644 --- a/caff/caffrc.sample +++ b/caff/caffrc.sample @@ -1,5 +1,5 @@ # $Id$ -# vim: syntax=perl +# vim:ft=perl: $CONFIG{'owner'} = 'John Doe'; $CONFIG{'email'} = 'user@example.com'; @@ -11,7 +11,7 @@ $CONFIG{'email'} = 'user@example.com'; # your fingerprint. $CONFIG{'keyid'} = [ qw{DE7AAF6E94C09C7F 62AF4031C82E0039} ]; -$CONFIG{'also-encrypt-to'} = 'DE7AAF6E94C09C7F'; +$CONFIG{'also-encrypt-to'} = [ qw{DE7AAF6E94C09C7F} ]; $CONFIG{'caffhome'} = $ENV{'HOME'}.'/.caff'; # The options below need not be changed for normal operation. @@ -42,10 +42,10 @@ $CONFIG{'caffhome'} = $ENV{'HOME'}.'/.caff'; # $CONFIG{'mail-template'} = <<'EOM' # Hi, # -# please find attached the user id{(scalar @uids >= 2 ? 's' : '')}. +# please find attached the user id{(scalar @uids >= 2 ? 's' : '')} # {foreach $uid (@uids) { # $OUT .= "\t".$uid."\n"; -# };} of your key {$key} signed by me. +# };}of your key {$key} signed by me. # # Note that I did not upload your key to any keyservers. # If you have multiple user ids, I sent the signature for each user id