Re: [PATCH v2] emacs: insert quotable parts in reply as they are displayed in show...
authorTomi Ollila <tomi.ollila@iki.fi>
Tue, 27 Aug 2013 20:14:32 +0000 (23:14 +0300)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:56:43 +0000 (09:56 -0800)
39/47958acd7465044c3ab86e8fbfc324a0deac0d [new file with mode: 0644]

diff --git a/39/47958acd7465044c3ab86e8fbfc324a0deac0d b/39/47958acd7465044c3ab86e8fbfc324a0deac0d
new file mode 100644 (file)
index 0000000..93c8c2c
--- /dev/null
@@ -0,0 +1,170 @@
+Return-Path: <tomi.ollila@iki.fi>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 48E51431FD7\r
+       for <notmuch@notmuchmail.org>; Tue, 27 Aug 2013 13:14:50 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id QCwiYgZ6HvTe for <notmuch@notmuchmail.org>;\r
+       Tue, 27 Aug 2013 13:14:40 -0700 (PDT)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+       by olra.theworths.org (Postfix) with ESMTP id 88768431FD6\r
+       for <notmuch@notmuchmail.org>; Tue, 27 Aug 2013 13:14:40 -0700 (PDT)\r
+Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
+       by guru.guru-group.fi (Postfix) with ESMTP id DE4D6100030;\r
+       Tue, 27 Aug 2013 23:14:32 +0300 (EEST)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: Jani Nikula <jani@nikula.org>, <notmuch@notmuchmail.org>\r
+Subject: Re: [PATCH v2] emacs: insert quotable parts in reply as they are\r
+       displayed in show view\r
+In-Reply-To: <1377633044-22044-1-git-send-email-jani@nikula.org>\r
+References: <1377633044-22044-1-git-send-email-jani@nikula.org>\r
+User-Agent: Notmuch/0.16+42~g385e6f3 (http://notmuchmail.org) Emacs/24.3.1\r
+       (x86_64-unknown-linux-gnu)\r
+X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
+       $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
+       !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
+Date: Tue, 27 Aug 2013 23:14:32 +0300\r
+Message-ID: <m2vc2qsxg7.fsf@guru.guru-group.fi>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Tue, 27 Aug 2013 20:14:50 -0000\r
+\r
+On Tue, Aug 27 2013, Jani Nikula <jani@nikula.org> wrote:\r
+\r
+> In reply, insert quotable parts using notmuch-show-insert-bodypart\r
+> instead of calling notmuch-mm-display-part-inline directly to render\r
+> the quoted parts as they are rendered in show view.\r
+>\r
+> The notable change is that replies to text/calendar parts quote the\r
+> pretty printed output of icalendar-import-buffer rather than the ugly\r
+> raw vcalendar.\r
+> ---\r
+\r
+Good stuff, I put this to test (in all of my 3 hosts I run notmuch-emacs)\r
+\r
+Vcalendars render fine. Have to find some html-only mail...\r
+\r
+The first line 'From:' is outside the top of the window for me -- have\r
+to play with recenter or something a bit...\r
+\r
+Tomi\r
+\r
+\r
+>  emacs/notmuch-mua.el  |   13 ++++++++++---\r
+>  emacs/notmuch-show.el |   18 +++++++++++++-----\r
+>  2 files changed, 23 insertions(+), 8 deletions(-)\r
+>\r
+> diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el\r
+> index 2baae5f..c3aca80 100644\r
+> --- a/emacs/notmuch-mua.el\r
+> +++ b/emacs/notmuch-mua.el\r
+> @@ -28,6 +28,8 @@\r
+>  \r
+>  (eval-when-compile (require 'cl))\r
+>  \r
+> +(declare-function notmuch-show-insert-bodypart "notmuch-show" (msg part depth &optional hide))\r
+> +\r
+>  ;;\r
+>  \r
+>  (defcustom notmuch-mua-send-hook '(notmuch-mua-message-send-hook)\r
+> @@ -130,9 +132,11 @@ list."\r
+>  (defun notmuch-mua-insert-quotable-part (message part)\r
+>    (save-restriction\r
+>      (narrow-to-region (point) (point))\r
+> -    (notmuch-mm-display-part-inline message part (plist-get part :id)\r
+> -                                (plist-get part :content-type)\r
+> -                                notmuch-show-process-crypto)\r
+> +    ;; We don't want hooks, such as notmuch-wash-*, to be run on the\r
+> +    ;; quotable part.\r
+> +    (let ((notmuch-show-insert-text/plain-hook nil))\r
+> +      ;; Show the part but do not add buttons.\r
+> +      (notmuch-show-insert-bodypart message part 0 'no-buttons))\r
+>      (goto-char (point-max))))\r
+>  \r
+>  ;; There is a bug in emacs 23's message.el that results in a newline\r
+> @@ -219,6 +223,9 @@ list."\r
+>    (goto-char (point-max))\r
+>    (push-mark)\r
+>    (message-goto-body)\r
+> +\r
+> +  ;; Display message from the beginning if possible.\r
+> +  (recenter (- (line-number-at-pos) 1))\r
+>    (set-buffer-modified-p nil))\r
+>  \r
+>  (defun notmuch-mua-forward-message ()\r
+> diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el\r
+> index 2896aae..904b98e 100644\r
+> --- a/emacs/notmuch-show.el\r
+> +++ b/emacs/notmuch-show.el\r
+> @@ -844,7 +844,11 @@ message at DEPTH in the current thread."\r
+>  (defun notmuch-show-insert-bodypart (msg part depth &optional hide)\r
+>    "Insert the body part PART at depth DEPTH in the current thread.\r
+>  \r
+> -If HIDE is non-nil then initially hide this part."\r
+> +HIDE determines whether to show or hide the part and the button\r
+> +as follows: If HIDE is nil, show the part and the button. If HIDE\r
+> +is t, hide the part initially and show the button. If HIDE is\r
+> +'no-buttons, show the part but do not add any buttons (this is\r
+> +useful for quoting in replies)."\r
+>  \r
+>    (let* ((content-type (downcase (plist-get part :content-type)))\r
+>       (mime-type (or (and (string= content-type "application/octet-stream")\r
+> @@ -854,15 +858,19 @@ If HIDE is non-nil then initially hide this part."\r
+>                      content-type))\r
+>       (nth (plist-get part :id))\r
+>       (beg (point))\r
+> -     ;; We omit the part button for the first (or only) part if this is text/plain.\r
+> -     (button (unless (and (string= mime-type "text/plain") (<= nth 1))\r
+> +     ;; Hide the part initially if HIDE is t.\r
+> +     (show-part (not (equal hide t)))\r
+> +     ;; We omit the part button for the first (or only) part if\r
+> +     ;; this is text/plain, or HIDE is 'no-buttons.\r
+> +     (button (unless (or (equal hide 'no-buttons)\r
+> +                         (and (string= mime-type "text/plain") (<= nth 1)))\r
+>                 (notmuch-show-insert-part-header nth mime-type content-type (plist-get part :filename))))\r
+>       (content-beg (point)))\r
+>  \r
+>      ;; Store the computed mime-type for later use (e.g. by attachment handlers).\r
+>      (plist-put part :computed-type mime-type)\r
+>  \r
+> -    (if (not hide)\r
+> +    (if show-part\r
+>          (notmuch-show-insert-bodypart-internal msg part mime-type nth depth button)\r
+>        (button-put button :notmuch-lazy-part\r
+>                    (list msg part mime-type nth depth button)))\r
+> @@ -875,7 +883,7 @@ If HIDE is non-nil then initially hide this part."\r
+>        (insert "\n"))\r
+>      ;; We do not create the overlay for hidden (lazy) parts until\r
+>      ;; they are inserted.\r
+> -    (if (not hide)\r
+> +    (if show-part\r
+>      (notmuch-show-create-part-overlays button content-beg (point))\r
+>        (save-excursion\r
+>      (notmuch-show-toggle-part-invisibility button)))\r
+> -- \r
+> 1.7.10.4\r
+>\r
+> _______________________________________________\r
+> notmuch mailing list\r
+> notmuch@notmuchmail.org\r
+> http://notmuchmail.org/mailman/listinfo/notmuch\r