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 8AC9A429E38 for ; Wed, 29 Feb 2012 10:11:41 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.201 X-Spam-Level: X-Spam-Status: No, score=0.201 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=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 1bysNt5xahQW for ; Wed, 29 Feb 2012 10:11:40 -0800 (PST) Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com [74.125.82.45]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 1A879429E57 for ; Wed, 29 Feb 2012 10:11:39 -0800 (PST) Received: by mail-ww0-f45.google.com with SMTP id dt14so2810749wgb.2 for ; Wed, 29 Feb 2012 10:11:39 -0800 (PST) Received-SPF: pass (google.com: domain of markwalters1009@gmail.com designates 10.180.84.170 as permitted sender) client-ip=10.180.84.170; Authentication-Results: mr.google.com; spf=pass (google.com: domain of markwalters1009@gmail.com designates 10.180.84.170 as permitted sender) smtp.mail=markwalters1009@gmail.com; dkim=pass header.i=markwalters1009@gmail.com Received: from mr.google.com ([10.180.84.170]) by 10.180.84.170 with SMTP id a10mr19730968wiz.9.1330539099883 (num_hops = 1); Wed, 29 Feb 2012 10:11:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=YMvk4iMOC7vD8N/k7febs9zAwmhbeo8AH+yZ8O6I+rY=; b=Hv8kh5CKKvYSvohWKB95FQEUA4uksy87E8f5OcR6cuZS08JtLgndRBgVgKQ0/MUjDR mmWrho+FHuksgNT/QGRFHWe/DLCa0UwYQDPVrrjUrQyJixV1DNzT9IcMRbpHH2euKtok MmJzWtoa8z6sd8N6SZUUFPmR6JI2d5A1w21xE= Received: by 10.180.84.170 with SMTP id a10mr15754125wiz.9.1330539099715; Wed, 29 Feb 2012 10:11:39 -0800 (PST) Received: from localhost (94-192-233-223.zone6.bethere.co.uk. [94.192.233.223]) by mx.google.com with ESMTPS id fq10sm12015771wib.11.2012.02.29.10.11.38 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 29 Feb 2012 10:11:39 -0800 (PST) From: Mark Walters To: notmuch@notmuchmail.org Subject: [PATCH 3/5] man: remove search.exclude_tags from notmuch-config.1 for 0.12 Date: Wed, 29 Feb 2012 18:13:07 +0000 Message-Id: <1330539189-16593-4-git-send-email-markwalters1009@gmail.com> X-Mailer: git-send-email 1.7.2.3 In-Reply-To: <1330539189-16593-1-git-send-email-markwalters1009@gmail.com> References: <1330539189-16593-1-git-send-email-markwalters1009@gmail.com> 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, 29 Feb 2012 18:11:42 -0000 --- man/man1/notmuch-config.1 | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/man/man1/notmuch-config.1 b/man/man1/notmuch-config.1 index 0260eb7..36e09f4 100644 --- a/man/man1/notmuch-config.1 +++ b/man/man1/notmuch-config.1 @@ -85,14 +85,6 @@ directory hierarchy. .RS 4 .TP 4 -.B search.exclude -A list of tags that will be excluded from search results by -default. Using an excluded tag in a query will override that -exclusion. -.RE - -.RS 4 -.TP 4 .B maildir.synchronize_flags If true, then the following maildir flags (in message filenames) will be synchronized with the corresponding notmuch tags: -- 1.7.2.3