From: David Bremner Date: Tue, 4 Aug 2015 07:19:02 +0000 (+0200) Subject: Re: [PATCH v5 2/3] emacs: add a filter option to show X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c17f7aeed8ae4a5a4960fe5c04cbed7a379efa68;p=notmuch-archives.git Re: [PATCH v5 2/3] emacs: add a filter option to show --- diff --git a/b0/93fc0ba58f92eb78a355d0a2b7676c5d7794c2 b/b0/93fc0ba58f92eb78a355d0a2b7676c5d7794c2 new file mode 100644 index 000000000..e9592f24d --- /dev/null +++ b/b0/93fc0ba58f92eb78a355d0a2b7676c5d7794c2 @@ -0,0 +1,63 @@ +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 06B926DE13F4 + for ; Tue, 4 Aug 2015 00:20:45 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.143 +X-Spam-Level: +X-Spam-Status: No, score=0.143 tagged_above=-999 required=5 tests=[AWL=0.143] + 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 xPHADuu_fr1d for ; + Tue, 4 Aug 2015 00:20:43 -0700 (PDT) +Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id 3B9E46DE1343 + for ; Tue, 4 Aug 2015 00:20:43 -0700 (PDT) +Received: from remotemail by gitolite.debian.net with local (Exim 4.80) + (envelope-from ) + id 1ZMWVI-0000YW-C9; Tue, 04 Aug 2015 07:19:16 +0000 +Received: (nullmailer pid 6607 invoked by uid 1000); Tue, 04 Aug 2015 + 07:19:02 -0000 +From: David Bremner +To: Mark Walters , notmuch@notmuchmail.org +Subject: Re: [PATCH v5 2/3] emacs: add a filter option to show +In-Reply-To: <1434182890-8047-3-git-send-email-markwalters1009@gmail.com> +References: <1434182890-8047-1-git-send-email-markwalters1009@gmail.com> + <1434182890-8047-3-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: Tue, 04 Aug 2015 09:19:02 +0200 +Message-ID: <87bneno715.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: Tue, 04 Aug 2015 07:20:45 -0000 + +Mark Walters writes: + +> Show the current thread with a different filter (i.e., open messages +> in the thread matching the new query). +> +> Bound to 'l' for "limit". +> +> Note that it is not the same as filter in search mode as it replaces +> the existing query rather than ANDing with it (but it does keep the +> thread-id part of the query). + +I pushed the first two. I'm not sure there was ever any discussion about +the keybindings change, so I left the third.