From 3774f6d4433884ec374bddc214f0a16d46d6e98b Mon Sep 17 00:00:00 2001 From: pkater Date: Mon, 4 Mar 2002 17:26:58 +0000 Subject: Update of version number, added section about MIME type determination --- manual/en/syl_001.sgml | 2 +- manual/en/syl_012.sgml | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) (limited to 'manual') diff --git a/manual/en/syl_001.sgml b/manual/en/syl_001.sgml index 592fa01..db39fa5 100644 --- a/manual/en/syl_001.sgml +++ b/manual/en/syl_001.sgml @@ -4,7 +4,7 @@ Paul Kater (paul@nlpagan.net) Nick Selby - Sylpheed User's Manual for Sylpheed-0.6.4 + Sylpheed User's Manual for Sylpheed-0.7.3 diff --git a/manual/en/syl_012.sgml b/manual/en/syl_012.sgml index f2d273b..47c79c6 100644 --- a/manual/en/syl_012.sgml +++ b/manual/en/syl_012.sgml @@ -1,3 +1,26 @@ +Handling MIME types + +How Sylpheed checks for Mime types

+ +(Thanks to Adriaan Penning for writing this!)

+ +Two files, mime.types and mailcap, are involved in determining the mime type of an attachment, and the application associated with that mime type. The mime.types file is used to determine the mimetype of attachments you add when composing a message. The mime.types file consists of lines like:

+ +application/pdf pdf

+ +Sylpheed looks for this file in SYSCONFDIR (determined at compile time), /etc/ and $HOME/.sylpheed/ + +If this file doesn't exist or has the wrong format, every attachment will have `application/octet-stream' as it's mime type, so the recipients mail client may not know what application to use to view the attachment. + +To change the default application that sylpheed uses to view an attachment that somebody mailed you, look for a mailcap file like /etc/mailcap or $HOME/.mailcap + +For example, you can add a line like this in $HOME/.mailcap if you want to view pdf files with xpdf:

+ +application/pdf ; xpdf %s + + + + Conversion of Other Mail Format into Sylpheed (MH Format) Importing Messages of mbox Format

-- cgit