From: Jani Nikula Date: Sat, 17 Oct 2015 13:06:51 +0000 (+0300) Subject: [PATCH 2/4] NEWS: news for date:..! X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f37226886bab6469963686656ddaebb1cee9ff49;p=notmuch-archives.git [PATCH 2/4] NEWS: news for date:..! --- diff --git a/37/7d0cf4f16a5a08292be7ae0945b1a8ab47ca02 b/37/7d0cf4f16a5a08292be7ae0945b1a8ab47ca02 new file mode 100644 index 000000000..65c700cb1 --- /dev/null +++ b/37/7d0cf4f16a5a08292be7ae0945b1a8ab47ca02 @@ -0,0 +1,90 @@ +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 8E9D26DE0B36 + for ; Sat, 17 Oct 2015 06:07:26 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.526 +X-Spam-Level: +X-Spam-Status: No, score=-0.526 tagged_above=-999 required=5 tests=[AWL=0.194, + 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 T53o0DtPcUTc for ; + Sat, 17 Oct 2015 06:07:25 -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 9914C6DE0B27 + for ; Sat, 17 Oct 2015 06:07:24 -0700 (PDT) +Received: by wijp11 with SMTP id p11so43181893wij.0 + for ; Sat, 17 Oct 2015 06:07:22 -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:in-reply-to + :references; + bh=PsnD1jSLbuiL7PzzHwmWJwUlwDsqwTRVcFYVjxZf7WA=; + b=QU20+mdH6NzlQJfqvxHdFGLbCGKfKIfDCj1NiRuPfe1oGMM95+YpTRWk3H89ewuoFb + I2vTpq0FQ/DXyM0Dh0Qavs6F3LRk+Q9Hrd75oehNrqMDLdy48N8UF9iO8OHXRV6jaSIj + 4hwNjmWgdGJ8iRQ7gp478wv7KAf7BSoXK3Fv8lrb9FZs8jAhOz3nPyIq6wzf9KN4/boK + JZq6LnM/0xmVVNcAL1hu7WS+F82u4fFC2p+HGqdxeVQYOfM3zd56O3OrWtZFMfQ51piS + cdIbiyz8mr5e79nPx3IeHU68MAx9U+sGneSILGt9y0sgdcXdjPMM0YZ2UcSWnM2u0o3I + xJSw== +X-Gm-Message-State: + ALoCoQlOGY0Zxe/MY/G33FcmFK4lTMtdjK6GfuUEN3DUOTEyqoZnkG7X24QXE/Fk8VP/sl7JPBXk +X-Received: by 10.180.86.100 with SMTP id o4mr10408821wiz.59.1445087242882; + Sat, 17 Oct 2015 06:07:22 -0700 (PDT) +Received: from localhost (mobile-access-bcee43-111.dhcp.inet.fi. + [188.238.67.111]) + by smtp.gmail.com with ESMTPSA id jf13sm38009wic.8.2015.10.17.06.07.21 + (version=TLSv1/SSLv3 cipher=OTHER); + Sat, 17 Oct 2015 06:07:22 -0700 (PDT) +From: Jani Nikula +To: notmuch@notmuchmail.org +Subject: [PATCH 2/4] NEWS: news for date:..! +Date: Sat, 17 Oct 2015 16:06:51 +0300 +Message-Id: <1445087213-21364-2-git-send-email-jani@nikula.org> +X-Mailer: git-send-email 2.1.4 +In-Reply-To: <1445087213-21364-1-git-send-email-jani@nikula.org> +References: <1445087213-21364-1-git-send-email-jani@nikula.org> +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 13:07:26 -0000 + +--- + NEWS | 7 +++++++ + 1 file changed, 7 insertions(+) + +diff --git a/NEWS b/NEWS +index 95470d7c070b..317e7e62deaa 100644 +--- a/NEWS ++++ b/NEWS +@@ -7,6 +7,13 @@ General + Notmuch now requires gmime >= 2.6.7. The gmime 2.4 series is no longer + supported. + ++Date queries now support `date:..!` shorthand for ++`date:..`. ++ ++ You can use, for example, `date:yesterday..!` to match from the ++ beginning of yesterday to the end of yesterday. For further details, ++ please refer to the `notmuch-search-terms` manual page. ++ + Emacs Interface + --------------- + +-- +2.1.4 +