diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-20 10:52:18 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-20 10:52:18 +0000 |
commit | 71d4b908e6a3321d3d3d836b3897afd0beb9d088 (patch) | |
tree | 049441ab2f4caa2f19cd8692b8b6d160e6e16b7c /shell | |
parent | 0e6d95ef96efb7774186d4afd6c962d99f6b186e (diff) |
INTEGRATION: CWS nativefixer6 (1.6.6); FILE MERGED
2005/04/13 12:49:35 obr 1.6.6.1: #b6250018# attachment must either be a file uri or a system path for evolution
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/unix/misc/senddoc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/unix/misc/senddoc.sh b/shell/source/unix/misc/senddoc.sh index 4f3567e38bcc..455b127e95b6 100644 --- a/shell/source/unix/misc/senddoc.sh +++ b/shell/source/unix/misc/senddoc.sh @@ -218,7 +218,7 @@ case `basename "$MAILER" | sed 's/-.*$//'` in shift ;; --attach) - MAILTO="${MAILTO:-}${MAILTO:+&}attach=`echo $2 | ${URI_ENCODE}`" + MAILTO="${MAILTO:-}${MAILTO:+&}attach=`echo file://$2 | ${URI_ENCODE}`" shift ;; *) |