From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 20A21431FC9 for ; Sat, 17 Aug 2013 05:12:38 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" 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 E4kx9fnLtK4C for ; Sat, 17 Aug 2013 05:12:33 -0700 (PDT) Received: from mail-bk0-f44.google.com (mail-bk0-f44.google.com [209.85.214.44]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 7CF07421171 for ; Sat, 17 Aug 2013 05:11:57 -0700 (PDT) Received: by mail-bk0-f44.google.com with SMTP id mz10so950532bkb.3 for ; Sat, 17 Aug 2013 05:11:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=KoSx+LYyZvRkhmc0gI2Ec+RGGUkadStd7XM81NX4vys=; b=KN6NT2HX18etaffgxSYP1rdS0UmTRRAJdTC+VbC1OCmX79wINbh23/f9Bs//P7zrkB thvgZxBZ9Gk/ioNCjXwccu4jY2REO3kGJNv7Tv6krP3iTH9tZ+6oV9tas32A7ys/ZVKs emhnXFLpIsU6kooakptr+PZvGLKpOxmOQ+QCodbk2jBo6A3JLSWyxtxpGPRMFAk+A7H7 XZra9jTtV5NUAb+3uM/E/UVAV7XIEwSg6BZz8s0d+53pgepExicPbrEXBTLbGZ501uox PdIStM67zFF6qeOsWNfObpE0UkMRF4ltT0RsowK+pDeqkcVoC7M05VHk9JtKRScFAZyH DLig== X-Gm-Message-State: ALoCoQmp0afbkSK1ygQ1fseeJft16/luhuF6BvVjyFCN9NEyVfPrBbGYy4oTa2feng3Jd9Z0utvo X-Received: by 10.205.4.197 with SMTP id od5mr1676587bkb.1.1376741516247; Sat, 17 Aug 2013 05:11:56 -0700 (PDT) Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi. [88.195.111.91]) by mx.google.com with ESMTPSA id w9sm250881bkn.12.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 17 Aug 2013 05:11:55 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH v3 8/8] man: clarify folder: prefix regarding duplicate files Date: Sat, 17 Aug 2013 15:11:33 +0300 Message-Id: X-Mailer: git-send-email 1.7.10.4 In-Reply-To: References: In-Reply-To: References: 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: Sat, 17 Aug 2013 12:12:38 -0000 The results for folder: prefix are a source of recurring confusion. --- man/man7/notmuch-search-terms.7 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/man/man7/notmuch-search-terms.7 b/man/man7/notmuch-search-terms.7 index 314efa8..b5eb195 100644 --- a/man/man7/notmuch-search-terms.7 +++ b/man/man7/notmuch-search-terms.7 @@ -102,9 +102,11 @@ thread ID values can be seen in the first column of output from The .B folder: prefix can be used to search for email message files that are -contained within particular directories within the mail store. Only -the directory components below the top-level mail database path are -available to be searched. +contained within particular directories within the mail store. If the +same email message has multiple message files associated with it, it's +sufficient for a match that at least one of the files is contained +within a matching directory. Only the directory components below the +top-level mail database path are available to be searched. The .B date: -- 1.7.10.4