[PATCH 06/10] cli: Introduce "notmuch address" command
[notmuch-archives.git] / f8 / ac22927e39c8eb42e01f10866de40ba17219a8
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 olra.theworths.org (Postfix) with ESMTP id 4560E431FBF\r
6         for <notmuch@notmuchmail.org>; Sat, 23 Mar 2013 05:07:28 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 ywSBFRNrL9aE for <notmuch@notmuchmail.org>;\r
16         Sat, 23 Mar 2013 05:07:27 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18         by olra.theworths.org (Postfix) with ESMTP id 89A68431FAF\r
19         for <notmuch@notmuchmail.org>; Sat, 23 Mar 2013 05:07:27 -0700 (PDT)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id 33FC5100209; Sat, 23 Mar 2013 14:07:17 +0200 (EET)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: notmuch@notmuchmail.org\r
24 Subject: [PATCH 1/1] devel/STYLE: information how to enable standard\r
25         pre-commit hook\r
26 Date: Sat, 23 Mar 2013 14:07:15 +0200\r
27 Message-Id: <1364040435-22357-1-git-send-email-tomi.ollila@iki.fi>\r
28 X-Mailer: git-send-email 1.8.0\r
29 Cc: tomi.ollila@iki.fi\r
30 X-BeenThere: notmuch@notmuchmail.org\r
31 X-Mailman-Version: 2.1.13\r
32 Precedence: list\r
33 List-Id: "Use and development of the notmuch mail system."\r
34         <notmuch.notmuchmail.org>\r
35 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
36         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
37 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
38 List-Post: <mailto:notmuch@notmuchmail.org>\r
39 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
40 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
41         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
42 X-List-Received-Date: Sat, 23 Mar 2013 12:07:28 -0000\r
43 \r
44 It is easier to enable git standard pre-commit hook, when the\r
45 operation to do so is presented.\r
46 ---\r
47  devel/STYLE | 5 +++--\r
48  1 file changed, 3 insertions(+), 2 deletions(-)\r
49 \r
50 diff --git a/devel/STYLE b/devel/STYLE\r
51 index 0792ba1..92de42c 100644\r
52 --- a/devel/STYLE\r
53 +++ b/devel/STYLE\r
54 @@ -45,8 +45,9 @@ function (param_type param, param_type param)\r
55     - likewise, there is a space following keywords such as if and while\r
56     - every binary operator should have space on either side.\r
57  \r
58 -* No trailing whitespace. Please enable the standard pre-commit hook\r
59 -  in git (or an equivalent hook).\r
60 +* No trailing whitespace. Please enable the standard pre-commit hook in git\r
61 +  (or an equivalent hook). The standard pre-commit hook is enabled by simply\r
62 +  renaming file '.git/hooks/pre-commit.sample' to '.git/hooks/pre-commit' .\r
63  \r
64  * The name in a function prototype should start at the beginning of a line.\r
65  \r
66 -- \r
67 1.8.0\r
68 \r