diff options
author | EuAndreh <eu@euandre.org> | 2022-10-29 16:25:04 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-10-29 16:25:04 -0300 |
commit | b8ed775bcdec7d8766ae000534ccda867601e8c3 (patch) | |
tree | 95966335512472cfb9a032548c9983407a68b54e /bin/email | |
parent | etc/guix/home.scm: Setup poweralertd-service-type (diff) | |
download | dotfiles-b8ed775bcdec7d8766ae000534ccda867601e8c3.tar.gz dotfiles-b8ed775bcdec7d8766ae000534ccda867601e8c3.tar.xz |
bin/mailcfg: Use PascalCase label over lowercase normalized one
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 "$@" |