From e5395ceef54b7ea9a8a1bf23905a03f337b50805 Mon Sep 17 00:00:00 2001 From: c0dev0id Date: Tue, 12 Dec 2023 14:16:08 +0100 Subject: [PATCH] Update 2023-12-12 14:16 OpenBSD/amd64-x13 --- .kshrc | 1 + .mutt/rc-common | 17 ++++++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.kshrc b/.kshrc index a1fd674..a2d3da8 100644 --- a/.kshrc +++ b/.kshrc @@ -147,6 +147,7 @@ make-reinstall() { remake \ && doas pkg_add -aa "$(make show=FULLPKGNAME)" } +alias vmctl="doas /usr/sbin/vmctl" # remind diff --git a/.mutt/rc-common b/.mutt/rc-common index f71c1fe..9f5101a 100644 --- a/.mutt/rc-common +++ b/.mutt/rc-common @@ -106,14 +106,17 @@ subscribe intern@lists.ccc.de send-hook '~C ^intern@lists.ccc\.de$' 'my_hdr From: Stefan Hagen ' 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