From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82330 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.gnus.general Subject: Re: bug in mac mail, I have to send pdf files as application/octet-stream Date: Wed, 19 Sep 2012 13:05:32 +0200 Message-ID: <87zk4ml1c3.fsf@gilgamesch.quim.ucm.es> References: <87boh2mhka.fsf@gilgamesch.quim.ucm.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1348052762 30091 80.91.229.3 (19 Sep 2012 11:06:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Sep 2012 11:06:02 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M30596@lists.math.uh.edu Wed Sep 19 13:06:07 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TEI6Y-000607-NE for ding-account@gmane.org; Wed, 19 Sep 2012 13:06:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1TEI6J-0003Vu-Q7; Wed, 19 Sep 2012 06:05:51 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1TEI6I-0003Vg-2A for ding@lists.math.uh.edu; Wed, 19 Sep 2012 06:05:50 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1TEI6G-00031V-Se for ding@lists.math.uh.edu; Wed, 19 Sep 2012 06:05:49 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1TEI6F-0000Z8-Fm for ding@gnus.org; Wed, 19 Sep 2012 13:05:47 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TEI6E-0005ri-DP for ding@gnus.org; Wed, 19 Sep 2012 13:05:46 +0200 Original-Received: from gilgamesch.quim.ucm.es ([147.96.12.99]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 19 Sep 2012 13:05:46 +0200 Original-Received: from oub by gilgamesch.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 19 Sep 2012 13:05:46 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 24 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: gilgamesch.quim.ucm.es X-Hashcash: 1:20:120919:gmane.emacs.gnus.general::roZDN1kgwGr9RfQA:00000000000000000000000000000000000004b8T User-Agent: Gnus/5.110018 (No Gnus v0.18) XEmacs/21.5-b31 (linux) Cancel-Lock: sha1:skNnK8LogkfnCOssA67BYu1ybjg= X-Spam-Score: -2.5 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82330 Archived-At: >> On Wed, 19 Sep 2012 19:54:31 +0900, Katsumi Yamaoka wrote: > Uwe Brauer wrote: > [...] >> Is there any variable in gnus I have to set that in case of >> a pdf file application/octet-stream is chosen instead of application/pdf > Maybe the easiest way is to have this entry in the ~/.mime.types > file: > application/octet-stream pdf > Requires restarting Emacs and Gnus or performing > M-x mailcap-parse-mimetypes RET > whenever you modify the entries. Thank you very much, I did not even now about the file .mime.types. It works nicely thank you. Uwe