From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28985 invoked by alias); 26 Apr 2008 14:00:21 -0000 Received: (qmail 28973 invoked by uid 22791); 26 Apr 2008 14:00:20 -0000 X-Spam-Check-By: sourceware.org Received: from host0.dyn.jankratochvil.net (HELO host0.dyn.jankratochvil.net) (89.250.240.59) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 26 Apr 2008 13:59:54 +0000 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.2/8.14.1) with ESMTP id m3QDxo7h017608; Sat, 26 Apr 2008 15:59:50 +0200 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.2/8.14.2/Submit) id m3QDxoZM017607; Sat, 26 Apr 2008 15:59:50 +0200 Date: Sat, 26 Apr 2008 16:20:00 -0000 From: Jan Kratochvil To: Mark Kettenis Cc: gdb-patches@sourceware.org Subject: [ot] Content-Transfer-Encoding here [Re: [patch] Parent dirs of non-existing CU current dirs] Message-ID: <20080426135950.GA17475@host0.dyn.jankratochvil.net> References: <20080426131556.GA15844@host0.dyn.jankratochvil.net> <200804261341.m3QDfKtJ020877@brahms.sibelius.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200804261341.m3QDfKtJ020877@brahms.sibelius.xs4all.nl> User-Agent: Mutt/1.5.17 (2007-11-01) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-04/txt/msg00594.txt.bz2 On Sat, 26 Apr 2008 15:41:20 +0200, Mark Kettenis wrote: > > Date: Sat, 26 Apr 2008 15:15:56 +0200 > > From: "Jan Kratochvil" > > Jan I have trouble reading your mail, because it uses Quoted-Printable > encoding. Can you please teach your mailer not to do this? My MUA does not specify any Content-Transfer-Encoding encoding and according to the RFC 2045 section 6.1 it should be correct: An encoding type of 7BIT requires that the body is already in a 7bit mail-ready representation. This is the default value -- that is, "Content-Transfer-Encoding: 7BIT" is assumed if the Content-Transfer-Encoding header field is not present. You quoted: > > --=_-_TWVzc2FnZS1Cb3VuZGFyeS0tNzMzMTU4LTQ3ODA1NDA5LTgyMTg0OA-b_ > > Content-Type: text/plain; charset=us-ascii > > Content-Transfer-Encoding: Quoted-Printable but even the web mail archive does not contain the `Content-Transfer-Encoding' header (and MHonArc also correctly interprets the patch there): http://sourceware.org/cgi-bin/get-raw-msg?listname=gdb-patches&date=2008-04&msgid=20080426131556.GA15844%40host0.dyn.jankratochvil.net You must have some local mail filtering there, please check it. ... > This really is an end-user problem here, for deleting the compilation > directory. Thanks for the notice, found it unfortunately too late. Regards, Jan