From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82896 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?Peter_M=C3=BCnster?= Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus changes encoding of attachment Date: Thu, 14 Feb 2013 23:24:27 +0100 Message-ID: <87r4kiwn38.fsf@micropit.couberia.selfip.net> References: <87ehgnc7ic.fsf@micropit.couberia.selfip.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1360880732 12464 80.91.229.3 (14 Feb 2013 22:25:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 14 Feb 2013 22:25:32 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M31162@lists.math.uh.edu Thu Feb 14 23:25:52 2013 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 1U67FY-0006vK-GN for ding-account@gmane.org; Thu, 14 Feb 2013 23:25:52 +0100 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 1U67ES-0006dU-8S; Thu, 14 Feb 2013 16:24:44 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1U67EP-0006dG-Jd for ding@lists.math.uh.edu; Thu, 14 Feb 2013 16:24:41 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1U67EN-0001td-DF for ding@lists.math.uh.edu; Thu, 14 Feb 2013 16:24:40 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1U67EL-0003Z9-Er for ding@gnus.org; Thu, 14 Feb 2013 23:24:37 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U67Ee-0006Vj-DK for ding@gnus.org; Thu, 14 Feb 2013 23:24:56 +0100 Original-Received: from arennes-651-1-309-68.w2-12.abo.wanadoo.fr ([2.12.132.68]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Feb 2013 23:24:56 +0100 Original-Received: from pmlists by arennes-651-1-309-68.w2-12.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Feb 2013 23:24:56 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 16 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: arennes-651-1-309-68.w2-12.abo.wanadoo.fr User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2 (gnu/linux) Cancel-Lock: sha1:reErmB032x6UaDOLy/CBEC7JA+E= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82896 Archived-At: On Tue, Feb 12 2013, Katsumi Yamaoka wrote: > the language-environment[1] or the locale[2]. But Gnus offers > you a means to change the behavior. Try this: > > (setq mm-coding-system-priorities '(iso-8859-1)) Ok, I understand now: since the attachment is of type text, it must be in the same encoding as the message body (always utf-8 for me). So if I want to send an attachment without any modification, I have to change the type to "application/octet-stream". Then, it works. Thanks, -- Peter