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 2E516431FC0 for ; Sat, 19 Dec 2009 05:12:29 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org 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 AA6mgkO4IC3n for ; Sat, 19 Dec 2009 05:12:28 -0800 (PST) Received: from jameswestby.net (jameswestby.net [89.145.97.141]) by olra.theworths.org (Postfix) with ESMTP id 6BBED431FAE for ; Sat, 19 Dec 2009 05:12:28 -0800 (PST) Received: from cpc4-aztw22-2-0-cust59.aztw.cable.virginmedia.com ([94.169.116.60] helo=flash) by jameswestby.net with esmtpa (Exim 4.69) (envelope-from ) id 1NLz6f-00077A-VH; Sat, 19 Dec 2009 13:12:26 +0000 Received: by flash (Postfix, from userid 1000) id 196526E546A; Sat, 19 Dec 2009 13:12:20 +0000 (GMT) From: James Westby To: notmuch@notmuchmail.org Date: Sat, 19 Dec 2009 13:12:15 +0000 Message-Id: <1261228335-4611-1-git-send-email-jw+debian@jameswestby.net> X-Mailer: git-send-email 1.6.3.3 In-Reply-To: <87pr6by1s5.fsf@yoom.home.cworth.org> References: <87pr6by1s5.fsf@yoom.home.cworth.org> Subject: [notmuch] [PATCH] Add ENVIRONMENT VARIABLES section to the man page X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 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: Sat, 19 Dec 2009 13:12:29 -0000 Briefly describe the NOTMUCH_CONFIG variable there. --- It turns out that it is documented in notmuch help setup, but I missed it. I'm not sure how to phrase it to fit at the end of notmuch help, suggestions welcome. For now I added a traditional ENVIRONMENT VARIABLES section to the man page. Thanks, James notmuch.1 | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/notmuch.1 b/notmuch.1 index 369ecba..f304404 100644 --- a/notmuch.1 +++ b/notmuch.1 @@ -432,6 +432,10 @@ specify a date range to return messages from 2009-10-01 until the current time: $(date +%s -d 2009-10-01)..$(date +%s) +.SH ENVIRONMENT VARIABLES +.IP NOTMUCH_CONFIG +Specifies the location of the configuration file to override the default of +.IR ~/.notmuch-config . .SH SEE ALSO The emacs-based interface to notmuch (available as .B notmuch.el -- 1.6.3.3