Re: [PATCH 0/4] Versatile date/time parser
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 1 Feb 2011 08:36:31 +0000 (09:36 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:37:50 +0000 (09:37 -0800)
fe/114d8f9722c453cefa6b84c603d0bfec707b87 [new file with mode: 0644]

diff --git a/fe/114d8f9722c453cefa6b84c603d0bfec707b87 b/fe/114d8f9722c453cefa6b84c603d0bfec707b87
new file mode 100644 (file)
index 0000000..778fe2d
--- /dev/null
@@ -0,0 +1,89 @@
+Return-Path: <sojkam1@fel.cvut.cz>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 34FD9429E20\r
+       for <notmuch@notmuchmail.org>; Tue,  1 Feb 2011 00:36:35 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id Itex9dST9IHE for <notmuch@notmuchmail.org>;\r
+       Tue,  1 Feb 2011 00:36:34 -0800 (PST)\r
+Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36])\r
+       by olra.theworths.org (Postfix) with ESMTP id 94ABC431FB6\r
+       for <notmuch@notmuchmail.org>; Tue,  1 Feb 2011 00:36:34 -0800 (PST)\r
+Received: from localhost (unknown [192.168.200.4])\r
+       by max.feld.cvut.cz (Postfix) with ESMTP id EFC3F3CFE94;\r
+       Tue,  1 Feb 2011 09:36:33 +0100 (CET)\r
+X-Virus-Scanned: IMAP AMAVIS\r
+Received: from max.feld.cvut.cz ([192.168.200.1])\r
+       by localhost (styx.feld.cvut.cz [192.168.200.4]) (amavisd-new,\r
+       port 10044)\r
+       with ESMTP id QzmYuCKc1STA; Tue,  1 Feb 2011 09:36:32 +0100 (CET)\r
+Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34])\r
+       by max.feld.cvut.cz (Postfix) with ESMTP id 287BB3CFE86;\r
+       Tue,  1 Feb 2011 09:36:32 +0100 (CET)\r
+Received: from steelpick.2x.cz (note-sojka.felk.cvut.cz [147.32.86.30])\r
+       (Authenticated sender: sojkam1)\r
+       by imap.feld.cvut.cz (Postfix) with ESMTPSA id 2CCBE15C031;\r
+       Tue,  1 Feb 2011 09:36:31 +0100 (CET)\r
+Received: from wsh by steelpick.2x.cz with local (Exim 4.72)\r
+       (envelope-from <sojkam1@fel.cvut.cz>)\r
+       id 1PkBix-0003Aq-LJ; Tue, 01 Feb 2011 09:36:31 +0100\r
+From: Michal Sojka <sojkam1@fel.cvut.cz>\r
+To: Sebastian Spaeth <Sebastian@SSpaeth.de>,\r
+       Tom Prince <tom.prince@ualberta.net>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH 0/4] Versatile date/time parser\r
+In-Reply-To: <87tygrmrfu.fsf@SSpaeth.de>\r
+References: <1295783247-21900-1-git-send-email-sojkam1@fel.cvut.cz>\r
+       <87fwscs63s.fsf@hermes.hocat.ca>\r
+       <871v3vee7i.fsf@steelpick.2x.cz> <87tygrmrfu.fsf@SSpaeth.de>\r
+User-Agent: Notmuch/0.5-103-g1253785 (http://notmuchmail.org) Emacs/23.2.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Tue, 01 Feb 2011 09:36:31 +0100\r
+Message-ID: <87lj20ywvk.fsf@steelpick.2x.cz>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Tue, 01 Feb 2011 08:36:35 -0000\r
+\r
+On Sat, 29 Jan 2011, Sebastian Spaeth wrote:\r
+> On Sat, 29 Jan 2011 19:50:57 +0100, Michal Sojka <sojkam1@fel.cvut.cz> wrote:\r
+> > On Sat, 29 Jan 2011, Tom Prince wrote:\r
+> > > On 2011-01-23, Michal Sojka wrote:\r
+> > > > Hi all,\r
+> > > > \r
+> > > > the following patch series brings into notmuch date/time parser stolen\r
+> > > > from GNU coreutils. It can be applied on top of custom query parser\r
+> > > > patches from Austin Clements.\r
+> > > > \r
+> > > > This is RFC and it not meant for merging.\r
+> > > \r
+> > > Another source for date parsing is perhaps date.c from git, which\r
+> > > (probably) has much smaller (none?) dependencies.\r
+> > \r
+> > Hmm, but Git is GPLv2 and notmuch is GPLv3 and these are not compatible.\r
+> \r
+> Keith Packard once sent date parsing code to this list which I had used\r
+> to create my date parsing branch (feels like ages ago). Perhaps that\r
+> might be useful? I don't have a message id handy though.\r
+\r
+It's id:"yunpr4xnzik.fsf@aiko.keithp.com". I'll look at it as well.\r
+\r
+-Michal\r