Re: Can't add item to Set Associations list

2013-01-16 Thread Lucas Levrel

Le 15 janvier 2013, Stan a écrit :

I keep receiving documents that have '.do' as the type of document. I'd like 
to add this to the Associations list but cannot find any way that lets me add 
items.


Try this:

1) Write down the following before step 2. :)
2) Close SM.
3) Open the mimeTypes.rdf file in your profile folder with a text editor.
4) After the first three lines that read:
***
?xml ...
RDF:RDF xmlns...
 xmlns...
***
add these:
***
  RDF:Description RDF:about=urn:mimetype:application/do
   NC:description=WHATEVER-YOU-LIKE
   NC:fileExtensions=do
   NC:value=application/do
   NC:editable=true
NC:handlerProp RDF:resource=urn:mimetype:handler:application/do/
  /RDF:Description
  RDF:Description RDF:about=urn:mimetype:handler:application/do
   NC:alwaysAsk=true
  /RDF:Description
***
5) Save the file. Close the editor.
6) Start SM, try to open a .do file, choose your app.


--
LL
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Can't add item to Set Associations list

2013-01-16 Thread JAS
Stan wrote:
 I keep receiving documents that have '.do' as the type of document.
 I'd like to add this to the Associations list but cannot find any way
 that lets me add items.
You might read this:  http://struts.apache.org/1.x/faqs/works.html

-- 
   You either teach people to treat you with dignity and respect, or you don't. 
This means you are partly responsible for the mistreatment that you get at the 
hands of someone else. 

___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Can't add item to Set Associations list

2013-01-15 Thread Stan
I keep receiving documents that have '.do' as the type of document. I'd 
like to add this to the Associations list but cannot find any way that 
lets me add items.

___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey