aboutsummaryrefslogtreecommitdiff
path: root/bin/email
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-10-29 16:25:04 -0300
committerEuAndreh <eu@euandre.org>2022-10-29 16:25:04 -0300
commitb8ed775bcdec7d8766ae000534ccda867601e8c3 (patch)
tree95966335512472cfb9a032548c9983407a68b54e /bin/email
parentetc/guix/home.scm: Setup poweralertd-service-type (diff)
downloaddotfiles-b8ed775bcdec7d8766ae000534ccda867601e8c3.tar.gz
dotfiles-b8ed775bcdec7d8766ae000534ccda867601e8c3.tar.xz
bin/mailcfg: Use PascalCase label over lowercase normalized one
Diffstat (limited to 'bin/email')
-rwxr-xr-xbin/email2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/email b/bin/email
index deaf0f0..87d1cec 100755
--- a/bin/email
+++ b/bin/email
@@ -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 "$@"