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 A6272431FB6 for ; Thu, 19 Jan 2012 14:56:19 -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 nSLMyQaSLyMc for ; Thu, 19 Jan 2012 14:56:19 -0800 (PST) Received: from mail-qw0-f53.google.com (mail-qw0-f53.google.com [209.85.216.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 410A3431FAF for ; Thu, 19 Jan 2012 14:56:19 -0800 (PST) Received: by qabg24 with SMTP id g24so430855qab.5 for ; Thu, 19 Jan 2012 14:56:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type:content-transfer-encoding; bh=SxNp9PUvkiUfqAgkR9nZuwdS/Eu9djOh/UyNJrWGzFM=; b=uEL3NBHj1yjCqQy6k2l/7Z6G95ztKcjAYXyCGVOL/tdfOt3WkmkWFCKU9qVge8ID4E BiIIokUdifzu03bsr96kyGyFZz81AxBEEzBupkh54GEMapZ6bGgXpj98GyX82lZw14MK OmDdfJutaUkiJYr4fQq3tH8bqYpTdUsEMu4Bo= Received: by 10.224.192.10 with SMTP id do10mr29947600qab.50.1327013778745; Thu, 19 Jan 2012 14:56:18 -0800 (PST) Received: from localhost (wal016.wlan.sas.upenn.edu. [128.91.71.145]) by mx.google.com with ESMTPS id ft9sm2389479qab.20.2012.01.19.14.56.17 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 19 Jan 2012 14:56:17 -0800 (PST) From: Aaron Ecay To: Austin Clements Subject: Re: [PATCH] emacs: Quote MML tags in replies In-Reply-To: <20120119224842.GS16740@mit.edu> References: <1326998589-37187-1-git-send-email-aaronecay@gmail.com> <20120119224842.GS16740@mit.edu> User-Agent: Notmuch/0.11+73~gd51b784 (http://notmuchmail.org) Emacs/24.0.92.2 (i386-apple-darwin10.8.0) Date: Thu, 19 Jan 2012 17:56:16 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 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: Thu, 19 Jan 2012 22:56:19 -0000 On Thu, 19 Jan 2012 17:48:42 -0500, Austin Clements wrot= e: > Did you consider using point-max instead of mark? IIRC, that mark was > very recently introduced which, perhaps irrationally, makes it seem > less future-proof to me. Well, if the patch goes in and someone changes the code so that it no longer sets the mark (in the same way), they will be the one breaking stuff, and they=E2=80=99ll have to come up with the fix themself. Using po= int-max would include the signature in the quoting as well. It would probably be fairly odd to want to put an MML tag in one=E2=80=99s signature, but that d= oesn=E2=80=99t mean that we should break that usage. >=20 > >=20=20 > > (defun notmuch-mua-forward-message () > > (message-forward) >=20 > Speaking of future-proofing, it would be good to have a test. It would. ;) I=E2=80=99ll work on one. --=20 Aaron Ecay