Re: [PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / fa / 422dcc0d406a65e07130a40368a85b75ae964f
1 Return-Path: <markwalters1009@gmail.com>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 85B3D431FB6\r
6         for <notmuch@notmuchmail.org>; Wed, 25 Apr 2012 10:12:34 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 2.7\r
10 X-Spam-Level: **\r
11 X-Spam-Status: No, score=2.7 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
14         FREEMAIL_REPLY=2.499, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id jEppNJGUVx1d for <notmuch@notmuchmail.org>;\r
18         Wed, 25 Apr 2012 10:12:33 -0700 (PDT)\r
19 Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com\r
20  [74.125.82.45])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
21  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
22  B8C91431FAE    for <notmuch@notmuchmail.org>; Wed, 25 Apr 2012 10:12:32 -0700\r
23  (PDT)\r
24 Received: by wgbdt14 with SMTP id dt14so276681wgb.2\r
25         for <notmuch@notmuchmail.org>; Wed, 25 Apr 2012 10:12:31 -0700 (PDT)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
27         h=from:to:cc:subject:date:message-id:x-mailer;\r
28         bh=G7adzQmZ42Z6w8rjmrXVVRtAvG18pL56oJ/zXvfM3JI=;\r
29         b=pqDNzu6q+T3UQO7GoLl42JWhn9hNcCLP/D1r6VmC7nkuxFcJ4SwG4tHccnr5hzft42\r
30         9TpfJdhdEsFAcsWBfONUpZCuDocgc32zhaCP1vj/Wuvyx1wVpslq8qJTwc3KRCv0gAPj\r
31         1iftO0yyGKewe22S/OFHGviIuEIWxq7fqQ78EiRVOC8J35iWY21LlG5k8E9bW/wSDYBr\r
32         JJ+/0RmQGUDOJ8b+ZIPCYtOKLavmBr63j+Xu73P6nJRWXvM+nOybXRBlRBoQlNGY6RPA\r
33         fqJttavL9G5CSvA+6rrJQHvWEX/lHWgN4ifJVCoJ/AUw/Th6rbpOcXu8CAFpBSbxIhao\r
34         EuQQ==\r
35 Received: by 10.216.132.151 with SMTP id o23mr2047383wei.120.1335373951278;\r
36         Wed, 25 Apr 2012 10:12:31 -0700 (PDT)\r
37 Received: from localhost (94-192-233-223.zone6.bethere.co.uk.\r
38  [94.192.233.223])      by mx.google.com with ESMTPS id\r
39  ca3sm38476595wib.6.2012.04.25.10.12.29 (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Wed, 25 Apr 2012 10:12:30 -0700 (PDT)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH v2 0/2] Add filter to emacs show mode\r
44 Date: Wed, 25 Apr 2012 18:12:32 +0100\r
45 Message-Id: <1335373954-4578-1-git-send-email-markwalters1009@gmail.com>\r
46 X-Mailer: git-send-email 1.7.9.1\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Wed, 25 Apr 2012 17:12:34 -0000\r
60 \r
61 This is a new version of\r
62 id:"1335309421-18893-1-git-send-email-markwalters1009@gmail.com" which\r
63 provides filtering or "limiting" function in emacs show mode.\r
64 \r
65 Changes from the last version: move the binding to 'l' (mnemonic\r
66 "limit"), fixed an error if no new query string entered.\r
67 \r
68 The second patch moves the keybinding for filter in search mode to 'l'\r
69 for consistency (let the bikeshedding begin!).\r
70 \r
71 Best wishes\r
72 \r
73 Mark\r
74 \r
75 \r
76 \r
77 \r
78 Mark Walters (2):\r
79   emacs: add a filter option to show\r
80   emacs: Bind filter in search to 'l'\r
81 \r
82  emacs/notmuch-show.el |   12 ++++++++++++\r
83  emacs/notmuch.el      |    4 ++--\r
84  2 files changed, 14 insertions(+), 2 deletions(-)\r
85 \r
86 -- \r
87 1.7.9.1\r
88 \r