neomutt: Add encryptByDefault support (#1882)
Adds support for encryptByDefault to the neomutt module using the crypt_opportunistic_encrypt option.
This commit is contained in:
parent
c12897e8e1
commit
be56b6f2c5
6 changed files with 69 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue