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 1A0BF431FBC for ; Wed, 1 Oct 2014 13:22:05 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, 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 sNKEUFuhaNXZ for ; Wed, 1 Oct 2014 13:22:01 -0700 (PDT) Received: from mail-lb0-f180.google.com (mail-lb0-f180.google.com [209.85.217.180]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id CB644431FB6 for ; Wed, 1 Oct 2014 13:22:00 -0700 (PDT) Received: by mail-lb0-f180.google.com with SMTP id f15so1044110lbj.25 for ; Wed, 01 Oct 2014 13:21:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id; bh=9lAxFs85Cl9fIu+t+8XrvP7KpvkHWfCF9EryIhKguKo=; b=TwtoqiDu/cpfEAe9DHo8JBg8Jk/3Y4OmLdMEv47gqbkMBFsbYgXX7UbPp/4OvsYIie awOi/kTu6nU4K5IS5msqzBz5uXmTLuW6TjxaWttLpsQE3C3BAAhK3znjo7NvXdx1E4fN 2BaY6bhprq/SM8gnB7KIeyQSdYYqqPY+Lupeybt417PFCzkgZ/3VLdMVi0pBdXb4iCBR v3uP1NM/abLsLUBfoJGDlR5Lhj9J4tLGFgWwIId271bL3AF/MYNudqINyyg703ix7bRE AgyUQoSpdfKW3AMR6HOXeHOkTxLtKiFhMWKX6y3S/BBoEyocrg+hZesX0skL1CaVCIGR edTA== X-Received: by 10.152.36.4 with SMTP id m4mr58374763laj.17.1412194919278; Wed, 01 Oct 2014 13:21:59 -0700 (PDT) Received: from localhost (shpd-178-69-251-161.vologda.ru. [178.69.251.161]) by mx.google.com with ESMTPSA id l1sm786829lbj.20.2014.10.01.13.21.57 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 01 Oct 2014 13:21:58 -0700 (PDT) From: Sergei Shilovsky To: notmuch@notmuchmail.org Subject: [PATCH] Add default configuration values to the man page Date: Thu, 2 Oct 2014 00:20:41 +0400 Message-Id: <1412194841-24303-1-git-send-email-sshilovsky@gmail.com> X-Mailer: git-send-email 2.1.0 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: Wed, 01 Oct 2014 20:22:05 -0000 --- doc/man1/notmuch-config.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/man1/notmuch-config.rst b/doc/man1/notmuch-config.rst index 3c9a568..9de5534 100644 --- a/doc/man1/notmuch-config.rst +++ b/doc/man1/notmuch-config.rst @@ -49,19 +49,31 @@ The available configuration items are described below. within a sub-directory of the path configured here named ``.notmuch``. + Default: ``$MAILDIR``, otherwise ``$HOME/mail``. + **user.name** Your full name. + Default: ``$NAME`` variable if set, otherwise read from + ``/etc/passwd``. + **user.primary\_email** Your primary email address. + Default: ``$EMAIL`` variable if set, otherwise constructed from the + username and hostname of the current machine. + **user.other\_email** A list of other email addresses at which you receive email. + Default: not set. + **new.tags** A list of tags that will be added to all messages incorporated by **notmuch new**. + Default: ``unread;inbox``. + **new.ignore** A list of file and directory names, without path, that will not be searched for messages by **notmuch new**. All the files and @@ -69,11 +81,15 @@ The available configuration items are described below. ignored, regardless of the location in the mail store directory hierarchy. + Default: no tags. + **search.exclude\_tags** A list of tags that will be excluded from search results by default. Using an excluded tag in a query will override that exclusion. + Default: ``deleted;spam``. + **maildir.synchronize\_flags** If true, then the following maildir flags (in message filenames) will be synchronized with the corresponding notmuch tags: @@ -104,6 +120,8 @@ The available configuration items are described below. are properly synchronized to the maildir flags, as the commands expect the database and maildir to be in sync. + Default: ``true``. + ENVIRONMENT =========== -- 2.1.0