Re: [PATCH 3/5] nmbug-status: Add an nmbug-status(5) man page
[notmuch-archives.git] / c3 / 37e01329e5cb4a316806b7119475f8e3faeb45
1 Return-Path: <prvs=395835c76=jrosenthal@jhu.edu>\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 5DEC8431FBD\r
6         for <notmuch@notmuchmail.org>; Fri, 21 Nov 2014 08:58:04 -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 tests=[none]\r
12         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 i4wnjnVm32Wy for <notmuch@notmuchmail.org>;\r
16         Fri, 21 Nov 2014 08:57:57 -0800 (PST)\r
17 X-Greylist: delayed 3602 seconds by postgrey-1.32 at olra;\r
18         Fri, 21 Nov 2014 08:57:57 PST\r
19 Received: from smtpauth.johnshopkins.edu (smtpauth.johnshopkins.edu\r
20         [128.220.229.167]) (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 25698431FBC\r
23         for <notmuch@notmuchmail.org>; Fri, 21 Nov 2014 08:57:57 -0800 (PST)\r
24 X-IronPort-AV: E=Sophos;i="5.07,432,1413259200"; d="scan'208";a="496655950"\r
25 Received: from guppy.hwcampus.jhu.edu (HELO localhost) ([10.161.32.234])\r
26         by IPMTW3.johnshopkins.edu with ESMTP/TLS/AES128-SHA;\r
27         21 Nov 2014 10:57:54 -0500\r
28 From: Jesse Rosenthal <jrosenthal@jhu.edu>\r
29 To: notmuch@notmuchmail.org\r
30 Subject: [PATCH v2 0/2] Use email address instead of empty real name.\r
31 Date: Fri, 21 Nov 2014 10:57:40 -0500\r
32 Message-Id: <1416585462-24558-1-git-send-email-jrosenthal@jhu.edu>\r
33 X-Mailer: git-send-email 2.1.3\r
34 X-BeenThere: notmuch@notmuchmail.org\r
35 X-Mailman-Version: 2.1.13\r
36 Precedence: list\r
37 List-Id: "Use and development of the notmuch mail system."\r
38         <notmuch.notmuchmail.org>\r
39 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
40         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
41 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
42 List-Post: <mailto:notmuch@notmuchmail.org>\r
43 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
44 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
46 X-List-Received-Date: Fri, 21 Nov 2014 16:58:04 -0000\r
47 \r
48 Apologies. A git (-user) malfunction in v1 accidentally sent the whole\r
49 mbox as one patch. These are the correct patches.\r
50 \r
51 Jesse Rosenthal (2):\r
52   lib: Use email address instead of empty real name.\r
53   test: Add test for correct naming of author.\r
54 \r
55  lib/thread.cc              |  3 ++-\r
56  test/T205-author-naming.sh | 12 ++++++++++++\r
57  2 files changed, 14 insertions(+), 1 deletion(-)\r
58  create mode 100755 test/T205-author-naming.sh\r
59 \r
60 -- \r
61 2.1.3\r
62 \r