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