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