Update 2024-02-14 07:51 OpenBSD/amd64-x13
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
# html
|
||||
text/html; ~/.mutt/scripts/call-browser.sh %s; test=test -n "$DISPLAY"; needsterminal;
|
||||
text/html; w3m -I %{charset} -T %t -cols "$COLUMNS" -s -no-graph -o display_link=1 -o display_link_number=1; copiousoutput;
|
||||
message/*; cat %s; needsterminal;
|
||||
|
||||
# documents
|
||||
application/pdf; ~/.mutt/scripts/call.sh mupdf %s; nametemplate=%s.pdf;
|
||||
|
||||
@@ -307,7 +307,7 @@ set ssl_verify_host = no
|
||||
set crypt_use_gpgme = yes # use the new gpgme method (disabling cumbersome gpg commands below)
|
||||
set crypt_replyencrypt = yes # encrypt, if original mail was encrypted
|
||||
set crypt_replysign = yes # sign, if original mail was signed
|
||||
set crypt_verify_sig = yes # verify sig, if sig is available
|
||||
set crypt_verify_sig = yes # verify sig, if sig is available
|
||||
set crypt_autosign = no # sign mails per default
|
||||
set crypt_use_pka = yes # http://www.g10code.de/docs/pka-intro.de.pdf
|
||||
set crypt_autosmime = no
|
||||
@@ -315,6 +315,7 @@ set crypt_protected_headers_save = yes
|
||||
set crypt_protected_headers_write = yes
|
||||
set crypt_protected_headers_subject = "..."
|
||||
set crypt_opportunistic_encrypt = yes # encrypt when key can be found
|
||||
set crypt_opportunistic_encrypt_strong_keys = yes # autoselect key with trust full+
|
||||
set autocrypt = no
|
||||
set pgp_use_gpg_agent = yes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user