X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/a83d50d5a64488deb3796bbd0ca0a03b0516cc77:/.mutt/sendmail..7013dfe93a05082153f79eca6c9e5c05b54d9d50:/.config/mutt/sendmail diff --git a/.mutt/sendmail b/.config/mutt/sendmail similarity index 75% rename from .mutt/sendmail rename to .config/mutt/sendmail index 80fd4a1..a6ff7c9 100755 --- a/.mutt/sendmail +++ b/.config/mutt/sendmail @@ -3,16 +3,16 @@ # mutt/sendmail – sendmail wrapper to enforce some checks on outgoing mails # # The script basically just creates a temporary file and then invokes any -# executable scripts in ~/.mutt/sendmail-checks.d in run-parts style. They -# receive the filename of a temporary file holding the message to be sent as -# $1, followed by all recipients as determined by mutt. +# executable scripts in ~/.config/mutt/sendmail-checks.d in run-parts style. +# They receive the filename of a temporary file holding the message to be sent +# as $1, followed by all recipients as determined by mutt. # -# Copyright © 2010 martin f. krafft -# Released under the terms of the Artistic Licence 2.0 +# Copyright © 2010 martin f. krafft Released under the +# terms of the Artistic Licence 2.0 # set -eux -CHECKSDIR="$HOME/.mutt/sendmail-checks.d" +CHECKSDIR="$HOME/.config/mutt/sendmail-checks.d" SENDMAIL="/usr/sbin/sendmail -oem -oi" TMPFILE=$(mktemp --tmpdir mutt-sendmail.XXXXXXXXXX.msg)