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 CB70A429E35 for ; Mon, 16 Jan 2012 14:42:36 -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 sgJKFKjDDcYm for ; Mon, 16 Jan 2012 14:42:36 -0800 (PST) Received: from mail-bk0-f53.google.com (mail-bk0-f53.google.com [209.85.214.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 2CCD3431E82 for ; Mon, 16 Jan 2012 14:42:36 -0800 (PST) Received: by bkat2 with SMTP id t2so5112411bka.26 for ; Mon, 16 Jan 2012 14:42:34 -0800 (PST) MIME-Version: 1.0 Received: by 10.204.150.69 with SMTP id x5mr1955722bkv.53.1326753754534; Mon, 16 Jan 2012 14:42:34 -0800 (PST) Sender: awg@xvx.ca Received: by 10.205.33.73 with HTTP; Mon, 16 Jan 2012 14:42:34 -0800 (PST) X-Originating-IP: [208.77.198.202] In-Reply-To: References: <1326009162-19524-1-git-send-email-awg+notmuch@xvx.ca> Date: Mon, 16 Jan 2012 15:42:34 -0700 X-Google-Sender-Auth: 0Hf5ts1B5WrrMKCowsaiRuF00Sg Message-ID: Subject: Re: [PATCH 0/4] Quoting HTML-only emails in replies redux From: Adam Wolfe Gordon To: Aaron Ecay Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable 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: Mon, 16 Jan 2012 22:42:36 -0000 On Mon, Jan 16, 2012 at 15:31, Aaron Ecay wrote: > One advantage of supercite is that it allows non-English speakers to set > up the =93On X, X wrote=94 line as they prefer. =A0Notmuch=92s current ap= proach > (a hard-coded C string) is the opposite of internationalized. =A0So it > would be nice to support some customization of that as well, even if we > don=92t go the supercite route. Note that with my patch, the "On X, X wrote" string is no longer hardcoded in the CLI (at least when using the JSON reply format). I intend to make it configurable in emacs, though right now it is hardcoded in notmuch-mua.el. --=20 Adam Wolfe Gordon