From: Jani Nikula Date: Sat, 17 Oct 2015 20:58:48 +0000 (+0300) Subject: [PATCH] man: clarify the parameters for lastmod: range query X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f47b5d5421343284a149be8f8e668b15d3b1d7e9;p=notmuch-archives.git [PATCH] man: clarify the parameters for lastmod: range query --- diff --git a/5e/908eaa2ab8af5a901a2aed9f509ae45447edfb b/5e/908eaa2ab8af5a901a2aed9f509ae45447edfb new file mode 100644 index 000000000..6a21ba2b1 --- /dev/null +++ b/5e/908eaa2ab8af5a901a2aed9f509ae45447edfb @@ -0,0 +1,86 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 7796A6DE0943 + for ; Sat, 17 Oct 2015 13:59:21 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.545 +X-Spam-Level: +X-Spam-Status: No, score=-0.545 tagged_above=-999 required=5 tests=[AWL=0.175, + RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] + autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id FdSmfIdnEWbM for ; + Sat, 17 Oct 2015 13:59:19 -0700 (PDT) +Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com + [209.85.212.182]) + by arlo.cworth.org (Postfix) with ESMTPS id 492186DE025F + for ; Sat, 17 Oct 2015 13:59:19 -0700 (PDT) +Received: by wicll6 with SMTP id ll6so52502114wic.1 + for ; Sat, 17 Oct 2015 13:59:17 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=1e100.net; s=20130820; + h=x-gm-message-state:from:to:cc:subject:date:message-id; + bh=GsP+fxrRlbCBouZ5hyZFdf7gP5DZw7XVZ+7uIJUYSqI=; + b=Ev9URNp8oXbfM5sPYm04l1pEoTWh8KWStu8CoR8t9qe3yjVpt3mnfF6nvEgffZxFvz + ViY3kUFxgjopRos97YURIm6YWHacha8dIHiNBpw3gZoE44Mkb7ZoqfpK6biUNY5kzdBk + YNmFf8UHjX4mj9wAYLEUpw2jsI18QbUAelQAHH/pR7lS+kHVfEHEE1W5wuC4WqniZy3g + AQCzXKA9NlIe0n4svstHJJfSN+CAHDpKv1eUoSvCPYpfQrvVTXLXv2agx3ODvqQ1OR9l + cmKw7qgJ1XGyB9noN9isFDxeWzkzYXgD5b0YeHnqEdV/E8Oc0WvHmpNvrdCEKkRWSOhn + 827g== +X-Gm-Message-State: + ALoCoQmq3eNClx0reCF+qjB8aCCqEZIPFS+Ep9pdkPzqWGnRtECF7IyOzOnXnFNeFDs9z6yTsjKH +X-Received: by 10.194.113.67 with SMTP id iw3mr27266794wjb.66.1445115557693; + Sat, 17 Oct 2015 13:59:17 -0700 (PDT) +Received: from localhost (mobile-access-bcee43-111.dhcp.inet.fi. + [188.238.67.111]) + by smtp.gmail.com with ESMTPSA id o3sm8411412wif.22.2015.10.17.13.59.16 + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Sat, 17 Oct 2015 13:59:17 -0700 (PDT) +From: Jani Nikula +To: notmuch@notmuchmail.org +Subject: [PATCH] man: clarify the parameters for lastmod: range query +Date: Sat, 17 Oct 2015 23:58:48 +0300 +Message-Id: <1445115528-28114-1-git-send-email-jani@nikula.org> +X-Mailer: git-send-email 2.1.4 +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.18 +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 Oct 2015 20:59:21 -0000 + + and for the lastmod: prefix right below the date: +prefix description give the impression one could use last modified +dates to lastmod: which is not at all the case. Use +.. instead. +--- + doc/man7/notmuch-search-terms.rst | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/doc/man7/notmuch-search-terms.rst b/doc/man7/notmuch-search-terms.rst +index 11a3da3de135..2fbc16d13372 100644 +--- a/doc/man7/notmuch-search-terms.rst ++++ b/doc/man7/notmuch-search-terms.rst +@@ -54,7 +54,7 @@ indicate user-supplied values): + + - date:.. + +-- lastmod:.. ++- lastmod:.. + + The **from:** prefix is used to match the name or address of the sender + of an email message. +-- +2.1.4 +