[PATCH v2 04/14] cli/reply: unify reply format functions
[notmuch-archives.git] / c4 / db5ea03a37f24ed670034c0cc8f5b13f1a94c0
1 Return-Path: <pieter@praet.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 CB495431FAF\r
6         for <notmuch@notmuchmail.org>; Tue, 28 Feb 2012 10:45:59 -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 O29zEzY-Go6C for <notmuch@notmuchmail.org>;\r
16         Tue, 28 Feb 2012 10:45:59 -0800 (PST)\r
17 Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com\r
18  [74.125.82.45])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
19  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
20  26F2A431FAE    for <notmuch@notmuchmail.org>; Tue, 28 Feb 2012 10:45:59 -0800\r
21  (PST)\r
22 Received: by wgbdt14 with SMTP id dt14so1931671wgb.2\r
23         for <notmuch@notmuchmail.org>; Tue, 28 Feb 2012 10:45:58 -0800 (PST)\r
24 Received-SPF: pass (google.com: domain of pieter@praet.org designates\r
25         10.180.95.34 as permitted sender) client-ip=10.180.95.34; \r
26 Authentication-Results: mr.google.com;\r
27         spf=pass (google.com: domain of pieter@praet.org\r
28         designates 10.180.95.34 as permitted sender)\r
29         smtp.mail=pieter@praet.org\r
30 Received: from mr.google.com ([10.180.95.34])\r
31         by 10.180.95.34 with SMTP id dh2mr24765103wib.15.1330454758013\r
32         (num_hops = 1); Tue, 28 Feb 2012 10:45:58 -0800 (PST)\r
33 Received: by 10.180.95.34 with SMTP id dh2mr19587806wib.15.1330454757922;\r
34         Tue, 28 Feb 2012 10:45:57 -0800 (PST)\r
35 Received: from localhost ([109.131.112.224])\r
36         by mx.google.com with ESMTPS id fl2sm74563397wib.4.2012.02.28.10.45.56\r
37         (version=TLSv1/SSLv3 cipher=OTHER);\r
38         Tue, 28 Feb 2012 10:45:57 -0800 (PST)\r
39 From: Pieter Praet <pieter@praet.org>\r
40 To: Jani Nikula <jani@nikula.org>, notmuch@notmuchmail.org\r
41 Subject: Re: [PATCH] man: document the notmuch configuration settings in\r
42         notmuch-config(1)\r
43 In-Reply-To: <1330208621-7462-1-git-send-email-jani@nikula.org>\r
44 References: <1330208621-7462-1-git-send-email-jani@nikula.org>\r
45 User-Agent: Notmuch/0.11.1+210~g6afc43e (http://notmuchmail.org) Emacs/23.3.1\r
46         (x86_64-unknown-linux-gnu)\r
47 Date: Tue, 28 Feb 2012 19:43:34 +0100\r
48 Message-ID: <87ehteol2h.fsf@praet.org>\r
49 MIME-Version: 1.0\r
50 Content-Type: text/plain; charset=us-ascii\r
51 X-Gm-Message-State:\r
52  ALoCoQneQoF78c1TUBf3B+FRV0hTzjE0HVBO4i9+cwJ75d9uCX4/jbhct72ogVaM/dhLNJvoPPaj\r
53 X-BeenThere: notmuch@notmuchmail.org\r
54 X-Mailman-Version: 2.1.13\r
55 Precedence: list\r
56 List-Id: "Use and development of the notmuch mail system."\r
57         <notmuch.notmuchmail.org>\r
58 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
60 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
61 List-Post: <mailto:notmuch@notmuchmail.org>\r
62 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
63 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
64         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
65 X-List-Received-Date: Tue, 28 Feb 2012 18:45:59 -0000\r
66 \r
67 On Sun, 26 Feb 2012 00:23:41 +0200, Jani Nikula <jani@nikula.org> wrote:\r
68 > At the risk of duplication between the man page and the configuration\r
69 > file generated by default, document the notmuch configuration options\r
70 > in the notmuch config man page.\r
71\r
72 > Existing users of notmuch should not be expected to re-generate their\r
73 > config file in order to get access to the documentation for new\r
74 > configuration options.\r
75\r
76 > Include some minor fixes and cleanups while at it.\r
77 > ---\r
78 \r
79 Nice!\r
80 \r
81 Minor correction: the config option to exclude tags from search results\r
82 is called 'search.exclude_tags' instead of 'search.exclude'.\r
83 \r
84 Patch available [1].\r
85 \r
86 \r
87 Peace\r
88 \r
89 -- \r
90 Pieter\r
91 \r
92 [1] id:"1330454523-32613-1-git-send-email-pieter@praet.org"\r