--- /dev/null
+Return-Path: <prvs=396941042=jrosenthal@jhu.edu>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by olra.theworths.org (Postfix) with ESMTP id 4317F431FC0\r
+ for <notmuch@notmuchmail.org>; Sat, 22 Nov 2014 06:17:00 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+ autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+ by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id lf1i78oiQqFF for <notmuch@notmuchmail.org>;\r
+ Sat, 22 Nov 2014 06:16:55 -0800 (PST)\r
+X-Greylist: delayed 3602 seconds by postgrey-1.32 at olra;\r
+ Sat, 22 Nov 2014 06:16:55 PST\r
+Received: from smtpauth.johnshopkins.edu (smtpauth.johnshopkins.edu\r
+ [128.220.229.177]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id 4E527431FBC\r
+ for <notmuch@notmuchmail.org>; Sat, 22 Nov 2014 06:16:55 -0800 (PST)\r
+X-IronPort-AV: E=Sophos;i="5.07,437,1413259200"; d="scan'208";a="140499107"\r
+Received: from c-69-137-43-192.hsd1.md.comcast.net (HELO localhost)\r
+ ([69.137.43.192])\r
+ by IPMTW4.johnshopkins.edu with ESMTP/TLS/AES128-SHA;\r
+ 22 Nov 2014 08:16:50 -0500\r
+From: Jesse Rosenthal <jrosenthal@jhu.edu>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v3 0/2] Use email address instead of empty real name.\r
+Date: Sat, 22 Nov 2014 08:17:14 -0500\r
+Message-Id: <1416662236-26556-1-git-send-email-jrosenthal@jhu.edu>\r
+X-Mailer: git-send-email 2.1.3\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sat, 22 Nov 2014 14:17:00 -0000\r
+\r
+This version obsoletes [1].\r
+\r
+The changes in this version are:\r
+\r
+ * Commit test first with known-broken annotation, and then remove\r
+ that annotation in the second commit (when the test passes)\r
+\r
+ * Style fixes in the thread.cc to conform with notmuch style.\r
+\r
+[1] id:1416585462-24558-1-git-send-email-jrosenthal@jhu.edu\r
+\r
+Jesse Rosenthal (2):\r
+ test: Add known-broken test for empty author name\r
+ lib: Use email address instead of empty real name.\r
+\r
+ lib/thread.cc | 3 ++-\r
+ test/T205-author-naming.sh | 12 ++++++++++++\r
+ 2 files changed, 14 insertions(+), 1 deletion(-)\r
+ create mode 100755 test/T205-author-naming.sh\r
+\r
+-- \r
+2.1.3\r
+\r