Re: NEWS patches v2
[notmuch-archives.git] / 94 / 0070bbfa03e79f5508015afef467706e10d8ad
1 Return-Path: <zack@upsilon.cc>\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 BAA9C429E37\r
6         for <notmuch@notmuchmail.org>; Sun, 15 Feb 2015 04:39:25 -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: 2.338\r
10 X-Spam-Level: **\r
11 X-Spam-Status: No, score=2.338 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         DNS_FROM_AHBL_RHSBL=2.438] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id kBe3E5GqtBKu for <notmuch@notmuchmail.org>;\r
17         Sun, 15 Feb 2015 04:39:22 -0800 (PST)\r
18 Received: from upsilon.cc (upsilon.cc [178.32.142.91])\r
19         by olra.theworths.org (Postfix) with ESMTP id 28452431FD8\r
20         for <notmuch@notmuchmail.org>; Sun, 15 Feb 2015 04:39:22 -0800 (PST)\r
21 Received: from timira.takhisis.invalid (unknown [78.194.69.54])\r
22         by upsilon.cc (Postfix) with ESMTPSA id D6D9C10E69;\r
23         Sun, 15 Feb 2015 13:39:17 +0100 (CET)\r
24 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=upsilon.cc; s=mail;\r
25         t=1424003957; bh=SoirUP1iifmWs/ZaD4q7hYuytLOROn9QDouLgeCepsU=;\r
26         h=From:To:Cc:Subject:Date:In-Reply-To:References:From;\r
27         b=POjmx4yH8OHrtrJhFQ/XzHY9/anJ03GQnRQxcN77rwqi8zTObL6NiF3VIqkyBSKge\r
28         BJ8MI13a1Y4D6C2S7BRxLAWhYIqRf8s2vIdVVZtZlGzN25MG6dHJJnunLdCH8joV5a\r
29         EuqO40Iqolfmg9cuJ3ZyjeV9q831nErnJzQ+U7T4=\r
30 Received: by timira.takhisis.invalid (Postfix, from userid 1000)\r
31         id B2906600E0; Sun, 15 Feb 2015 13:39:17 +0100 (CET)\r
32 From: Stefano Zacchiroli <zack@upsilon.cc>\r
33 To: notmuch@notmuchmail.org\r
34 Subject: [PATCH 1/3] notmuch-mutt: bump copyright year\r
35 Date: Sun, 15 Feb 2015 13:39:06 +0100\r
36 Message-Id: <1424003948-17642-2-git-send-email-zack@upsilon.cc>\r
37 X-Mailer: git-send-email 2.1.4\r
38 In-Reply-To: <1424003948-17642-1-git-send-email-zack@upsilon.cc>\r
39 References: <m2twyvyx41.fsf@guru.guru-group.fi>\r
40         <1424003948-17642-1-git-send-email-zack@upsilon.cc>\r
41 MIME-Version: 1.0\r
42 Content-Type: text/plain; charset=UTF-8\r
43 Content-Transfer-Encoding: 8bit\r
44 Cc: zack@upsilon.cc\r
45 X-BeenThere: notmuch@notmuchmail.org\r
46 X-Mailman-Version: 2.1.13\r
47 Precedence: list\r
48 List-Id: "Use and development of the notmuch mail system."\r
49         <notmuch.notmuchmail.org>\r
50 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
52 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
53 List-Post: <mailto:notmuch@notmuchmail.org>\r
54 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
55 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
57 X-List-Received-Date: Sun, 15 Feb 2015 12:39:26 -0000\r
58 \r
59 ---\r
60  contrib/notmuch-mutt/notmuch-mutt | 2 +-\r
61  1 file changed, 1 insertion(+), 1 deletion(-)\r
62 \r
63 diff --git a/contrib/notmuch-mutt/notmuch-mutt b/contrib/notmuch-mutt/notmuch-mutt\r
64 index 4969e4b..6d4d60c 100755\r
65 --- a/contrib/notmuch-mutt/notmuch-mutt\r
66 +++ b/contrib/notmuch-mutt/notmuch-mutt\r
67 @@ -2,7 +2,7 @@\r
68  #\r
69  # notmuch-mutt - notmuch (of a) helper for Mutt\r
70  #\r
71 -# Copyright: © 2011-2012 Stefano Zacchiroli <zack@upsilon.cc> \r
72 +# Copyright: © 2011-2015 Stefano Zacchiroli <zack@upsilon.cc>\r
73  # License: GNU General Public License (GPL), version 3 or above\r
74  #\r
75  # See the bottom of this file for more documentation.\r
76 -- \r
77 2.1.4\r
78 \r