neomutt: Add encryptByDefault support (#1882)

Adds support for encryptByDefault to the neomutt module using the
crypt_opportunistic_encrypt option.
This commit is contained in:
Sumner Evans 2021-04-07 13:45:50 -06:00 committed by GitHub
parent c12897e8e1
commit be56b6f2c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 69 additions and 0 deletions

View file

@ -5,6 +5,7 @@ set certificate_file=/etc/ssl/certs/ca-certificates.crt
# GPG section
set crypt_use_gpgme = yes
set crypt_autosign = no
set crypt_opportunistic_encrypt = no
set pgp_use_gpg_agent = yes
set mbox_type = Maildir
set sort = "threads"