Jim wrote: > Thunderbird-3.0b3pre. > > When getting pictures in Attachment, I can't view them in > Thunderbird, have to "Save As" in home directory to view *.jpg pictures. > > > In the email it's showing the; > > Content-Type Application/Octet-Stream > name= "*.jpg " > > How can I setup in Preferences to display this "Octet Stream" by > using Gwenview to view pictures. > > These Damn Emails are probably coming from Outlook and Thunderbird > can't view attached pictures. > If I get these types of emails I don't need to "save" them. They won't display "inline" but if I double click on the attachment it will launch the "display" application. This is controlled by the mimeTypes.rdf file in your thunderbird profile. I've attached mine as at .txt file and I think it will make it to this list.... -- meetings, n.: A place where minutes are kept and hours are lost. Mei-Mei.Greshko@xxxxxxxxxxx http://tw.youtube.com/watch?v=cCSz_koUhSg
<?xml version="1.0"?> <RDF:RDF xmlns:NC="http://home.netscape.com/NC-rdf#" xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <RDF:Description RDF:about="urn:mimetype:image/gif" NC:value="image/gif" NC:editable="true" NC:fileExtensions="gif" NC:description=""> <NC:handlerProp RDF:resource="urn:mimetype:handler:image/gif"/> </RDF:Description> <RDF:Description RDF:about="urn:mimetype:handler:image/gif" NC:alwaysAsk="false" NC:saveToDisk="false" NC:useSystemDefault="false" NC:handleInternal="false"> <NC:externalApplication RDF:resource="urn:mimetype:externalApplication:image/gif"/> </RDF:Description> <RDF:Description RDF:about="urn:mimetype:text/plain" NC:value="text/plain" NC:editable="true" NC:description="MPEG video"> <NC:fileExtensions>asc</NC:fileExtensions> <NC:fileExtensions>txt</NC:fileExtensions> <NC:handlerProp RDF:resource="urn:mimetype:handler:text/plain"/> </RDF:Description> <RDF:Description RDF:about="urn:mimetype:handler:audio/x-ms-wma" NC:alwaysAsk="true" NC:saveToDisk="true"> <NC:externalApplication RDF:resource="urn:mimetype:externalApplication:audio/x-ms-wma"/> </RDF:Description> <RDF:Description RDF:about="urn:mimetype:handler:image/jpeg" NC:alwaysAsk="false" NC:useSystemDefault="false" NC:saveToDisk="false"> <NC:externalApplication RDF:resource="urn:mimetype:externalApplication:image/jpeg"/> </RDF:Description> <RDF:Description RDF:about="urn:mimetype:handler:video/x-ms-wmv" NC:alwaysAsk="true" NC:saveToDisk="false" NC:useSystemDefault="false" NC:handleInternal="false"> <NC:externalApplication RDF:resource="urn:mimetype:externalApplication:video/x-ms-wmv"/> </RDF:Description> <RDF:Description RDF:about="urn:root" NC:en-US_defaultHandlersVersion="-1" /> <RDF:Description RDF:about="urn:mimetype:video/x-ms-wmv" NC:description="Open with Windows Media Player" NC:value="video/x-ms-wmv" NC:editable="true"> <NC:handlerProp RDF:resource="urn:mimetype:handler:video/x-ms-wmv"/> </RDF:Description> <RDF:Description RDF:about="urn:mimetypes"> <NC:MIME-types RDF:resource="urn:mimetypes:root"/> </RDF:Description> <RDF:Description RDF:about="urn:mimetype:externalApplication:video/mpeg" NC:prettyName="" NC:path="" /> <RDF:Description RDF:about="urn:mimetype:handler:video/mpeg" NC:alwaysAsk="true" NC:saveToDisk="true"> <NC:externalApplication RDF:resource="urn:mimetype:externalApplication:video/mpeg"/> </RDF:Description> <RDF:Description RDF:about="urn:mimetype:externalApplication:image/jpeg" NC:prettyName="" NC:path="/usr/bin/display" /> <RDF:Description RDF:about="urn:mimetype:video/mpeg" NC:value="video/mpeg" NC:editable="true" NC:description="MPEG video"> <NC:fileExtensions>mpg</NC:fileExtensions> <NC:fileExtensions>mpeg</NC:fileExtensions> <NC:fileExtensions>mpe</NC:fileExtensions> <NC:handlerProp RDF:resource="urn:mimetype:handler:video/mpeg"/> </RDF:Description> <RDF:Description RDF:about="urn:mimetype:handler:text/plain" NC:alwaysAsk="true" NC:saveToDisk="true"> <NC:externalApplication RDF:resource="urn:mimetype:externalApplication:text/plain"/> </RDF:Description> <RDF:Description RDF:about="urn:mimetype:externalApplication:text/plain" NC:prettyName="" NC:path="" /> <RDF:Description RDF:about="urn:mimetype:image/jpeg" NC:value="image/jpeg" NC:editable="true" NC:description=""> <NC:fileExtensions>jpg</NC:fileExtensions> <NC:fileExtensions>jpeg</NC:fileExtensions> <NC:fileExtensions>jpe</NC:fileExtensions> <NC:handlerProp RDF:resource="urn:mimetype:handler:image/jpeg"/> </RDF:Description> <RDF:Description RDF:about="urn:mimetype:externalApplication:audio/x-ms-wma" NC:prettyName="" NC:path="" /> <RDF:Description RDF:about="urn:mimetype:text/html" NC:fileExtensions="htm" /> <RDF:Description RDF:about="urn:mimetype:externalApplication:image/gif" NC:path="/usr/bin/display" NC:prettyName="display" /> <RDF:Description RDF:about="urn:mimetype:application/x-zip-compressed" NC:value="application/x-zip-compressed" NC:editable="true" NC:description="zip archive"> <NC:fileExtensions>zip</NC:fileExtensions> <NC:fileExtensions>jar</NC:fileExtensions> <NC:fileExtensions>ear</NC:fileExtensions> <NC:fileExtensions>war</NC:fileExtensions> <NC:handlerProp RDF:resource="urn:mimetype:handler:application/x-zip-compressed"/> </RDF:Description> <RDF:Seq RDF:about="urn:mimetypes:root"> <RDF:li RDF:resource="urn:mimetype:application/vnd.ms-excel"/> <RDF:li RDF:resource="urn:mimetype:image/jpeg"/> <RDF:li RDF:resource="urn:mimetype:application/pdf"/> <RDF:li RDF:resource="urn:mimetype:application/vnd.ms-powerpoint"/> <RDF:li RDF:resource="urn:mimetype:application/msword"/> <RDF:li RDF:resource="urn:mimetype:application/x-zip-compressed"/> <RDF:li RDF:resource="urn:mimetype:audio/x-ms-wma"/> <RDF:li RDF:resource="urn:mimetype:video/x-ms-wmv"/> <RDF:li RDF:resource="urn:mimetype:video/mpeg"/> <RDF:li RDF:resource="urn:mimetype:text/plain"/> <RDF:li RDF:resource="urn:mimetype:image/gif"/> <RDF:li RDF:resource="urn:mimetype:text/html"/> <RDF:li RDF:resource="urn:mimetype:application/vnd.openxmlformats-officedocument.wordprocessingml.document"/> </RDF:Seq> <RDF:Description RDF:about="urn:mimetype:externalApplication:application/x-zip-compressed" NC:prettyName="" NC:path="" /> <RDF:Description RDF:about="urn:mimetype:audio/x-ms-wma" NC:value="audio/x-ms-wma" NC:editable="true" NC:description="Open with Windows Media Player"> <NC:handlerProp RDF:resource="urn:mimetype:handler:audio/x-ms-wma"/> </RDF:Description> <RDF:Description RDF:about="urn:mimetype:handler:application/x-zip-compressed" NC:alwaysAsk="true" NC:saveToDisk="true"> <NC:externalApplication RDF:resource="urn:mimetype:externalApplication:application/x-zip-compressed"/> </RDF:Description> <RDF:Description RDF:about="urn:mimetype:externalApplication:video/x-ms-wmv" NC:path="/usr/bin/mplayer" NC:prettyName="mplayer" /> </RDF:RDF>
Attachment:
signature.asc
Description: OpenPGP digital signature
-- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines