From fff37d13405c354aad6d5074c1f50a9122b14b38 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Fri, 6 Sep 2013 06:42:49 +2100 Subject: [PATCH] Re: [PATCH] emacs: insert quotable parts in reply as they are displayed in show view --- 6d/35a41260d55519c1d1b9921bde64cbfd93ec7d | 61 +++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 6d/35a41260d55519c1d1b9921bde64cbfd93ec7d diff --git a/6d/35a41260d55519c1d1b9921bde64cbfd93ec7d b/6d/35a41260d55519c1d1b9921bde64cbfd93ec7d new file mode 100644 index 000000000..834a7a3ac --- /dev/null +++ b/6d/35a41260d55519c1d1b9921bde64cbfd93ec7d @@ -0,0 +1,61 @@ +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 DBDCF431FDD + for ; Thu, 5 Sep 2013 02:43:00 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + 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 woFg+kjrEc29 for ; + Thu, 5 Sep 2013 02:42:56 -0700 (PDT) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id CD4C5431FDB + for ; Thu, 5 Sep 2013 02:42:56 -0700 (PDT) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1VHW5V-0007Ji-5c; Thu, 05 Sep 2013 06:42:53 -0300 +Received: (nullmailer pid 10560 invoked by uid 1000); Thu, 05 Sep 2013 + 09:42:49 -0000 +From: David Bremner +To: Jani Nikula , notmuch@notmuchmail.org +Subject: Re: [PATCH] emacs: insert quotable parts in reply as they are + displayed in show view +In-Reply-To: <1378058393-29590-1-git-send-email-jani@nikula.org> +References: <1378058393-29590-1-git-send-email-jani@nikula.org> +User-Agent: Notmuch/0.16+37~g9701e9c (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Thu, 05 Sep 2013 06:42:49 -0300 +Message-ID: <87zjrrppt2.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: text/plain +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, 05 Sep 2013 09:43:01 -0000 + +Jani Nikula writes: + +> In reply, insert quotable parts using notmuch-show-insert-bodypart +> instead of calling notmuch-mm-display-part-inline directly to render +> the quoted parts as they are rendered in show view. + +pushed, + +d -- 2.26.2