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