Re: [PATCH v5 3/3] emacs: Bind filter in search to 'l'
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Wed, 17 Feb 2016 22:44:40 +0000 (17:44 +1900)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:21:09 +0000 (16:21 -0700)
c1/f9f46a54bfa63832d680b48bb35ad9006f50a2 [new file with mode: 0644]

diff --git a/c1/f9f46a54bfa63832d680b48bb35ad9006f50a2 b/c1/f9f46a54bfa63832d680b48bb35ad9006f50a2
new file mode 100644 (file)
index 0000000..6fbdcd6
--- /dev/null
@@ -0,0 +1,68 @@
+Return-Path: <dkg@fifthhorseman.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 6840F6DE0FC5\r
+ for <notmuch@notmuchmail.org>; Wed, 17 Feb 2016 14:44:50 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.016\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.016 tagged_above=-999 required=5\r
+ tests=[AWL=-0.016] 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 2748S1YnhmZL for <notmuch@notmuchmail.org>;\r
+ Wed, 17 Feb 2016 14:44:44 -0800 (PST)\r
+Received: from che.mayfirst.org (che.mayfirst.org [209.234.253.108])\r
+ by arlo.cworth.org (Postfix) with ESMTP id B76EF6DE091E\r
+ for <notmuch@notmuchmail.org>; Wed, 17 Feb 2016 14:44:44 -0800 (PST)\r
+Received: from fifthhorseman.net (unknown [38.109.115.130])\r
+ by che.mayfirst.org (Postfix) with ESMTPSA id 47EDBF991;\r
+ Wed, 17 Feb 2016 17:44:38 -0500 (EST)\r
+Received: by fifthhorseman.net (Postfix, from userid 1000)\r
+ id 375CD2002A; Wed, 17 Feb 2016 17:44:40 -0500 (EST)\r
+From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>\r
+To: Mark Walters <markwalters1009@gmail.com>, David Edmondson <dme@dme.org>,\r
+ notmuch@notmuchmail.org\r
+Subject: Re: [PATCH v5 3/3] emacs: Bind filter in search to 'l'\r
+In-Reply-To: <87wpqd61ez.fsf@qmul.ac.uk>\r
+References: <1434182890-8047-1-git-send-email-markwalters1009@gmail.com>\r
+ <1434182890-8047-4-git-send-email-markwalters1009@gmail.com>\r
+ <m2io1x4oop.fsf@dme.org> <87wpqd61ez.fsf@qmul.ac.uk>\r
+User-Agent: Notmuch/0.21+72~gd8c4f1c (http://notmuchmail.org) Emacs/24.5.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Wed, 17 Feb 2016 17:44:40 -0500\r
+Message-ID: <87io1ngdnr.fsf@alice.fifthhorseman.net>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://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: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Wed, 17 Feb 2016 22:44:50 -0000\r
+\r
+On Tue 2016-02-09 16:04:20 -0500, Mark Walters wrote:\r
+> I broadly agree, particularly as it will free up f for forwarding a\r
+> thread in search view (which is easy to do on top of\r
+> id:1454931262-21362-1-git-send-email-dme@dme.org).\r
+\r
+Being able to forward a whole thread from emacs would be great.  If we\r
+have that available, it would also be nice to bind it to 'F' in the\r
+notmuch-show view.  (assuming that people don't have objections about\r
+the different cases doing different things)\r
+\r
+> It will be annoying in the short term to learn the change, but I don't\r
+> see a way round that.\r
+\r
+I think this is a price worth paying.\r
+\r
+  --dkg\r