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 75B5A431FB6 for ; Sat, 29 Jan 2011 10:51:02 -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 3YeUMmz4Az7O for ; Sat, 29 Jan 2011 10:51:00 -0800 (PST) Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36]) by olra.theworths.org (Postfix) with ESMTP id 60C25431FB5 for ; Sat, 29 Jan 2011 10:51:00 -0800 (PST) Received: from localhost (unknown [192.168.200.4]) by max.feld.cvut.cz (Postfix) with ESMTP id 5D8F53CFE78; Sat, 29 Jan 2011 19:50:59 +0100 (CET) X-Virus-Scanned: IMAP AMAVIS Received: from max.feld.cvut.cz ([192.168.200.1]) by localhost (styx.feld.cvut.cz [192.168.200.4]) (amavisd-new, port 10044) with ESMTP id KWhEaMstQovv; Sat, 29 Jan 2011 19:50:58 +0100 (CET) Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34]) by max.feld.cvut.cz (Postfix) with ESMTP id 153CA19F331E; Sat, 29 Jan 2011 19:50:58 +0100 (CET) Received: from steelpick.2x.cz (note-sojka.felk.cvut.cz [147.32.86.30]) (Authenticated sender: sojkam1) by imap.feld.cvut.cz (Postfix) with ESMTPSA id 199F715C031; Sat, 29 Jan 2011 19:50:58 +0100 (CET) Received: from wsh by steelpick.2x.cz with local (Exim 4.72) (envelope-from ) id 1PjFsv-00034S-J9; Sat, 29 Jan 2011 19:50:57 +0100 From: Michal Sojka To: Tom Prince , notmuch@notmuchmail.org Subject: Re: [PATCH 0/4] Versatile date/time parser In-Reply-To: <87fwscs63s.fsf@hermes.hocat.ca> References: <1295783247-21900-1-git-send-email-sojkam1@fel.cvut.cz> <87fwscs63s.fsf@hermes.hocat.ca> User-Agent: Notmuch/0.5-103-g1253785 (http://notmuchmail.org) Emacs/23.2.1 (x86_64-pc-linux-gnu) Date: Sat, 29 Jan 2011 19:50:57 +0100 Message-ID: <871v3vee7i.fsf@steelpick.2x.cz> 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 18:51:02 -0000 On Sat, 29 Jan 2011, Tom Prince wrote: > 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. Hmm, but Git is GPLv2 and notmuch is GPLv3 and these are not compatible. -Michal