Kaydet (Commit) 8cdd150a authored tarafından Arno Teigseth's avatar Arno Teigseth Kaydeden (comit) Caolán McNamara

Fixed multiple attachment passing to thunderbird: file:// part needs 's

Change-Id: I365e559610e06c6ffe964121b3c45077bf6ca264
üst db963066
......@@ -112,7 +112,7 @@ case `basename "$MAILER" | sed 's/-.*$//'` in
COMMAND=${COMMAND:-}${COMMAND:+,}body=${BODY}
fi
if [ "$ATTACH" != "" ]; then
COMMAND=${COMMAND:-}${COMMAND:+,}attachment=${ATTACH}
COMMAND=${COMMAND:-}${COMMAND:+,}attachment=\'${ATTACH}\'
fi
run_mozilla "$MAILER" "$COMMAND"
......
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