Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 2F82C431FB6 for ; Mon, 15 Apr 2013 07:26:50 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ed2hgXTm-Vc6 for ; Mon, 15 Apr 2013 07:26:49 -0700 (PDT) Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 84CF9431FAF for ; Mon, 15 Apr 2013 07:26:49 -0700 (PDT) Received: from remotemail by tesseract.cs.unb.ca with local (Exim 4.80) (envelope-from ) id 1URkMo-0007pc-Hr; Mon, 15 Apr 2013 11:26:46 -0300 Received: (nullmailer pid 29090 invoked by uid 1000); Mon, 15 Apr 2013 14:26:44 -0000 From: david@tethera.net To: notmuch@notmuchmail.org Subject: [PATCH] man: document NOTMUCH_DEBUG_QUERY Date: Mon, 15 Apr 2013 11:26:36 -0300 Message-Id: <1366035996-29019-1-git-send-email-david@tethera.net> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <874nhzyaw0.fsf@servo.finestructure.net> References: <874nhzyaw0.fsf@servo.finestructure.net> Cc: David Bremner X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Apr 2013 14:26:50 -0000 From: David Bremner This is is really functionality of the library, but CLI users might not look at library docs even if they existed beyond notmuch.h --- man/man1/notmuch.1 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/man/man1/notmuch.1 b/man/man1/notmuch.1 index 923fefe..033cc10 100644 --- a/man/man1/notmuch.1 +++ b/man/man1/notmuch.1 @@ -164,6 +164,11 @@ Location to write a talloc memory usage report. See in \fBtalloc\fR(3) for more information. +.TP +.B NOTMUCH_DEBUG_QUERY +If set to a non-empty value, the notmuch library will print (to stderr) Xapian +queries it constructs. + .SH SEE ALSO \fBnotmuch-config\fR(1), \fBnotmuch-count\fR(1), -- 1.7.10.4