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 CD04F429E27 for ; Sun, 17 Nov 2013 05:38:35 -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 z9PO8rdkTPEv for ; Sun, 17 Nov 2013 05:38:26 -0800 (PST) Received: from mail-bk0-f47.google.com (mail-bk0-f47.google.com [209.85.214.47]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id A5866431FDE for ; Sun, 17 Nov 2013 05:38:26 -0800 (PST) Received: by mail-bk0-f47.google.com with SMTP id mx12so567367bkb.6 for ; Sun, 17 Nov 2013 05:38:23 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=EGDU44dRzjHsOcXnjzRXiB2DUuU04imrEPUZu/D364w=; b=RlQWv0jlvMLRFnEDKbpFHOboJmgygkFAgOyqwNfsapbVvOKIGhDkLe/eELwTBfDofd DPZWgJoSu0/GHFPGlwZyYz/OtDBWFiT7jI9TqYK+6ZMkW7gaVKNqVx97y4bP5uIpkXfC 1ZYvzM83FSjfC6w6MuLmvoh5UPwLSs3TBdAQXfJMHUwF4HsVdJVpbfqeBAdTNT0lgkCE 2EEM/r/07mO9G4SWeyOm9JaSSEl4/uTZnHEKA9bKmUYwKdPjL9JPuerSVPuWxy3plUt+ r4F5BDCUAkJaMDERmllUgjmZBrO4wt2iaTB/Zpg8QSUXgnCcq6EDbS/BzClzzO69az7T bS4A== X-Gm-Message-State: ALoCoQlyECqTvrriZ/5f528/x1pdBgxCrHqu7JhnEYvaF674Z6Jx/DFLBZksUYKkJLYrS4eAgP3i X-Received: by 10.204.56.78 with SMTP id x14mr8749460bkg.24.1384695502890; Sun, 17 Nov 2013 05:38:22 -0800 (PST) Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi. [88.195.111.91]) by mx.google.com with ESMTPSA id l9sm13196459bkg.0.2013.11.17.05.38.21 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 17 Nov 2013 05:38:22 -0800 (PST) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH] NEWS: insert quotable parts in reply as they are displayed in show view Date: Sun, 17 Nov 2013 15:38:17 +0200 Message-Id: <1384695497-12126-1-git-send-email-jani@nikula.org> X-Mailer: git-send-email 1.8.4.2 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: Sun, 17 Nov 2013 13:38:35 -0000 News for commit 5c19eb46a906819744a022463ee3fd7cdfaabbb9 Author: Jani Nikula Date: Sun Sep 1 20:59:53 2013 +0300 emacs: insert quotable parts in reply as they are displayed in show view --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index d0d5300..dbbbe9f 100644 --- a/NEWS +++ b/NEWS @@ -91,6 +91,12 @@ Built-in help improvements `notmuch-help` (usually bound to "?"). The bindings listed by `notmuch-help` also now include descriptions of prefixed commands. +Quote replies as they are displayed in show view + + We now render the parts for reply quoting the same way they are + rendered for show. At this time, the notable change is that replies + to text/calendar are now pretty instead of raw vcalendar. + Fixed inconsistent use of configured search order All ways of interactively invoking search now honor the value of -- 1.8.4.2