--- /dev/null
+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 arlo.cworth.org (Postfix) with ESMTP id 3BE946DE0B7C\r
+ for <notmuch@notmuchmail.org>; Thu, 15 Oct 2015 12:04:24 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.759\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.759 tagged_above=-999 required=5 tests=[AWL=0.107, \r
+ SPF_NEUTRAL=0.652] autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id D1tymdjRG0ql for <notmuch@notmuchmail.org>;\r
+ Thu, 15 Oct 2015 12:04:22 -0700 (PDT)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 1A4696DE0B27\r
+ for <notmuch@notmuchmail.org>; Thu, 15 Oct 2015 12:04:22 -0700 (PDT)\r
+Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
+ by guru.guru-group.fi (Postfix) with ESMTP id 5009B1000E5;\r
+ Thu, 15 Oct 2015 22:04:21 +0300 (EEST)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: Mark Walters <markwalters1009@gmail.com>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH] emacs: tree bugfix\r
+In-Reply-To: <1444934794-27968-1-git-send-email-markwalters1009@gmail.com>\r
+References: <1439622493-18191-1-git-send-email-markwalters1009@gmail.com>\r
+ <1444934794-27968-1-git-send-email-markwalters1009@gmail.com>\r
+User-Agent: Notmuch/0.20.2+68~g0c35549 (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: Thu, 15 Oct 2015 22:04:21 +0300\r
+Message-ID: <m2y4f4kl6y.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.18\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: Thu, 15 Oct 2015 19:04:24 -0000\r
+\r
+On Thu, Oct 15 2015, Mark Walters <markwalters1009@gmail.com> wrote:\r
+\r
+> Formerly replying to an encrypted message in tree-view did not work:\r
+> the message was not decrypted. This commit makes notmuch-tree respect\r
+> the setting of notmuch-crypto-process-mime. In particular, if\r
+> notmuch-crypto-process-mime is set to t, then replying to encrypted\r
+> messages in tree mode will now decrypt the reply (as it already did in\r
+> show mode).\r
+> ---\r
+> The same patch as before but with an updated commit message.\r
+\r
+This looks tolerable to me...\r
+\r
+Tomi\r
+\r
+\r
+>\r
+> Best wishes\r
+>\r
+> Mark\r
+>\r
+> emacs/notmuch-tree.el | 5 +++++\r
+> 1 file changed, 5 insertions(+)\r
+>\r
+> diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el\r
+> index 182235e..5695b68 100644\r
+> --- a/emacs/notmuch-tree.el\r
+> +++ b/emacs/notmuch-tree.el\r
+> @@ -867,6 +867,11 @@ the same as for the function notmuch-tree."\r
+> (setq notmuch-tree-query-context query-context)\r
+> (setq notmuch-tree-target-msg target)\r
+> (setq notmuch-tree-open-target open-target)\r
+> + ;; Set the default value for `notmuch-show-process-crypto' in this\r
+> + ;; buffer. Although we don't use this some of the functions we call\r
+> + ;; (such as reply) do. It is a buffer local variable so setting it\r
+> + ;; will not affect genuine show buffers.\r
+> + (setq notmuch-show-process-crypto notmuch-crypto-process-mime)\r
+> \r
+> (erase-buffer)\r
+> (goto-char (point-min))\r
+> -- \r
+> 2.1.4\r
+>\r
+> _______________________________________________\r
+> notmuch mailing list\r
+> notmuch@notmuchmail.org\r
+> http://notmuchmail.org/mailman/listinfo/notmuch\r