Re: [PATCH 0/4] Versatile date/time parser
authorTom Prince <tom.prince@ualberta.net>
Sat, 29 Jan 2011 04:09:59 +0000 (23:09 +1900)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:37:49 +0000 (09:37 -0800)
ba/098fe82dc91ca58ae10daf52103a08488904d1 [new file with mode: 0644]

diff --git a/ba/098fe82dc91ca58ae10daf52103a08488904d1 b/ba/098fe82dc91ca58ae10daf52103a08488904d1
new file mode 100644 (file)
index 0000000..8f14171
--- /dev/null
@@ -0,0 +1,65 @@
+Return-Path: <tom.prince@ualberta.net>\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 03E17431FB6\r
+       for <notmuch@notmuchmail.org>; Fri, 28 Jan 2011 20:19:09 -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 QfMvgxKvKVG6 for <notmuch@notmuchmail.org>;\r
+       Fri, 28 Jan 2011 20:19:08 -0800 (PST)\r
+X-Greylist: delayed 546 seconds by postgrey-1.32 at olra;\r
+       Fri, 28 Jan 2011 20:19:08 PST\r
+Received: from socrates.hocat.ca (socrates.hocat.ca [76.10.188.53])\r
+       by olra.theworths.org (Postfix) with ESMTP id 7FA47431FB5\r
+       for <notmuch@notmuchmail.org>; Fri, 28 Jan 2011 20:19:08 -0800 (PST)\r
+Received: from hermes.hocat.ca (hermes.hocat.ca [69.165.170.253])\r
+       by socrates.hocat.ca (Postfix) with SMTP id 8082514CC;\r
+       Fri, 28 Jan 2011 21:10:00 -0700 (MST)\r
+Received: (nullmailer pid 21067 invoked by uid 1000);\r
+       Sat, 29 Jan 2011 04:09:59 -0000\r
+From: Tom Prince <tom.prince@ualberta.net>\r
+To: Michal Sojka <sojkam1@fel.cvut.cz>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH 0/4] Versatile date/time parser\r
+In-Reply-To: <1295783247-21900-1-git-send-email-sojkam1@fel.cvut.cz>\r
+References: <1295783247-21900-1-git-send-email-sojkam1@fel.cvut.cz>\r
+User-Agent: Notmuch/0.5-62-g1eddb27 (http://notmuchmail.org) Emacs/23.2.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Fri, 28 Jan 2011 23:09:59 -0500\r
+Message-ID: <87fwscs63s.fsf@hermes.hocat.ca>\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: Sat, 29 Jan 2011 04:19:09 -0000\r
+\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
+  Tom\r
+\r