blob: bb9a5a79dd52f4473b4e450d03f653d01fca5c71 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# 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
|