Update mail.conf and warn-git-status for different mailx.

This commit is contained in:
Darren 'Tadgy' Austin 2023-10-01 14:46:43 +01:00
commit 85d25d6759
2 changed files with 3 additions and 3 deletions

View file

@ -6,4 +6,4 @@ CONFIGSTATUS="$(cd / && git status | egrep -ve "^(On branch|Your branch|No commi
[[ -z "$CONFIGSTATUS" ]] && exit 0
mailx "${MAILX_ARGS[@]}" -r "$EMAIL_FROM" -s "git statuses" "${EMAIL_TO[@]}" <<<"$CONFIGSTATUS"
mailx "${MAILX_ARGS[@]}" -S from="$EMAIL_FROM" -s "git statuses" "${EMAIL_TO[@]}" <<<"$CONFIGSTATUS"