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 D12C0429E21 for ; Tue, 3 Jan 2012 04:16:08 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 PPHZJh2+ogiO for ; Tue, 3 Jan 2012 04:16:08 -0800 (PST) Received: from mail-qy0-f181.google.com (mail-qy0-f181.google.com [209.85.216.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 12303431FD0 for ; Tue, 3 Jan 2012 04:16:08 -0800 (PST) Received: by qcha6 with SMTP id a6so12613362qch.26 for ; Tue, 03 Jan 2012 04:16:05 -0800 (PST) Received: by 10.224.179.137 with SMTP id bq9mr931537qab.53.1325592965190; Tue, 03 Jan 2012 04:16:05 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.251.11 with HTTP; Tue, 3 Jan 2012 04:15:44 -0800 (PST) X-Originating-IP: [189.69.22.164] In-Reply-To: References: <1301023559-8097-1-git-send-email-konr@konr.mobi> From: Konrad Scorciapino Date: Tue, 3 Jan 2012 10:15:44 -0200 Message-ID: Subject: Re: [PATCH] bound mail-parse-charset, used by some functions on mm-view.el when there is no charset metadata in the html To: David Edmondson Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Mailman-Approved-At: Wed, 11 Jan 2012 18:03:20 -0800 Cc: notmuch@notmuchmail.org, Konrad Scorciapino 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: Tue, 03 Jan 2012 12:16:09 -0000 It fixes some encoding issues. I thought it was already incorporated, as I no longer have this issue, but words like 'catal=C3=A0' were being displayed as 'catala', iirc. 2011/12/30 David Edmondson : > Konrad, can you provide a specific example of when this is useful? I > don't understand what it is for.