summaryrefslogtreecommitdiffstats
path: root/manual/en/syl_014.sgml
diff options
context:
space:
mode:
authorfbarriere <fbarriere>2003-02-13 21:45:41 +0000
committerfbarriere <fbarriere>2003-02-13 21:45:41 +0000
commitc1f8a4927c114fa0e2a3dd86f08dba93130de37f (patch)
tree41f4fc770171c8347669439c875713a05bfc491f /manual/en/syl_014.sgml
parentf9eb730c75ec8b2c4b01d0a60210e3d94662e289 (diff)
downloadsylpheeddoc-doc-c1f8a4927c114fa0e2a3dd86f08dba93130de37f.tar.gz
sylpheeddoc-doc-c1f8a4927c114fa0e2a3dd86f08dba93130de37f.tar.xz
sylpheeddoc-doc-c1f8a4927c114fa0e2a3dd86f08dba93130de37f.zip
Moved 'MIME types' in chapter 14, mail format conversion in chapter 15, and netNews in 16
Diffstat (limited to 'manual/en/syl_014.sgml')
-rw-r--r--manual/en/syl_014.sgml48
1 files changed, 19 insertions, 29 deletions
diff --git a/manual/en/syl_014.sgml b/manual/en/syl_014.sgml
index f2d273b..bdbe411 100644
--- a/manual/en/syl_014.sgml
+++ b/manual/en/syl_014.sgml
@@ -1,33 +1,23 @@
-<sect>Conversion of Other Mail Format into Sylpheed (MH Format)
-
-<sect1>Importing Messages of mbox Format<p>
-<!-- added 2001/07/20 -->
-Sylpheed lets you import messages of the Mbox format from the File menu. First you create
-the mail folder where you want the messages to end up in, then you select File->import
-Mbox file. Use the browse function to select the Mbox file and the Sylpheed mail folder,
-and press Ok. And voila, there is your mail, imported.
-<p>
-That was easy, wasn't it?
-</sect1>
+<sect>Handling MIME types
+
+<sect1>How Sylpheed checks for Mime types<p>
+
+(Thanks to Adriaan Penning for writing this!)<p>
+
+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:<p>
+
+application/pdf pdf<p>
+
+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:<p>
+
+application/pdf ; xpdf %s
-<sect1>Importing from Windows Mailers (Becky!, AL-Mail, Outlook Express4, etc.)
-<p>
-For import possibilities of the mail folders of these and more mail programs you
-can download the program mbx2mbox at sourceforge.net. The project is located at
-<url url="http://mbx2mbox.sourceforge.net" name ="http://mbx2mbox.sourceforge.net.">
-</sect1>
-<sect1>Importing dbx Format of Outlook Express 5<p>
-For import possibilities of the mail folders of these and more mail programs you
-can download the program mbx2mbox at sourceforge.net. The project is located at
-<url url="http://mbx2mbox.sourceforge.net" name="http://mbx2mbox.sourceforge.net.">
</sect1>
-<!-- End added 2001/07/21 -->
-<!-- start add 2001/09/04 -->
-<sect1>Exporting from Sylpheed MH format to mbox<p>
-Sylpheed offers a way to export a mailbox to the standard mbox format through the
-File menu. Just select the "Export to mbox file..." option and you can select the
-folder to export (assisted by a browse dialog) and also select or enter the name
-of the mbox file you wish to generate.
-<!-- end add 2001/09/04 -->
</sect>