From d6885557e01c4a7d18e3dfe9db7fa9df8c3587fe Mon Sep 17 00:00:00 2001 From: Suvayu Ali Date: Sat, 18 Apr 2015 02:12:08 +0200 Subject: [PATCH] Re: [RFC] lib: add support for date:..! to mean date:.. --- 12/08101e881967f97cd7bcddb3c0455ffe4e1141 | 92 +++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 12/08101e881967f97cd7bcddb3c0455ffe4e1141 diff --git a/12/08101e881967f97cd7bcddb3c0455ffe4e1141 b/12/08101e881967f97cd7bcddb3c0455ffe4e1141 new file mode 100644 index 000000000..10debb8cf --- /dev/null +++ b/12/08101e881967f97cd7bcddb3c0455ffe4e1141 @@ -0,0 +1,92 @@ +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 662626DE1006 + for ; Fri, 17 Apr 2015 17:12:17 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.985 +X-Spam-Level: +X-Spam-Status: No, score=0.985 tagged_above=-999 required=5 tests=[AWL=1.105, + DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, + RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] + 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 du6ZaTgp40YS for ; + Fri, 17 Apr 2015 17:12:15 -0700 (PDT) +Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com + [74.125.82.45]) by arlo.cworth.org (Postfix) with ESMTPS id 5AA166DE0FB0 for + ; Fri, 17 Apr 2015 17:12:15 -0700 (PDT) +Received: by wgso17 with SMTP id o17so128326006wgs.1 + for ; Fri, 17 Apr 2015 17:12:12 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=sender:date:from:to:subject:message-id:mail-followup-to:references + :mime-version:content-type:content-disposition:in-reply-to + :user-agent; bh=Pqkkm0SDfaxPdGenNMNJyR9euyUanbNBRCIwDzdSKwk=; + b=HJZYG9DEANf0CVb3IRpizuL8syiXzdJrWQKahGYPZJTzSz0E5wIojy5Gymce4+Bmmu + gZ5m06f+yk2ogwPbjiTT57T9NDcwYmnTmCFi2Irt69M1pam5g+IAKMKIesPoR1Lk/TH8 + 8tMQjb2eQ62IclzzEl9ehWoimU04W9ZmkAA4DXY/IJJ4uggzb8rR/RB08zKqj8nZyJ64 + 7DnxbBw3OukTqhWxhzLKWP0leGWn6Ze2aCIP2T3FZ+ShS/FDbdRjG4QISAcfLmj94oUz + l1PCTQrIzu/vq0NA/SU01sm2/1mQQGheP6817oQ+DIA3wg1C/DQ+fAsPWnSC6rRR6Jzr + Xrhg== +X-Received: by 10.180.101.138 with SMTP id fg10mr5517173wib.46.1429315932279; + Fri, 17 Apr 2015 17:12:12 -0700 (PDT) +Received: from chitra.no-ip.org (sd44012d5.adsl.online.nl. [212.64.18.213]) + by mx.google.com with ESMTPSA id mc20sm4666479wic.15.2015.04.17.17.12.10 + for + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Fri, 17 Apr 2015 17:12:11 -0700 (PDT) +Sender: Suvayu Ali +Date: Sat, 18 Apr 2015 02:12:08 +0200 +From: Suvayu Ali +To: notmuch@notmuchmail.org +Subject: Re: [RFC] lib: add support for date:..! to mean + date:.. +Message-ID: <20150418001208.GV14328@chitra.no-ip.org> +Mail-Followup-To: notmuch@notmuchmail.org +References: <1425732959-2282-1-git-send-email-jani@nikula.org> + <87a8y6fuqw.fsf@qmul.ac.uk> +MIME-Version: 1.0 +Content-Type: text/plain; charset=us-ascii +Content-Disposition: inline +In-Reply-To: <87a8y6fuqw.fsf@qmul.ac.uk> +User-Agent: Mutt/1.5.23.1-rc1 (2014-03-12) +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, 18 Apr 2015 00:12:17 -0000 + +Hi, + +On Fri, Apr 17, 2015 at 07:57:27PM +0100, Mark Walters wrote: +> +> > 2) If yes, are there better alternatives to "!" as the end point? (Or +> > should the special case be the start point?) Also "@" and "same" have +> > been suggested. Examples: date:yesterday..! date:today..@ +> > date:@..monday date:january..same. +> +> I would be happy with any of these. + +Many shells use ! for history expansion; maybe one of the other +characters would be better (no need to escape)? + +I like @, purely aesthetic preference :). + +Cheers, + +-- +Suvayu + +Open source is the future. It sets us free. -- 2.26.2