From d548b56e556532e3ba46d06d9cd76778dfae525e Mon Sep 17 00:00:00 2001 From: c0dev0id Date: Mon, 1 Jan 2024 23:16:03 +0100 Subject: [PATCH] Update 2024-01-01 23:16 OpenBSD/amd64-x13 --- .mutt/scripts/sendmail-codevoid.sh | 2 -- .mutt/scripts/sendmail-openbsd.sh | 4 ---- 2 files changed, 6 deletions(-) delete mode 100755 .mutt/scripts/sendmail-codevoid.sh delete mode 100755 .mutt/scripts/sendmail-openbsd.sh diff --git a/.mutt/scripts/sendmail-codevoid.sh b/.mutt/scripts/sendmail-codevoid.sh deleted file mode 100755 index 4f9d9d3..0000000 --- a/.mutt/scripts/sendmail-codevoid.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -ssh sdk@mail.codevoid.de "/usr/sbin/sendmail -F 'Stefan Hagen' -f sh@codevoid.de -t" diff --git a/.mutt/scripts/sendmail-openbsd.sh b/.mutt/scripts/sendmail-openbsd.sh deleted file mode 100755 index ee0ae2e..0000000 --- a/.mutt/scripts/sendmail-openbsd.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -echo $@ -ssh cvs.openbsd.org "/usr/sbin/sendmail -t"