Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 54 / e14c244281361a69072195c6695a066ea448e1
1 Return-Path: <bremner@tesseract.cs.unb.ca>\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 2F82C431FB6\r
6         for <notmuch@notmuchmail.org>; Mon, 15 Apr 2013 07:26:50 -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 ed2hgXTm-Vc6 for <notmuch@notmuchmail.org>;\r
16         Mon, 15 Apr 2013 07:26:49 -0700 (PDT)\r
17 Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238])\r
18         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 84CF9431FAF\r
21         for <notmuch@notmuchmail.org>; Mon, 15 Apr 2013 07:26:49 -0700 (PDT)\r
22 Received: from remotemail by tesseract.cs.unb.ca with local (Exim 4.80)\r
23         (envelope-from <bremner@tesseract.cs.unb.ca>)\r
24         id 1URkMo-0007pc-Hr; Mon, 15 Apr 2013 11:26:46 -0300\r
25 Received: (nullmailer pid 29090 invoked by uid 1000);\r
26         Mon, 15 Apr 2013 14:26:44 -0000\r
27 From: david@tethera.net\r
28 To: notmuch@notmuchmail.org\r
29 Subject: [PATCH] man: document NOTMUCH_DEBUG_QUERY\r
30 Date: Mon, 15 Apr 2013 11:26:36 -0300\r
31 Message-Id: <1366035996-29019-1-git-send-email-david@tethera.net>\r
32 X-Mailer: git-send-email 1.7.10.4\r
33 In-Reply-To: <874nhzyaw0.fsf@servo.finestructure.net>\r
34 References: <874nhzyaw0.fsf@servo.finestructure.net>\r
35 Cc: David Bremner <bremner@unb.ca>\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.13\r
38 Precedence: list\r
39 List-Id: "Use and development of the notmuch mail system."\r
40         <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Mon, 15 Apr 2013 14:26:50 -0000\r
49 \r
50 From: David Bremner <bremner@unb.ca>\r
51 \r
52 This is is really functionality of the library, but CLI users might\r
53 not look at library docs even if they existed beyond notmuch.h\r
54 ---\r
55  man/man1/notmuch.1 |    5 +++++\r
56  1 file changed, 5 insertions(+)\r
57 \r
58 diff --git a/man/man1/notmuch.1 b/man/man1/notmuch.1\r
59 index 923fefe..033cc10 100644\r
60 --- a/man/man1/notmuch.1\r
61 +++ b/man/man1/notmuch.1\r
62 @@ -164,6 +164,11 @@ Location to write a talloc memory usage report. See\r
63  in \fBtalloc\fR(3)\r
64  for more information.\r
65  \r
66 +.TP\r
67 +.B NOTMUCH_DEBUG_QUERY\r
68 +If set to a non-empty value, the notmuch library will print (to stderr) Xapian\r
69 +queries it constructs.\r
70 +\r
71  .SH SEE ALSO\r
72  \r
73  \fBnotmuch-config\fR(1), \fBnotmuch-count\fR(1),\r
74 -- \r
75 1.7.10.4\r
76 \r