diff options
Diffstat (limited to 'config/gpg')
-rw-r--r-- | config/gpg | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,7 +12,10 @@ #set pgp_list_pubring_command="gpg --no-verbose --batch --quiet --with-colons --list-keys %r" #set pgp_list_secring_command="gpg --no-verbose --batch --quiet --with-colons --list-secret-keys %r" +set pgp_encrypt_self=yes + # specify the uid to use when encrypting/signing +set pgp_default_key=0xC83BFA9A set pgp_sign_as=0xC83BFA9A # set the number of seconds to keep in memory the passpharse used to encrypt/sign |