Re: [PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / b8 / c0ba8a5d3c43d35249cc8b152278640cd8e39e
1 Return-Path: <jani@nikula.org>\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 A6C67429E5F\r
6         for <notmuch@notmuchmail.org>; Tue, 17 Jan 2012 10:16:08 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id Znz1IlUVMnNX for <notmuch@notmuchmail.org>;\r
16         Tue, 17 Jan 2012 10:16:08 -0800 (PST)\r
17 Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com\r
18         [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 28440429E3B\r
21         for <notmuch@notmuchmail.org>; Tue, 17 Jan 2012 10:16:08 -0800 (PST)\r
22 Received: by wibhr12 with SMTP id hr12so3706151wib.26\r
23         for <notmuch@notmuchmail.org>; Tue, 17 Jan 2012 10:16:07 -0800 (PST)\r
24 Received: by 10.180.84.133 with SMTP id z5mr25202423wiy.10.1326824167045;\r
25         Tue, 17 Jan 2012 10:16:07 -0800 (PST)\r
26 Received: from localhost (dsl-hkibrasgw4-fe5cdc00-23.dhcp.inet.fi.\r
27         [80.220.92.23])\r
28         by mx.google.com with ESMTPS id bj10sm18257782wib.9.2012.01.17.10.16.05\r
29         (version=SSLv3 cipher=OTHER); Tue, 17 Jan 2012 10:16:06 -0800 (PST)\r
30 From: Jani Nikula <jani@nikula.org>\r
31 To: notmuch@notmuchmail.org\r
32 Subject: [PATCH] fix .gitignore for gzipped man pages\r
33 Date: Tue, 17 Jan 2012 20:16:03 +0200\r
34 Message-Id: <1326824163-27087-1-git-send-email-jani@nikula.org>\r
35 X-Mailer: git-send-email 1.7.5.4\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.13\r
38 Precedence: list\r
39 List-Id: "Use and development of the notmuch mail system."\r
40         <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Tue, 17 Jan 2012 18:16:08 -0000\r
49 \r
50 ---\r
51  .gitignore     |    1 -\r
52  man/.gitignore |    2 ++\r
53  2 files changed, 2 insertions(+), 1 deletions(-)\r
54  create mode 100644 man/.gitignore\r
55 \r
56 diff --git a/.gitignore b/.gitignore\r
57 index d64ec9f..d428290 100644\r
58 --- a/.gitignore\r
59 +++ b/.gitignore\r
60 @@ -7,7 +7,6 @@ tags\r
61  /notmuch\r
62  notmuch.sym\r
63  notmuch-shared\r
64 -notmuch.1.gz\r
65  libnotmuch.so*\r
66  libnotmuch*.dylib\r
67  *.[ao]\r
68 diff --git a/man/.gitignore b/man/.gitignore\r
69 new file mode 100644\r
70 index 0000000..26ead20\r
71 --- /dev/null\r
72 +++ b/man/.gitignore\r
73 @@ -0,0 +1,2 @@\r
74 +# ignore gzipped man pages\r
75 +*.[0-9].gz\r
76 -- \r
77 1.7.5.4\r
78 \r