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 1D5AF431FC4 for ; Mon, 10 Jun 2013 09:31:52 -0700 (PDT) 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 Hysq5+D+l67j for ; Mon, 10 Jun 2013 09:31:44 -0700 (PDT) Received: from mail-lb0-f176.google.com (mail-lb0-f176.google.com [209.85.217.176]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 8B0DD431FB6 for ; Mon, 10 Jun 2013 09:31:44 -0700 (PDT) Received: by mail-lb0-f176.google.com with SMTP id z5so6528834lbh.35 for ; Mon, 10 Jun 2013 09:31:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:x-gm-message-state; bh=sXJIw3QV/DGODvYrg99RvvxG5T0hu0HOLJbBYQjH/ps=; b=QvsgP1O/z2U8mCuPBGeEL6VycXPTR9HeZfck4302OfHh0APDBrTOdO7nbL8F4xOsW9 33+NS9G+ICMEHNDW0pBKRVyH+qxRYLGkRrtQE9Unkx5gp6cWLc0aoZTD3EtgDVwyrRu1 X9CRZkX3a9zJCs41KQ9bonXX/p+5VaAMAghDlaEZRlJv9E2ATWWCdGOuUMhpR9Lgt6ky /958R9T2XxpveCvp1VJMmX1zSvj2MZnaDAttt29ic808gFajd62ikH6jLsaLNKPd95xj efwOYIvSyxkZ2EQFzSr+RCFCzpOUPUBXc1yXylj3x8p9hDAvNHGToafbMxHOPdjjQHUN DW3A== X-Received: by 10.112.156.5 with SMTP id wa5mr6868665lbb.63.1370881903028; Mon, 10 Jun 2013 09:31:43 -0700 (PDT) Received: from localhost (dsl-hkibrasgw2-58c376-211.dhcp.inet.fi. [88.195.118.211]) by mx.google.com with ESMTPSA id 4sm4735063lai.4.2013.06.10.09.31.41 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 10 Jun 2013 09:31:42 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH] man: clarify folder: prefix regarding duplicate files Date: Mon, 10 Jun 2013 19:31:37 +0300 Message-Id: <1370881897-3386-1-git-send-email-jani@nikula.org> X-Mailer: git-send-email 1.7.10.4 X-Gm-Message-State: ALoCoQlHk9wItCAmUht4ZS9zN8s4+MWsGEKLGlJhqciHpirEGYEeejSRcbrTX4svlkzkBCDmXI3b 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, 10 Jun 2013 16:31:52 -0000 --- 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 eb417ba..359bb3c 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