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