[PATCH 4/4] Update NEWS for user.other_name
[notmuch-archives.git] / 0d / 325702d353b602b1cebe0d316d9cda0ff2c0af
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 3E295431FD0\r
6         for <notmuch@notmuchmail.org>; Thu,  8 Dec 2011 14:48:41 -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 MOv7QBVv1Qhf for <notmuch@notmuchmail.org>;\r
16         Thu,  8 Dec 2011 14:48:39 -0800 (PST)\r
17 Received: from mail-ey0-f181.google.com (mail-ey0-f181.google.com\r
18         [209.85.215.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 86F6E431FB6\r
21         for <notmuch@notmuchmail.org>; Thu,  8 Dec 2011 14:48:39 -0800 (PST)\r
22 Received: by eaal13 with SMTP id l13so1711208eaa.26\r
23         for <notmuch@notmuchmail.org>; Thu, 08 Dec 2011 14:48:36 -0800 (PST)\r
24 Received: by 10.213.15.200 with SMTP id l8mr333113eba.112.1323384516739;\r
25         Thu, 08 Dec 2011 14:48:36 -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 z54sm23183634eeh.5.2011.12.08.14.48.33\r
29         (version=SSLv3 cipher=OTHER); Thu, 08 Dec 2011 14:48:34 -0800 (PST)\r
30 From: Jani Nikula <jani@nikula.org>\r
31 To: notmuch@notmuchmail.org\r
32 Subject: [PATCH v4 0/3] notmuch hooks\r
33 Date: Fri,  9 Dec 2011 00:48:28 +0200\r
34 Message-Id: <cover.1323384304.git.jani@nikula.org>\r
35 X-Mailer: git-send-email 1.7.5.4\r
36 In-Reply-To:\r
37  <7fbe6befcf31881a9bca672f55b93501249a220c.1322859389.git.jani@nikula.org>\r
38 References:\r
39  <7fbe6befcf31881a9bca672f55b93501249a220c.1322859389.git.jani@nikula.org>\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Thu, 08 Dec 2011 22:48:41 -0000\r
53 \r
54 Hi all, this is v4 of the notmuch hooks patches. Changes:\r
55 \r
56 * Fix WIFEXITED (id:"8739cxzv30.fsf@nikula.org").\r
57 \r
58 * Add tests.\r
59 \r
60 BR,\r
61 Jani.\r
62 \r
63 \r
64 Jani Nikula (3):\r
65   cli: introduce the concept of user defined hooks\r
66   cli: add support for pre and post notmuch new hooks\r
67   test: add tests for hooks\r
68 \r
69  Makefile.local    |    1 +\r
70  NEWS              |   10 +++++\r
71  hooks.c           |   93 +++++++++++++++++++++++++++++++++++++++++++++++\r
72  notmuch-client.h  |    3 ++\r
73  notmuch-new.c     |   12 ++++++\r
74  notmuch.1         |   50 +++++++++++++++++++++++++-\r
75  notmuch.c         |   39 +++++++++++++++++++-\r
76  test/hooks        |  104 +++++++++++++++++++++++++++++++++++++++++++++++++++++\r
77  test/notmuch-test |    1 +\r
78  9 files changed, 311 insertions(+), 2 deletions(-)\r
79  create mode 100644 hooks.c\r
80  create mode 100755 test/hooks\r
81 \r
82 -- \r
83 1.7.5.4\r
84 \r