Skip to content

Instantly share code, notes, and snippets.

View afnanenayet's full-sized avatar

Afnan Enayet afnanenayet

View GitHub Profile
@flatcap
flatcap / crypto.rc
Last active January 20, 2024 19:04
Mutt config for crypto
# Common Crypto Options
set crypt_auto_encrypt = no # Automatically encrypt all mail
set crypt_auto_pgp = yes # Allow automatic pgp functions
set crypt_auto_sign = no # Automatically sign all mail
set crypt_auto_smime = yes # Allow automatic smime functions
set crypt_confirm_hook = yes
set crypt_opportunistic_encrypt = no
set crypt_reply_encrypt = yes
set crypt_reply_sign = yes
set crypt_reply_sign_encrypted = yes