Re: [PATCH 1/2] Add Google Inc. to AUTHORS as a contributor.
[notmuch-archives.git] / ff / 6593fa4de8a11084814adff22c173a9046dee5
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 10C39431E64\r
6         for <notmuch@notmuchmail.org>; Thu, 15 Mar 2012 11:42:42 -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: 0.201\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.201 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         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 zYWy9hzCpprX for <notmuch@notmuchmail.org>;\r
18         Thu, 15 Mar 2012 11:42:41 -0700 (PDT)\r
19 Received: from mail-we0-f181.google.com (mail-we0-f181.google.com\r
20         [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id A606C429E35\r
23         for <notmuch@notmuchmail.org>; Thu, 15 Mar 2012 11:42:26 -0700 (PDT)\r
24 Received: by mail-we0-f181.google.com with SMTP id m13so3528469wer.26\r
25         for <notmuch@notmuchmail.org>; Thu, 15 Mar 2012 11:42:26 -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:in-reply-to:references;\r
28         bh=LB6yTV8BSzYPH/pQlFIb8n78YiXkbCdRmetlHa021oc=;\r
29         b=DIAptrWezKZtOlFeaCggQpxFeQmeRnCRs8IeWHGaG5JSbG9kfcsArm67b4aL7eBrg6\r
30         GBfs1GHWIkexvXCjnQxxGewvER87u04rEHC36C8FmEiUV8fMm6Rwl/GeQj8Ra+BodW9v\r
31         08+RZZ7DppzD12L4zW3sr32jCl6hUUg4pDrpH+B6DIitsVkPMXfFrBHUg8s+GmD0pxsM\r
32         bjmSofFrPV9KIE4rS4RagRVk0zv9m+VjQYoY2lQiPhf4bUf7RFr1fc+t+wWudlDjjR6J\r
33         bp/Ogf/ldKug3S5FyBwHEnfkSzpD10aGYWBKK9k5DzkIO889wsMY0y4PuhE1EEuNs3tW\r
34         Qemw==\r
35 Received: by 10.180.102.129 with SMTP id fo1mr18106913wib.6.1331836946307;\r
36         Thu, 15 Mar 2012 11:42:26 -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  df3sm7082322wib.1.2012.03.15.11.42.24  (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Thu, 15 Mar 2012 11:42:25 -0700 (PDT)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH 5/5] emacs: make show set --exclude=flag\r
44 Date: Thu, 15 Mar 2012 18:42:05 +0000\r
45 Message-Id: <1331836925-31437-6-git-send-email-markwalters1009@gmail.com>\r
46 X-Mailer: git-send-email 1.7.9.1\r
47 In-Reply-To: <1331836925-31437-1-git-send-email-markwalters1009@gmail.com>\r
48 References: <1331836925-31437-1-git-send-email-markwalters1009@gmail.com>\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Thu, 15 Mar 2012 18:42:43 -0000\r
62 \r
63 Show has to set --exclude=flag to deal with cases where it is asked\r
64 to show a single excluded message. It uses JSON so it can easily pass\r
65 the exclude information to the user.\r
66 ---\r
67  emacs/notmuch-show.el |    6 ++++--\r
68  1 files changed, 4 insertions(+), 2 deletions(-)\r
69 \r
70 diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el\r
71 index 4a60631..8ab2485 100644\r
72 --- a/emacs/notmuch-show.el\r
73 +++ b/emacs/notmuch-show.el\r
74 @@ -1099,13 +1099,15 @@ function is used."\r
75                        (append (list "\'") basic-args\r
76                                (list "and (" notmuch-show-query-context ")\'"))\r
77                      (append (list "\'") basic-args (list "\'")))))\r
78 -       (notmuch-show-insert-forest (notmuch-query-get-threads args))\r
79 +       (notmuch-show-insert-forest (notmuch-query-get-threads\r
80 +                                    (append (list "--exclude=flag") args)))\r
81         ;; If the query context reduced the results to nothing, run\r
82         ;; the basic query.\r
83         (when (and (eq (buffer-size) 0)\r
84                    notmuch-show-query-context)\r
85           (notmuch-show-insert-forest\r
86 -          (notmuch-query-get-threads basic-args))))\r
87 +          (notmuch-query-get-threads\r
88 +           (append (list "--exclude=flag") basic-args)))))\r
89  \r
90        (jit-lock-register #'notmuch-show-buttonise-links)\r
91  \r
92 -- \r
93 1.7.9.1\r
94 \r