[PATCH] lib: provide _notmuch_database_log_append
[notmuch-archives.git] / 9c / aef55cc77fcdcbd507259618dc297a56040395
1 Return-Path: <prvs=396941042=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 4317F431FC0\r
6         for <notmuch@notmuchmail.org>; Sat, 22 Nov 2014 06:17:00 -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 lf1i78oiQqFF for <notmuch@notmuchmail.org>;\r
16         Sat, 22 Nov 2014 06:16:55 -0800 (PST)\r
17 X-Greylist: delayed 3602 seconds by postgrey-1.32 at olra;\r
18         Sat, 22 Nov 2014 06:16:55 PST\r
19 Received: from smtpauth.johnshopkins.edu (smtpauth.johnshopkins.edu\r
20         [128.220.229.177]) (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 4E527431FBC\r
23         for <notmuch@notmuchmail.org>; Sat, 22 Nov 2014 06:16:55 -0800 (PST)\r
24 X-IronPort-AV: E=Sophos;i="5.07,437,1413259200"; d="scan'208";a="140499107"\r
25 Received: from c-69-137-43-192.hsd1.md.comcast.net (HELO localhost)\r
26         ([69.137.43.192])\r
27         by IPMTW4.johnshopkins.edu with ESMTP/TLS/AES128-SHA;\r
28         22 Nov 2014 08:16:50 -0500\r
29 From: Jesse Rosenthal <jrosenthal@jhu.edu>\r
30 To: notmuch@notmuchmail.org\r
31 Subject: [PATCH v3 0/2] Use email address instead of empty real name.\r
32 Date: Sat, 22 Nov 2014 08:17:14 -0500\r
33 Message-Id: <1416662236-26556-1-git-send-email-jrosenthal@jhu.edu>\r
34 X-Mailer: git-send-email 2.1.3\r
35 X-BeenThere: notmuch@notmuchmail.org\r
36 X-Mailman-Version: 2.1.13\r
37 Precedence: list\r
38 List-Id: "Use and development of the notmuch mail system."\r
39         <notmuch.notmuchmail.org>\r
40 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
41         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
42 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
43 List-Post: <mailto:notmuch@notmuchmail.org>\r
44 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
45 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
47 X-List-Received-Date: Sat, 22 Nov 2014 14:17:00 -0000\r
48 \r
49 This version obsoletes [1].\r
50 \r
51 The changes in this version are:\r
52 \r
53   * Commit test first with known-broken annotation, and then remove\r
54     that annotation in the second commit (when the test passes)\r
55 \r
56   * Style fixes in the thread.cc to conform with notmuch style.\r
57 \r
58 [1] id:1416585462-24558-1-git-send-email-jrosenthal@jhu.edu\r
59 \r
60 Jesse Rosenthal (2):\r
61   test: Add known-broken test for empty author name\r
62   lib: Use email address instead of empty real name.\r
63 \r
64  lib/thread.cc              |  3 ++-\r
65  test/T205-author-naming.sh | 12 ++++++++++++\r
66  2 files changed, 14 insertions(+), 1 deletion(-)\r
67  create mode 100755 test/T205-author-naming.sh\r
68 \r
69 -- \r
70 2.1.3\r
71 \r