This commit is contained in:
Honza Hommer 2019-05-12 22:28:37 +02:00
parent 91c09dd0a0
commit d180f01b45
No known key found for this signature in database
GPG Key ID: 5EBDE8E7E1A00ACA
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ _mail_send() {
ssmtp)
"$_MAIL_BIN" "$MAIL_TO"
;;
mutt|mail)
mutt | mail)
"$_MAIL_BIN" -s "$_subject" "$MAIL_TO"
;;
esac