Update 2023-03-06 08:14 OpenBSD/amd64

This commit is contained in:
c0dev0id
2023-03-06 08:14:38 +01:00
parent eaf9fb040c
commit 5884be7d10
8 changed files with 76 additions and 53 deletions

View File

@@ -72,7 +72,7 @@ set attribution = "%n wrote (%D):"
# TOFU filter
# set my_tprot='t-prot -aelmtS -c --bigq -Mmutt --spass --pgp-move --pgp-short'
# set display_filter=$my_tprot
set display_filter=~/.mutt/scripts/display-filter
# set display_filter=~/.mutt/scripts/display-filter
subscribe ports@openbsd.org
send-hook '~C ^ports@openbsd\.org$' 'my_hdr From: sh+openbsd-ports@codevoid.de'
@@ -128,7 +128,7 @@ bind editor ^T complete
# Format
set pager_format = "From: %f %* %d %P"
set date_format = "%Y-%m-%d %H:%M %Z"
set index_format = "%Z : %-18.18F : %s %* \ %?y?[%y] ?%[%H:%M %d.%m.%y]"
set index_format = "%Z : %-18.18F : %s %* \ %?y?[%y] ?%[%H:%M %d.%m.%y] %4c"
set forward_format = "Fw: %s"
set attach_format = "%u%D%I %t%4n %6T Size: %s, Type: %m/%M %d %F %> [ %C %e ] "
set folder_format = "%t %2C %d %f %> %s Bytes "
@@ -241,8 +241,8 @@ macro pager s "<save-message>?<toggle-mailboxes>" "move a message to a mailbox"
bind index x sync-mailbox
# POS1 and END navigation
bind index,browser home first-entry
bind index,browser end last-entry
bind index,browser ,g first-entry
bind index,browser ,G last-entry
bind pager <home> top
bind pager <end> bottom
@@ -304,7 +304,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 = no # 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