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 84114431FC2 for ; Wed, 14 Mar 2012 14:21:25 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" 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 rBMFYk0dsokC for ; Wed, 14 Mar 2012 14:21:24 -0700 (PDT) Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com [209.85.217.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 498BA431FAF for ; Wed, 14 Mar 2012 14:21:24 -0700 (PDT) Received: by lbok6 with SMTP id k6so1225880lbo.26 for ; Wed, 14 Mar 2012 14:21:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :in-reply-to:references:x-gm-message-state; bh=gUhhwapnrBKObxQWqbK/ZNNDFIAscihRgRwA1qRmrzc=; b=CVpc3N0J/HcpogrTAu6u35J2spP2skA1TKyJYhUt4vbbf7mSxhJjGUZofD5CeL2WkT jGjlvJRVOMOewj73cMVIJP6XWK2cY1XIOZf5Q/Gc9XZwKwFFNwLX7MtdxQ279r+lGqJd ZYoGGr1OUVH5Ih5nXEvBcIiAHA8de3fVGcCN39caSZ4glMegZ1Ymz5lHdF66fHblMDca b64CsvFx+wZuK8D/PEwJWuRrP2TJahQNnRVGmHSTiwFCA/XIcF1pgwsJ3xYWhrNTokcO /cFar9RiPfjs/1K4ZxUHr1uxRiqsTz9WmbMI7UOPBzkRT4ffBO7FzV8rfH3862Pj5CuW a5SQ== Received: by 10.112.102.161 with SMTP id fp1mr1437361lbb.71.1331760082616; Wed, 14 Mar 2012 14:21:22 -0700 (PDT) Received: from localhost (dsl-hkibrasgw4-fe50f800-253.dhcp.inet.fi. [84.248.80.253]) by mx.google.com with ESMTPS id jh4sm4643201lab.17.2012.03.14.14.21.20 (version=SSLv3 cipher=OTHER); Wed, 14 Mar 2012 14:21:21 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org, david@tethera.net Subject: [PATCH 1/6] NEWS: emacs: Fix MML tag quoting in replies Date: Wed, 14 Mar 2012 23:21:06 +0200 Message-Id: X-Mailer: git-send-email 1.7.5.4 In-Reply-To: References: In-Reply-To: References: X-Gm-Message-State: ALoCoQkOCy+O3oPsGZ+qbk3EbLLAnIxteAXEmQqwr/PeIpUq7+MTk/1z3XUQGGnuT4yfLVETADqH 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, 14 Mar 2012 21:21:25 -0000 --- 90f310b emacs: fix MML quoting in replies --- NEWS | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index 4152e7c..6778442 100644 --- a/NEWS +++ b/NEWS @@ -68,6 +68,12 @@ New functions optionally visiting a URI to the current message at one of a number of Mailing List Archives. +Fix MML tag quoting in replies + + The MML tag quoting fix of 0.11.1 unintentionally quoted tags + inserted in `message-setup-hook'. Quoting is now limited to the + cited message. + Library changes --------------- -- 1.7.5.4