diff options
Diffstat (limited to 'bin/email')
-rwxr-xr-x | bin/email | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,4 +70,4 @@ eval "$(assert-arg "${1:-}" 'ADDRESS')" printf 'Content-Type: text/plain; charset=UTF-8\nSubject: %s\n\n%s' \ "$(echo "$SUBJECT" | tr -d '\n')" \ "$(cat)" | - msmtpq -a euandreh "$@" + msmtpq -a EuAndreh "$@" |