From d80ec7017ab7f7f6c64d51068ab3d238716aa364 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Mon, 4 Mar 2013 21:53:15 +0200 Subject: [PATCH] [PATCH] man: document the notmuch --config=FILE global option --- 4f/6ff78569c4b5e0bbcb72ddf64336889a2a398c | 92 +++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 4f/6ff78569c4b5e0bbcb72ddf64336889a2a398c diff --git a/4f/6ff78569c4b5e0bbcb72ddf64336889a2a398c b/4f/6ff78569c4b5e0bbcb72ddf64336889a2a398c new file mode 100644 index 000000000..09727aaf8 --- /dev/null +++ b/4f/6ff78569c4b5e0bbcb72ddf64336889a2a398c @@ -0,0 +1,92 @@ +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 98D25431FAF + for ; Mon, 4 Mar 2013 11:53:22 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.7 +X-Spam-Level: +X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 + tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 TDTG9ic2Mjug for ; + Mon, 4 Mar 2013 11:53:22 -0800 (PST) +Received: from mail-la0-f41.google.com (mail-la0-f41.google.com + [209.85.215.41]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id EDFFF431FAE + for ; Mon, 4 Mar 2013 11:53:21 -0800 (PST) +Received: by mail-la0-f41.google.com with SMTP id fo12so5421434lab.28 + for ; Mon, 04 Mar 2013 11:53:20 -0800 (PST) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=google.com; s=20120113; + h=x-received:from:to:subject:date:message-id:x-mailer:in-reply-to + :references:x-gm-message-state; + bh=uSS7BPUSZGo1Zk1Bzw0zok3Yl78FSCuRdLZCTB0LLj8=; + b=i2+WtYZoG9EB2Zhbm9ATh11L66omBAFx1+5pTIJ3Vr5nLu40TZ1qcdr4K/xcW9nBnd + hXfYPs831eGwoJfrXhqGrF3Slsv7m6WO03JfBq+OsDVgE2Kq+1p8TtAy8FyQZGASIx+7 + L3ZWokqJ2uru39zkaC/T92Xw91fROUH4my7hUf/v2By4uVJtgGmkVxA+4gTFmyat/N+P + w4+MM3OOoBbaU8VxDjcsE5k5Vflq4fH4fIbNLNr39FYt4eODqRP88GMUuZ6MuoO3xvwW + Ma7WpESGyEM1tQzOfz6n46aM9uP87fN/lz8sRObFVnlFiWGofUYfqZONzKsP3v3igQYe + /sKQ== +X-Received: by 10.152.132.138 with SMTP id ou10mr19176886lab.56.1362426799069; + Mon, 04 Mar 2013 11:53:19 -0800 (PST) +Received: from localhost (dsl-hkibrasgw4-50df51-27.dhcp.inet.fi. + [80.223.81.27]) + by mx.google.com with ESMTPS id hk10sm12472842lab.4.2013.03.04.11.53.16 + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Mon, 04 Mar 2013 11:53:17 -0800 (PST) +From: Jani Nikula +To: notmuch@notmuchmail.org +Subject: [PATCH] man: document the notmuch --config=FILE global option +Date: Mon, 4 Mar 2013 21:53:15 +0200 +Message-Id: <1362426795-6874-1-git-send-email-jani@nikula.org> +X-Mailer: git-send-email 1.7.10.4 +In-Reply-To: +References: +X-Gm-Message-State: + ALoCoQlYO2vex1wPkxuH+cwKQnHvF60EkuRkFsGBO9DoYUWRpHU7dLIiZX47IoemvbB4yURHxfpj +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, 04 Mar 2013 19:53:22 -0000 + +--- + man/man1/notmuch.1 | 9 +++++++++ + 1 file changed, 9 insertions(+) + +diff --git a/man/man1/notmuch.1 b/man/man1/notmuch.1 +index e645a35..923fefe 100644 +--- a/man/man1/notmuch.1 ++++ b/man/man1/notmuch.1 +@@ -70,6 +70,15 @@ Print a synopsis of available commands and exit. + Print the installed version of notmuch, and exit. + .RE + ++.RS 4 ++.TP 4 ++.B \-\-config=FILE ++ ++Specify the configuration file to use. This overrides any ++configuration file specified by ${NOTMUCH_CONFIG}. ++ ++.RE ++ + .SH COMMANDS + + +-- +1.7.10.4 + -- 2.26.2