Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / a6 / 755759e9f7aa983b1b6d4e4edef201d559050f
1 Return-Path: <Sebastian@SSpaeth.de>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id E7CE6431FBC\r
6         for <notmuch@notmuchmail.org>; Tue, 26 Jan 2010 01:12:46 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.432\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.432 tagged_above=-999 required=5\r
12         tests=[AWL=-0.433, BAYES_50=0.001] autolearn=ham\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id 3spCIbLp3d0k for <notmuch@notmuchmail.org>;\r
16         Tue, 26 Jan 2010 01:12:46 -0800 (PST)\r
17 Received: from homiemail-a21.g.dreamhost.com (caiajhbdcaib.dreamhost.com\r
18         [208.97.132.81])\r
19         by olra.theworths.org (Postfix) with ESMTP id E2666431FAE\r
20         for <notmuch@notmuchmail.org>; Tue, 26 Jan 2010 01:12:45 -0800 (PST)\r
21 Received: from sspaeth.de (mtec-hg-docking-2-dhcp-062.ethz.ch [82.130.121.62])\r
22         by homiemail-a21.g.dreamhost.com (Postfix) with ESMTPA id\r
23         C6A3C300059; Tue, 26 Jan 2010 01:12:43 -0800 (PST)\r
24 Received: by sspaeth.de (sSMTP sendmail emulation);\r
25         Tue, 26 Jan 2010 10:12:40 +0100\r
26 From: "Sebastian Spaeth" <Sebastian@SSpaeth.de>\r
27 To: notmuch@notmuchmail.org\r
28 In-Reply-To: <yunpr4xnzik.fsf@aiko.keithp.com>\r
29 References: <1264173971-11879-1-git-send-email-Sebastian@SSpaeth.de>\r
30         <yunpr4xnzik.fsf@aiko.keithp.com>\r
31 Date: Tue, 26 Jan 2010 10:12:40 +0100\r
32 Message-ID: <878wbl2prr.fsf@SSpaeth.de>\r
33 MIME-Version: 1.0\r
34 Content-Type: text/plain; charset=us-ascii\r
35 Subject: Re: [notmuch] [PATCH] Make the date parser nicer\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.13\r
38 Precedence: list\r
39 List-Id: "Use and development of the notmuch mail system."\r
40         <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Tue, 26 Jan 2010 09:12:47 -0000\r
49 \r
50 On Mon, 25 Jan 2010 22:36:35 -0800, Keith Packard <keithp@keithp.com> wrote:\r
51 > Here's some code which further improves date parsing by allowing lots of\r
52 > date formats, including things like "today", "thisweek", ISO and US date\r
53 > formats and month names. You can separate two dates with .. to make a\r
54 > range, or you can just use the default range ("lastmonth" is everything\r
55 > From the 1st of the previous month to the 1st of the current month).\r
56\r
57 > I think this fits nicely with your code.\r
58 \r
59 Hey, cool. I tried to keep my patch as small as possible, thanks for a\r
60 full-fledged date string parser :). I'll see how I can integrate that\r
61 into my dateparser branch.\r
62 \r
63 Thanks\r
64 Sebastian\r