Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id B3A40431FD8 for ; Wed, 16 May 2012 02:24:33 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wncxeXOjlJaw for ; Wed, 16 May 2012 02:24:29 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by olra.theworths.org (Postfix) with ESMTP id F256B431FB6 for ; Wed, 16 May 2012 02:24:28 -0700 (PDT) Received: by guru.guru-group.fi (Postfix, from userid 501) id DA4E3100639; Wed, 16 May 2012 12:24:37 +0300 (EEST) From: Tomi Ollila To: Jani Nikula Subject: Re: emacs complains about encoding? In-Reply-To: <878vgsbprq.fsf@nikula.org> References: <20120515194455.B7AD5100646@guru.guru-group.fi> <878vgsbprq.fsf@nikula.org> User-Agent: Notmuch/0.13~rc1+23~gefd2384 (http://notmuchmail.org) Emacs/23.1.1 (x86_64-redhat-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: notmuch@notmuchmail.org X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2012 09:24:33 -0000 On Wed, May 16 2012, Jani Nikula wrote: > Tomi Ollila writes: >> IT h\344ppens. >> >> Attempting to reply to this email should expose the problem. >> >> \304\344li\366 \344l\344 ly\366, \366\366li\344 l\344ikkyy. (\nnn text above hand-(query)-replaced) > > The problem bisected to f6c170fabca8f39e74705e3813504137811bf162 > ("emacs: Correctly quote non-text/plain parts in reply"). The commit > reverts cleanly, replying without it now. > > Tomi, it would be great if you could post your message as a patch to the > test suite. Haa, It doesn't matter which is the original encoding of the message; notmuch reply id:20120515194455.B7AD5100646@guru.guru-group.fi where notmuch show --format=raw ^^^ outputs (among other lines): Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable and notmuch reply id:"878vgsbprq.fsf@nikula.org" where notmuch show --format=raw ^^^ outputs (among other lines): Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 produce correct reply content, both in utf-8. So it is the emacs side which breaks replies. I'll see what kind of test cases I can create... > > BR, > Jani. Tomi