Re: [PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / d2 / 924b8afe55f6487e60557de695fd0b74e596d1
1 Return-Path: <too@guru-group.fi>\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 arlo.cworth.org (Postfix) with ESMTP id 4CFD86DE0B64\r
6  for <notmuch@notmuchmail.org>; Thu, 15 Oct 2015 10:58:03 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.168\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.168 tagged_above=-999 required=5 tests=[AWL=0.708, \r
12  RP_MATCHES_RCVD=-0.55, T_HEADER_FROM_DIFFERENT_DOMAINS=0.01]\r
13  autolearn=disabled\r
14 Received: from arlo.cworth.org ([127.0.0.1])\r
15  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
16  with ESMTP id iMCwi_WdeXCu for <notmuch@notmuchmail.org>;\r
17  Thu, 15 Oct 2015 10:58:00 -0700 (PDT)\r
18 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
19  by arlo.cworth.org (Postfix) with ESMTP id 425A76DE0B27\r
20  for <notmuch@notmuchmail.org>; Thu, 15 Oct 2015 10:57:58 -0700 (PDT)\r
21 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
22  id 0A4CD1000FA; Thu, 15 Oct 2015 20:57:46 +0300 (EEST)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: notmuch@notmuchmail.org\r
25 Subject: [PATCH v2] doc: update copyright year to contain range 2009-2015\r
26 Date: Thu, 15 Oct 2015 20:57:43 +0300\r
27 Message-Id: <1444931863-3384-1-git-send-email-tomi.ollila@iki.fi>\r
28 X-Mailer: git-send-email 2.0.0\r
29 In-Reply-To: <8737xcpf3e.fsf@zancas.localnet>\r
30 References: <8737xcpf3e.fsf@zancas.localnet>\r
31 Cc: tomi.ollila@iki.fi\r
32 X-BeenThere: notmuch@notmuchmail.org\r
33 X-Mailman-Version: 2.1.18\r
34 Precedence: list\r
35 List-Id: "Use and development of the notmuch mail system."\r
36  <notmuch.notmuchmail.org>\r
37 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
38  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
39 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
40 List-Post: <mailto:notmuch@notmuchmail.org>\r
41 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
42 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
43  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
44 X-List-Received-Date: Thu, 15 Oct 2015 17:58:03 -0000\r
45 \r
46 Now it is accurate and provides more information to the\r
47 reader of the documents.\r
48 ---\r
49  doc/conf.py | 2 +-\r
50  1 file changed, 1 insertion(+), 1 deletion(-)\r
51 \r
52 diff --git a/doc/conf.py b/doc/conf.py\r
53 index 8fbc8544b0b1..65adafeb1cef 100644\r
54 --- a/doc/conf.py\r
55 +++ b/doc/conf.py\r
56 @@ -12,7 +12,7 @@ master_doc = 'index'\r
57  \r
58  # General information about the project.\r
59  project = u'notmuch'\r
60 -copyright = u'2014, Carl Worth and many others'\r
61 +copyright = u'2009-2015, Carl Worth and many others'\r
62  \r
63  location = os.path.dirname(__file__)\r
64  \r
65 -- \r
66 2.0.0\r
67 \r