From 344628d8a6cb8aa2a8c8d26250e0e048b55a42dc Mon Sep 17 00:00:00 2001 From: David Edmondson Date: Thu, 8 May 2014 07:24:32 +0100 Subject: [PATCH] [PATCH v2] emacs/notmuch-mua: Generate improved cited text for replies --- 30/9f5e1c16e8a11456d78ed9b0da4a772d29c0d2 | 141 ++++++++++++++++++++++ 1 file changed, 141 insertions(+) create mode 100644 30/9f5e1c16e8a11456d78ed9b0da4a772d29c0d2 diff --git a/30/9f5e1c16e8a11456d78ed9b0da4a772d29c0d2 b/30/9f5e1c16e8a11456d78ed9b0da4a772d29c0d2 new file mode 100644 index 000000000..4ce242c15 --- /dev/null +++ b/30/9f5e1c16e8a11456d78ed9b0da4a772d29c0d2 @@ -0,0 +1,141 @@ +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 F2448431FC0 + for ; Wed, 7 May 2014 23:24:40 -0700 (PDT) +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 773RKFVxfXuw for ; + Wed, 7 May 2014 23:24:36 -0700 (PDT) +Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com + [74.125.82.47]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client + certificate requested) by olra.theworths.org (Postfix) with ESMTPS id + 65010431FAE for ; Wed, 7 May 2014 23:24:36 -0700 + (PDT) +Received: by mail-wg0-f47.google.com with SMTP id x12so1987326wgg.18 + for ; Wed, 07 May 2014 23:24:35 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=1e100.net; s=20130820; + h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to + :references; + bh=k7lGn+r3PVEj5mpRiYdGS0/uH6KAbWHS3chP1tmr6Vw=; + b=ZpGMObJi4B2ab1PvfPI8YuvlUIJK8dR7BXhYqzMIUTAVIRbRCjJ/aRiOxSkSwYw/7y + 1ZzYt16K610Ehil5pFOhmmY3DrRl5WBC8qRIQUDgAm5gnRRnO/J0H00/I7nImsQUeF+e + XohEpw0sZcmxQcd1Cuz5rNHJyGViM1JB2ilgAA+RorJSGzZdXoE3lY+qY/p6XJnrxpGC + 1F+2LErtGClZ/aQJWyuIT3cPoYvGd6YVfH788M5SxYCu2eTfVwGDLARWfcCzka5LpfhW + xx1C05jaJV3hwyC/1XNw8sLWMJxDnOAKEUpJnXGL7s+lU+tWiqlUwa++T8FtDAvZ20Xb + rTjQ== +X-Gm-Message-State: + ALoCoQmDM86JGEyzOI4Nzn4YNDyPfqyLe9Np4jSp6gRy9JTtY0Wb1MNwVwkj2B061oezOsLcRsU4 +X-Received: by 10.195.13.76 with SMTP id ew12mr85977wjd.80.1399530275143; + Wed, 07 May 2014 23:24:35 -0700 (PDT) +Received: from hotblack-desiato.hh.sledj.net (disaster-area.hh.sledj.net. + [81.149.164.25]) by mx.google.com with ESMTPSA id + fu10sm2703269wib.11.2014.05.07.23.24.33 for + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Wed, 07 May 2014 23:24:34 -0700 (PDT) +Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000) + id BBD22108B19; Thu, 8 May 2014 07:24:32 +0100 (BST) +From: David Edmondson +To: notmuch@notmuchmail.org +Subject: [PATCH v2] emacs/notmuch-mua: Generate improved cited text for + replies +Date: Thu, 8 May 2014 07:24:32 +0100 +Message-Id: <1399530272-11857-2-git-send-email-dme@dme.org> +X-Mailer: git-send-email 2.0.0.rc0 +In-Reply-To: <1399530272-11857-1-git-send-email-dme@dme.org> +References: <1399482846-25308-1-git-send-email-dme@dme.org> + <1399530272-11857-1-git-send-email-dme@dme.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, 08 May 2014 06:24:41 -0000 + +Use the message display code to generate message text to cite in +replies. +--- + emacs/notmuch-mua.el | 38 ++++++++------------------------------ + 1 file changed, 8 insertions(+), 30 deletions(-) + +diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el +index 95e4a4d..09c922f 100644 +--- a/emacs/notmuch-mua.el ++++ b/emacs/notmuch-mua.el +@@ -28,7 +28,7 @@ + + (eval-when-compile (require 'cl)) + +-(declare-function notmuch-show-insert-bodypart "notmuch-show" (msg part depth &optional hide)) ++(declare-function notmuch-show-insert-body "notmuch-show" (msg body depth)) + + ;; + +@@ -123,31 +123,6 @@ list." + else if (notmuch-match-content-type (plist-get part :content-type) "multipart/*") + do (notmuch-mua-reply-crypto (plist-get part :content)))) + +-(defun notmuch-mua-get-quotable-parts (parts) +- (loop for part in parts +- if (notmuch-match-content-type (plist-get part :content-type) "multipart/alternative") +- collect (let* ((subparts (plist-get part :content)) +- (types (mapcar (lambda (part) (plist-get part :content-type)) subparts)) +- (chosen-type (car (notmuch-multipart/alternative-choose types)))) +- (loop for part in (reverse subparts) +- if (notmuch-match-content-type (plist-get part :content-type) chosen-type) +- return part)) +- else if (notmuch-match-content-type (plist-get part :content-type) "multipart/*") +- append (notmuch-mua-get-quotable-parts (plist-get part :content)) +- else if (notmuch-match-content-type (plist-get part :content-type) "text/*") +- collect part)) +- +-(defun notmuch-mua-insert-quotable-part (message part) +- ;; We don't want text properties leaking from the show renderer into +- ;; the reply so we use a temp buffer. Also we don't want hooks, such +- ;; as notmuch-wash-*, to be run on the quotable part so we set +- ;; notmuch-show-insert-text/plain-hook to nil. +- (insert (with-temp-buffer +- (let ((notmuch-show-insert-text/plain-hook nil)) +- ;; Show the part but do not add buttons. +- (notmuch-show-insert-bodypart message part 0 'no-buttons)) +- (buffer-substring-no-properties (point-min) (point-max))))) +- + ;; There is a bug in emacs 23's message.el that results in a newline + ;; not being inserted after the References header, so the next header + ;; is concatenated to the end of it. This function fixes the problem, +@@ -225,10 +200,13 @@ list." + (insert "From: " from "\n") + (insert "Date: " date "\n\n") + +- ;; Get the parts of the original message that should be quoted; this includes +- ;; all the text parts, except the non-preferred ones in a multipart/alternative. +- (let ((quotable-parts (notmuch-mua-get-quotable-parts (plist-get original :body)))) +- (mapc (apply-partially 'notmuch-mua-insert-quotable-part original) quotable-parts)) ++ (insert (with-temp-buffer ++ ;; Don't attempt to clean up messages, excerpt ++ ;; citations, etc. in the original message before ++ ;; quoting. ++ (let ((notmuch-show-insert-text/plain-hook nil)) ++ (notmuch-show-insert-body original (plist-get original :body) 0) ++ (buffer-substring-no-properties (point-min) (point-max))))) + + (set-mark (point)) + (goto-char start) +-- +2.0.0.rc0 + -- 2.26.2