From: David Bremner Date: Sun, 16 Aug 2015 08:57:42 +0000 (+0200) Subject: Re: [PATCH] emacs: tree bugfix X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5246919c2f31fad4aa8458354d5ef72d134dab43;p=notmuch-archives.git Re: [PATCH] emacs: tree bugfix --- diff --git a/91/f489d7cc31704fb825b8e04d0468570097dc93 b/91/f489d7cc31704fb825b8e04d0468570097dc93 new file mode 100644 index 000000000..4608420dc --- /dev/null +++ b/91/f489d7cc31704fb825b8e04d0468570097dc93 @@ -0,0 +1,68 @@ +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 2930C6DE021E + for ; Sun, 16 Aug 2015 01:59:23 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.126 +X-Spam-Level: +X-Spam-Status: No, score=0.126 tagged_above=-999 required=5 tests=[AWL=0.126] + 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 KH1tZRU9dtu8 for ; + Sun, 16 Aug 2015 01:59:21 -0700 (PDT) +Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id 311AC6DE009A + for ; Sun, 16 Aug 2015 01:59:21 -0700 (PDT) +Received: from remotemail by gitolite.debian.net with local (Exim 4.80) + (envelope-from ) + id 1ZQtlI-000263-OE; Sun, 16 Aug 2015 08:57:52 +0000 +Received: (nullmailer pid 14578 invoked by uid 1000); Sun, 16 Aug 2015 + 08:57:42 -0000 +From: David Bremner +To: Mark Walters , notmuch@notmuchmail.org +Subject: Re: [PATCH] emacs: tree bugfix +In-Reply-To: <1439622493-18191-1-git-send-email-markwalters1009@gmail.com> +References: <87d1ys7n1s.fsf@maritornes.cs.unb.ca> + <1439622493-18191-1-git-send-email-markwalters1009@gmail.com> +User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Sun, 16 Aug 2015 10:57:42 +0200 +Message-ID: <87wpwvfw55.fsf@maritornes.cs.unb.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: Sun, 16 Aug 2015 08:59:23 -0000 + +Mark Walters writes: + +> Formerly replying to an encrypted message in tree-view did not +> work. This is a first attempt to make it work. +> --- +> +> notmuch-mua-reply decides whether to process crypto based on the +> buffer-local variable notmuch-show-process-crypto. This sets to its +> default value (which is notmuch-crypto-process-mime) in tree-mode +> buffers. + +Thanks for working on this Mark. Indeed it seems to fix the problem in +my tests. + +Maybe just move some of the discussion into the commit message and we'll +merge it? + +d