Update 2023-12-12 14:16 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id 2023-12-12 14:16:08 +01:00
parent 0c920d803b
commit e5395ceef5
2 changed files with 11 additions and 7 deletions

1
.kshrc
View File

@ -147,6 +147,7 @@ make-reinstall() {
remake \
&& doas pkg_add -aa "$(make show=FULLPKGNAME)"
}
alias vmctl="doas /usr/sbin/vmctl"
# remind

View File

@ -106,14 +106,17 @@ subscribe intern@lists.ccc.de
send-hook '~C ^intern@lists.ccc\.de$' 'my_hdr From: Stefan Hagen <ccc-intern@textmail.me>'
send-hook '~C ^intern@lists.ccc\.de$' 'unset signature'
send-hook '~C ^thomasboettrich@gmail\.com$' 'my_hdr From: sh@stefanhagen.de'
send-hook '~C ^thomasboettrich@gmail\.com$' 'unset signature'
# account hooks
send2-hook '~f ^.*@uugrn.org' 'set sendmail = "msmtp -a uugrn"'
send2-hook '~f ^.*@codevoid.de' 'set sendmail = "msmtp -a private"'
send2-hook '~f ^.*@textmail.me' 'set sendmail = "msmtp -a private"'
send2-hook '~f ^.*@ptrace.org' 'set sendmail = "msmtp -a private"'
send2-hook '~f ^.*@codevoid.de' 'set sendmail = "msmtp -a private"'
send2-hook '~f ^.*@mailbox.org' 'set sendmail = "msmtp -a mboxorg"'
send2-hook '~f ^.*@mailbox.org' 'set sendmail = "msmtp -a mboxorg"'
send2-hook '~f ^.*@uugrn.org' 'set sendmail = "msmtp -a uugrn"'
send2-hook '~f ^.*@codevoid.de' 'set sendmail = "msmtp -a private"'
send2-hook '~f ^.*@ptrace.org' 'set sendmail = "msmtp -a private"'
send2-hook '~f ^.*@stefanhagen.de' 'set sendmail = "msmtp -a private"'
send2-hook '~f ^.*@textmail.me' 'set sendmail = "msmtp -a private"'
send2-hook '~f ^.*@mailbox.org' 'set sendmail = "msmtp -a mboxorg"'
send2-hook '~f ^.*@openbsd.org' 'set sendmail = "~/.mutt/scripts/sendmail-openbsd.sh"'
set help = no