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 9C9D9431FDA for ; Sun, 15 Jan 2012 23:38:45 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, 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 H81tzzjXKqaW for ; Sun, 15 Jan 2012 23:38:45 -0800 (PST) Received: from mail-yx0-f181.google.com (mail-yx0-f181.google.com [209.85.213.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id EE66E431FD9 for ; Sun, 15 Jan 2012 23:38:44 -0800 (PST) Received: by yenm11 with SMTP id m11so1496637yen.26 for ; Sun, 15 Jan 2012 23:38:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type:content-transfer-encoding; bh=loMWAASoT1Uhr7KN6djYMznuRGhSl9//1T0ncndrF6I=; b=keYlatUDPhJOuMwltOsuGJ9JrBSqE4WyPni1O+R5q4FC6t4VSEu13aUgqtw53ClWlD JbnrAcsFA19TheD4PNo0xykt1LCq1yEax17vIaO1gQbdMA6fyg7dBWfJvcrVZN16RXt3 8rDpGpcJg7iQ6brQiG3crGeQFNiDTQTkb6ShM= Received: by 10.236.73.129 with SMTP id v1mr14721551yhd.129.1326699524471; Sun, 15 Jan 2012 23:38:44 -0800 (PST) Received: from localhost (c-68-80-94-73.hsd1.pa.comcast.net. [68.80.94.73]) by mx.google.com with ESMTPS id i32sm47788695anm.22.2012.01.15.23.38.41 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 15 Jan 2012 23:38:43 -0800 (PST) From: Aaron Ecay To: David Edmondson , Adam Wolfe Gordon , notmuch@notmuchmail.org, awg@xvx.ca Subject: Re: [PATCH 0/4] Quoting HTML-only emails in replies redux In-Reply-To: References: <1326009162-19524-1-git-send-email-awg+notmuch@xvx.ca> User-Agent: Notmuch/0.11+62~ge41b0d3 (http://notmuchmail.org) Emacs/24.0.92.1 (i386-apple-darwin10.8.0) Date: Mon, 16 Jan 2012 02:38:38 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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 07:38:45 -0000 On Sun, 15 Jan 2012 09:26:59 +0000, David Edmondson wrote: > Given that we're now doing a bunch of work in emacs as part of the reply > setup, why not just grab the content of the original message from the > show buffer and quote that? >=20 > The last time that approach was discussed Carl was against it because it > moved the emacs UI away from the behaviour of the CLI, but it seems that > we're already heading in that direction. I have been watching this patch series with interest, because it seemed that when it landed it would be a good time for me to begin work on a patch to allow notmuch to function like other emacs MUAs in constructing the reply buffer internally to emacs, rather than through notmuch. This allows (at least) three things: - Greater flexibility in the construction of address lists. For example, there are some email lists where I want replies to list mail to go only to the list, not also to the original sender. Additionally, I like to reply from my university address if colleagues write to my Gmail one. If a lisp function is generating the replies, it can be made to run a hook allowing users to insert these or other custom behaviors. - The same reasoning as above, applied to signatures. (different ones for different recipients) - There exists at least one emacs package (supercite) which allows customization of the quoting of email replies. This automates the =E2=80=9CFirstname>=E2=80=9D style quotes one sometimes sees, as well as = many other possiblities. It defines a way for emacs MUAs to construct reply buffers to cooperate with it, which many of the big emacs MUAs obey (Gnus and Wanderlust certainly do). This is explained in the =E2=80=9Chi= nts to MUA authors=E2=80=9D section of the supercite manual (distributed with Emacs). So, a +1 from me on this idea, from a different perspective. --=20 Aaron Ecay