From: Jesse Rosenthal Date: Fri, 21 Nov 2014 15:57:40 +0000 (+1900) Subject: [PATCH v2 0/2] Use email address instead of empty real name. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e90ed7aa3d6428d590b8740db9a16c3247fd8852;p=notmuch-archives.git [PATCH v2 0/2] Use email address instead of empty real name. --- diff --git a/c3/37e01329e5cb4a316806b7119475f8e3faeb45 b/c3/37e01329e5cb4a316806b7119475f8e3faeb45 new file mode 100644 index 000000000..3351e7009 --- /dev/null +++ b/c3/37e01329e5cb4a316806b7119475f8e3faeb45 @@ -0,0 +1,62 @@ +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 5DEC8431FBD + for ; Fri, 21 Nov 2014 08:58:04 -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 i4wnjnVm32Wy for ; + Fri, 21 Nov 2014 08:57:57 -0800 (PST) +X-Greylist: delayed 3602 seconds by postgrey-1.32 at olra; + Fri, 21 Nov 2014 08:57:57 PST +Received: from smtpauth.johnshopkins.edu (smtpauth.johnshopkins.edu + [128.220.229.167]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 25698431FBC + for ; Fri, 21 Nov 2014 08:57:57 -0800 (PST) +X-IronPort-AV: E=Sophos;i="5.07,432,1413259200"; d="scan'208";a="496655950" +Received: from guppy.hwcampus.jhu.edu (HELO localhost) ([10.161.32.234]) + by IPMTW3.johnshopkins.edu with ESMTP/TLS/AES128-SHA; + 21 Nov 2014 10:57:54 -0500 +From: Jesse Rosenthal +To: notmuch@notmuchmail.org +Subject: [PATCH v2 0/2] Use email address instead of empty real name. +Date: Fri, 21 Nov 2014 10:57:40 -0500 +Message-Id: <1416585462-24558-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: Fri, 21 Nov 2014 16:58:04 -0000 + +Apologies. A git (-user) malfunction in v1 accidentally sent the whole +mbox as one patch. These are the correct patches. + +Jesse Rosenthal (2): + lib: Use email address instead of empty real name. + test: Add test for correct naming of author. + + 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 +