diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-26 03:08:33 +0300 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-26 03:08:33 +0300 |
commit | 45d65575166fcc0949322466885ec2a060d1f7bb (patch) | |
tree | 65799dd030de0f72e64692ba402aba6ac7f6eb13 /.local/bin | |
parent | 25ef7dd0cf27f4341161eb386d6388b4649a6100 (diff) |
send-package: Use ‘smail’
Diffstat (limited to '.local/bin')
-rwxr-xr-x | .local/bin/send-package | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/send-package b/.local/bin/send-package index 99d07f4..86f1244 100755 --- a/.local/bin/send-package +++ b/.local/bin/send-package @@ -10,4 +10,4 @@ sed -En '/^Angel Cakes/,/^Doozies/s/(\t|\s{2,})/\n/gp' ~/doc/tit-names \ | xargs -I{} -- \ sed -e "1iTo: `vlt raw Miscellaneous send-package-to`" \ -e 's/$REPLACEME/{}/' "$tmpl" \ - | msmtp -t --read-envelope-from + | smail |