blob: 2473e5bb82afd234fd94edcfd2176404bf626e77 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Use GPGME
set crypt_use_gpgme = yes
# Automatically sign all outgoing mails
set crypt_autosign = yes
# Encrypt replies to encrypted mail
set crypt_replyencrypt = yes
# Attempt to verify email signatures automatically
set crypt_verify_sig = yes
set pgp_auto_decode = yes
|