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 6BA69431FC0 for ; Tue, 30 Oct 2012 13:33:24 -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 Ct1I8f6Z5CYI for ; Tue, 30 Oct 2012 13:33:23 -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 5563C431FC9 for ; Tue, 30 Oct 2012 13:33:14 -0700 (PDT) Received: by mail-la0-f53.google.com with SMTP id l5so545085lah.26 for ; Tue, 30 Oct 2012 13:33:13 -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=DIlXAnabW4Zb0d6FWV5rXTvC8UWMPUTlc9K3TYlfJ74=; b=NeAqO4PJlKWPyHJS6GLUucXkI9p+Ctki6JzB8RCb5puuP51eGgxKADa/OoCtJ3Ehxx rJzX3NhE+s2LKuVpCjBicgiIO+RZb3aSM1MEuqz0TeD1ga0Up8332oXAZ9z3pmd2Snlf P2Oh2SMSy7jpeUGlusCODxyQtX9JCrFJISg4OViSqAnVfb0DoSSfFgAHJJcFvJc9polU VStEFfMZjk+4LL/E4DW+4j1X0kYIVz1C9CIx08tm3tK7tUFUgTuef1XvQ0aZS/EoGAj8 z66Pkrnd8FXz4eK6nLrguVkeVi4GoafhMQxvjzshMJsxi7Chp7xOz16FMW6Z60KtEZZz YLag== Received: by 10.152.47.79 with SMTP id b15mr31480822lan.57.1351629193816; Tue, 30 Oct 2012 13:33:13 -0700 (PDT) Received: from localhost (dsl-hkibrasgw4-fe51df00-27.dhcp.inet.fi. [80.223.81.27]) by mx.google.com with ESMTPS id b8sm760211lbn.8.2012.10.30.13.33.12 (version=SSLv3 cipher=OTHER); Tue, 30 Oct 2012 13:33:13 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH v6 9/9] NEWS: date range search support Date: Tue, 30 Oct 2012 22:32:40 +0200 Message-Id: X-Mailer: git-send-email 1.7.10.4 In-Reply-To: References: In-Reply-To: References: X-Gm-Message-State: ALoCoQnlTSdSlTfhZm/5q/sy+zv5PZzHZqH4G8GRBUnDB/q0GFGuLnoijsGMEbFL+iukEJ47JT8e 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: Tue, 30 Oct 2012 20:33:24 -0000 --- NEWS | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/NEWS b/NEWS index ebd5c1e..f134a22 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,18 @@ Empty tag names and tags beginning with "-" are deprecated tags continues to be supported to allow cleanup of existing tags, but may be removed in a future release. +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