Skip to content

Commit

Permalink
add clearaccountconf MAIL_BIN
Browse files Browse the repository at this point in the history
  • Loading branch information
honzahommer committed May 18, 2019
1 parent 9a7c9e8 commit d83c9da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions notify/mail.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ mail_send() {
_MAIL_CMD=$(_mail_cmnd)
if [ -n "$MAIL_BIN" ]; then
_saveaccountconf_mutable MAIL_BIN "$MAIL_BIN"
else
_clearaccountconf "MAIL_BIN"
fi
_MAIL_BODY=$(_mail_body)

Expand Down

0 comments on commit d83c9da

Please sign in to comment.