Re: [PATCH] emacs: tree bugfix
authorDavid Bremner <david@tethera.net>
Sun, 16 Aug 2015 08:57:42 +0000 (10:57 +0200)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:49:21 +0000 (14:49 -0700)
91/f489d7cc31704fb825b8e04d0468570097dc93 [new file with mode: 0644]

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