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 0F1E2429E42 for ; Sun, 21 Oct 2012 14:23:10 -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 7wGRIjPyIeoB for ; Sun, 21 Oct 2012 14:23:09 -0700 (PDT) Received: from mail-la0-f53.google.com (mail-la0-f53.google.com [209.85.215.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id EC629431FD2 for ; Sun, 21 Oct 2012 14:23:03 -0700 (PDT) Received: by mail-la0-f53.google.com with SMTP id l5so1455559lah.26 for ; Sun, 21 Oct 2012 14:23:03 -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:in-reply-to:references :in-reply-to:references:x-gm-message-state; bh=yV9XuFpJ7VM1VhMezVNrNyySvwCYXH+MVf5kdU2vxes=; b=AJkZGGLdBLlh5zFjhUW/5QHtuE8FidpZu5gFZBy4FYtveftNbiYkDD1pHQrcXs5ola EegieMdp9Fr4PPyAZyW4vpcFfX/QaehG5WxfRJ5LsGDuU24gYv22NnRJ4LO0ETexbNE0 +DriINLj0EE2q7x+LzSGoaepCz/Wl+QuK/HySYetFgqvR7GRu9vMv4R9Qu9VXx0k2uEK ETFF49eQU6xeuIx7pmd1DVQYxwDWah+I6JwFjpBGssaFBliSnAaOEOAOZqJBVFrvoL6r 4Sn+mBUjgDsRpXgSwMUGx0M/ycQUIWF4abvUMSbZbbXViZiY/RdgEUPblCvDBwWcsGc4 5CAg== Received: by 10.152.48.102 with SMTP id k6mr6374565lan.12.1350854583593; Sun, 21 Oct 2012 14:23:03 -0700 (PDT) Received: from localhost (dsl-hkibrasgw4-fe51df00-27.dhcp.inet.fi. [80.223.81.27]) by mx.google.com with ESMTPS id sx3sm2417218lab.9.2012.10.21.14.23.02 (version=SSLv3 cipher=OTHER); Sun, 21 Oct 2012 14:23:02 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH v5 9/9] NEWS: date range search support Date: Mon, 22 Oct 2012 00:22:32 +0300 Message-Id: <82f6316400652fccc90c17d989069f7b293096a4.1350854171.git.jani@nikula.org> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: References: In-Reply-To: References: X-Gm-Message-State: ALoCoQmBMZL3/28a68XA9k70adGSwaM7u0+xZlWErSBNNeJvaQLeDT+VkksXZg+YLf//IrFLNFiB 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: Sun, 21 Oct 2012 21:23:10 -0000 --- NEWS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/NEWS b/NEWS index 2b50ba3..5f5b726 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +Notmuch 0.15 (YYYY-MM-DD) +========================= + +Library changes +--------------- + +Date range search support + + The `date:` prefix can now be used in queries to restrict the results to only + messages within a particular time range (based on the Date: header) with a + range syntax of `date:..`. Notmuch supports a wide variety of + expressions in `` and ``. Please refer to the + `notmuch-search-terms(7)` manual page for details. + Notmuch 0.14 (2012-08-20) ========================= -- 1.7.10.4