Re: [PATCH] notmuch-tag: initialize with enum instead of 0.
[notmuch-archives.git] / 6a / cfc6028b41364d63707ba8377e6ffc3231fcf5
1 Return-Path: <novalazy@gmail.com>\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 ABA23431FBC\r
6         for <notmuch@notmuchmail.org>; Tue, 30 Oct 2012 03:13:02 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 1.7\r
10 X-Spam-Level: *\r
11 X-Spam-Status: No, score=1.7 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, FREEMAIL_REPLY=2.499, RCVD_IN_DNSWL_LOW=-0.7]\r
14         autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id bAZBVcgHLD+m for <notmuch@notmuchmail.org>;\r
18         Tue, 30 Oct 2012 03:13:02 -0700 (PDT)\r
19 Received: from mail-pa0-f53.google.com (mail-pa0-f53.google.com\r
20         [209.85.220.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id 41561431FAF\r
23         for <notmuch@notmuchmail.org>; Tue, 30 Oct 2012 03:13:02 -0700 (PDT)\r
24 Received: by mail-pa0-f53.google.com with SMTP id bj3so66383pad.26\r
25         for <notmuch@notmuchmail.org>; Tue, 30 Oct 2012 03:13:00 -0700 (PDT)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
27         h=from:to:cc:subject:date:message-id:x-mailer;\r
28         bh=Sz0FMu7toxNgIhnfgFQUBZn9Lkb0cELgrJTs3tgQ7B4=;\r
29         b=ezZYBkahh6AVoxY1jtjM7m0QC42XdNhknsf7GWswFQAMicGzL0bWHGgJxQnvPtKm+R\r
30         BBnM1VVyPmTltPabVEsZwsIfFBELCE7DkzeSO2Is/fnvkdoih0w9Jug7WgRPvgQ3XMtH\r
31         dbv7zJmzfxZ4I/YgJY1BurhkudTkkKBtt4T/9LhKDTz1db/knYVqDczzeflgOnKcXooK\r
32         MGfm7ccHK1y/IRd9kfW8Ts10QfciyqweVTviRtG7iq2z7cQFGrOYNRFhgEXYV7gchC25\r
33         aLT18jJYoCQVuFz08EUIzgvdYzEUr/Zm8PY4TY+At2wRRncWA+57M6ve3/hq1xpFFAHQ\r
34         t2Qg==\r
35 Received: by 10.68.223.66 with SMTP id qs2mr35726116pbc.139.1351591980431;\r
36         Tue, 30 Oct 2012 03:13:00 -0700 (PDT)\r
37 Received: from localhost (215.42.233.220.static.exetel.com.au.\r
38         [220.233.42.215])\r
39         by mx.google.com with ESMTPS id un16sm324514pbc.47.2012.10.30.03.12.57\r
40         (version=TLSv1/SSLv3 cipher=OTHER);\r
41         Tue, 30 Oct 2012 03:12:59 -0700 (PDT)\r
42 From: Peter Wang <novalazy@gmail.com>\r
43 To: notmuch@notmuchmail.org\r
44 Subject: [PATCH v2 0/2] include Reply-To headers in json output\r
45 Date: Tue, 30 Oct 2012 21:12:45 +1100\r
46 Message-Id: <1351591967-17438-1-git-send-email-novalazy@gmail.com>\r
47 X-Mailer: git-send-email 1.7.12.1\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Tue, 30 Oct 2012 10:13:02 -0000\r
61 \r
62 This obsoletes the series 1340508470-16606-1-git-send-email-novalazy@gmail.com\r
63 Only json output is affected now.\r
64 \r
65 Peter Wang (2):\r
66   show: include Reply-To header in json output\r
67   test: add test for showing Reply-To headers\r
68 \r
69  notmuch-show.c | 7 +++++++\r
70  test/json      | 8 ++++----\r
71  2 files changed, 11 insertions(+), 4 deletions(-)\r
72 \r
73 -- \r
74 1.7.12.1\r
75 \r