Re: [PATCH] create .mailmap file (for git shortlog/blame)
[notmuch-archives.git] / e3 / 61d0b90e27f42d5858c48aaa7e4e7733bfd63c
1 Return-Path: <dme@dme.org>\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 6C61F41A546\r
6         for <notmuch@notmuchmail.org>; Mon, 29 Nov 2010 02:30:43 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_NONE=-0.0001] autolearn=disabled\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 8qwhvVaFLxVh for <notmuch@notmuchmail.org>;\r
16         Mon, 29 Nov 2010 02:30:43 -0800 (PST)\r
17 Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com\r
18  [74.125.82.45])        by olra.theworths.org (Postfix) with ESMTP id 51430431FD0       for\r
19  <notmuch@notmuchmail.org>; Mon, 29 Nov 2010 02:30:42 -0800 (PST)\r
20 Received: by wwi17 with SMTP id 17so52750wwi.2\r
21         for <notmuch@notmuchmail.org>; Mon, 29 Nov 2010 02:30:40 -0800 (PST)\r
22 Received: by 10.216.242.78 with SMTP id h56mr4741720wer.47.1291026640337;\r
23         Mon, 29 Nov 2010 02:30:40 -0800 (PST)\r
24 Received: from ut.hh.sledj.net (host81-149-164-25.in-addr.btopenworld.com\r
25         [81.149.164.25])\r
26         by mx.google.com with ESMTPS id w41sm2295886weq.8.2010.11.29.02.30.37\r
27         (version=TLSv1/SSLv3 cipher=RC4-MD5);\r
28         Mon, 29 Nov 2010 02:30:38 -0800 (PST)\r
29 Received: by ut.hh.sledj.net (Postfix, from userid 1000)\r
30         id EE81559422B; Mon, 29 Nov 2010 10:30:04 +0000 (GMT)\r
31 From: David Edmondson <dme@dme.org>\r
32 To: notmuch@notmuchmail.org\r
33 Subject: second attempt: JSON based search\r
34 Date: Mon, 29 Nov 2010 10:29:56 +0000\r
35 Message-Id: <1291026599-14795-1-git-send-email-dme@dme.org>\r
36 X-Mailer: git-send-email 1.7.2.3\r
37 X-BeenThere: notmuch@notmuchmail.org\r
38 X-Mailman-Version: 2.1.13\r
39 Precedence: list\r
40 List-Id: "Use and development of the notmuch mail system."\r
41         <notmuch.notmuchmail.org>\r
42 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
44 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
45 List-Post: <mailto:notmuch@notmuchmail.org>\r
46 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
47 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
49 X-List-Received-Date: Mon, 29 Nov 2010 10:30:43 -0000\r
50 \r
51 Here's another attempt that uses the proper JSON output directly -\r
52 there is no requirement to either modify that output (as previously)\r
53 or add another similar output format (as discussed on IRC).\r
54 \r
55 [PATCH 1/3] notmuch: Add `date_relative' to JSON search output.\r
56 [PATCH 2/3] test: Expect `date_relative' in JSON search output.\r
57 [PATCH 3/3] emacs: Use JSON output for search.\r