Unverified Commit d83c9da8 authored by Honza Hommer's avatar Honza Hommer
Browse files

add clearaccountconf MAIL_BIN

parent 9a7c9e8d
......@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment