Update 2023-12-12 14:16 OpenBSD/amd64-x13
This commit is contained in:
parent
0c920d803b
commit
e5395ceef5
1
.kshrc
1
.kshrc
@ -147,6 +147,7 @@ make-reinstall() {
|
||||
remake \
|
||||
&& doas pkg_add -aa "$(make show=FULLPKGNAME)"
|
||||
}
|
||||
alias vmctl="doas /usr/sbin/vmctl"
|
||||
|
||||
|
||||
# remind
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user