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 03E17431FB6 for ; Fri, 28 Jan 2011 20:19:09 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] 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 QfMvgxKvKVG6 for ; Fri, 28 Jan 2011 20:19:08 -0800 (PST) X-Greylist: delayed 546 seconds by postgrey-1.32 at olra; Fri, 28 Jan 2011 20:19:08 PST Received: from socrates.hocat.ca (socrates.hocat.ca [76.10.188.53]) by olra.theworths.org (Postfix) with ESMTP id 7FA47431FB5 for ; Fri, 28 Jan 2011 20:19:08 -0800 (PST) Received: from hermes.hocat.ca (hermes.hocat.ca [69.165.170.253]) by socrates.hocat.ca (Postfix) with SMTP id 8082514CC; Fri, 28 Jan 2011 21:10:00 -0700 (MST) Received: (nullmailer pid 21067 invoked by uid 1000); Sat, 29 Jan 2011 04:09:59 -0000 From: Tom Prince To: Michal Sojka , notmuch@notmuchmail.org Subject: Re: [PATCH 0/4] Versatile date/time parser In-Reply-To: <1295783247-21900-1-git-send-email-sojkam1@fel.cvut.cz> References: <1295783247-21900-1-git-send-email-sojkam1@fel.cvut.cz> User-Agent: Notmuch/0.5-62-g1eddb27 (http://notmuchmail.org) Emacs/23.2.1 (x86_64-pc-linux-gnu) Date: Fri, 28 Jan 2011 23:09:59 -0500 Message-ID: <87fwscs63s.fsf@hermes.hocat.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Sat, 29 Jan 2011 04:19:09 -0000 On 2011-01-23, Michal Sojka wrote: > Hi all, > > the following patch series brings into notmuch date/time parser stolen > from GNU coreutils. It can be applied on top of custom query parser > patches from Austin Clements. > > This is RFC and it not meant for merging. Another source for date parsing is perhaps date.c from git, which (probably) has much smaller (none?) dependencies. Tom