[Libreoffice-commits] .: shell/source
Caolán McNamara
caolan at kemper.freedesktop.org
Mon Jul 23 13:15:03 PDT 2012
shell/source/unix/misc/senddoc.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8cdd150a0aae3ec3b2829ad6c45da5cb58f1bcc3
Author: Arno Teigseth <arnotixe at gmail.com>
Date: Sat Jul 21 21:58:41 2012 -0500
Fixed multiple attachment passing to thunderbird: file:// part needs 's
Change-Id: I365e559610e06c6ffe964121b3c45077bf6ca264
diff --git a/shell/source/unix/misc/senddoc.sh b/shell/source/unix/misc/senddoc.sh
index f75e51d..2a4c414 100755
--- a/shell/source/unix/misc/senddoc.sh
+++ b/shell/source/unix/misc/senddoc.sh
@@ -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"
More information about the Libreoffice-commits
mailing list