Issue 5030 - attachment lost during File > Send > Document as Email using mozilla
Summary: attachment lost during File > Send > Document as Email using mozilla
Status: CLOSED IRREPRODUCIBLE
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: OOo 1.0.0
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: thorsten.martens
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-18 23:38 UTC by Unknown
Modified: 2002-05-18 23:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Unknown 2002-05-18 23:38:10 UTC
I'm running Debian 2.2 and mozilla 0.9.8.

When sending a document as an email using File > Send > Document as email,
mozilla starts-up in mail composition mode, but the file to be sent is missing,
i.e., the attachment is not there. 

To fix this, I modified the file 
OpenOffice.org1.0/share/config/registry/instance/org/openoffice/Office/Common.xml         
to remove the quotes around the argument after "-compose" that gets passed to
mozilla.  

Here is the diff:

bardo:/other/OpenOffice.org1.0#  diff
./share/config/registry/instance/org/openoffice/Office/Common.xml
./share/config/registry/instance/org/openoffice/Office/Common.xml.original
781c781
< 						<base cfg:type="string">-compose %s</base>
---
> 						<base cfg:type="string">-compose &quot;%s&quot;</base>
829c829
< 	</Common>
---
> 	</Common>

It works fine for me now.

Jeff Nye
Comment 1 Unknown 2002-05-18 23:40:19 UTC
I'm just updating this as WORKSFORME.  The fix is included in the
original problem description.
Comment 2 Unknown 2002-05-18 23:42:05 UTC
I misunderstood WORKSFORME.  Sorry about that.