Re: [PATCH 7½/9] test: add notmuch address --deduplicate=(no|mailbox|address) tests
authorDavid Bremner <david@tethera.net>
Fri, 25 Sep 2015 00:02:32 +0000 (21:02 +2100)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:49:36 +0000 (14:49 -0700)
95/e7dc7acf2a878503cc7979c3cb27261782043c [new file with mode: 0644]

diff --git a/95/e7dc7acf2a878503cc7979c3cb27261782043c b/95/e7dc7acf2a878503cc7979c3cb27261782043c
new file mode 100644 (file)
index 0000000..fb813fa
--- /dev/null
@@ -0,0 +1,64 @@
+Return-Path: <david@tethera.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 60EB46DE0B7C\r
+ for <notmuch@notmuchmail.org>; Thu, 24 Sep 2015 17:04:41 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.113\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.113 tagged_above=-999 required=5 tests=[AWL=0.113]\r
+ autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id RbrzEIpXeNla for <notmuch@notmuchmail.org>;\r
+ Thu, 24 Sep 2015 17:04:39 -0700 (PDT)\r
+Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 946706DE0B64\r
+ for <notmuch@notmuchmail.org>; Thu, 24 Sep 2015 17:04:39 -0700 (PDT)\r
+Received: from remotemail by gitolite.debian.net with local (Exim 4.80)\r
+ (envelope-from <david@tethera.net>)\r
+ id 1ZfGTU-0000tK-5y; Fri, 25 Sep 2015 00:02:52 +0000\r
+Received: (nullmailer pid 24552 invoked by uid 1000); Fri, 25 Sep 2015\r
+ 00:02:32 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Jani Nikula <jani@nikula.org>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH =?utf-8?Q?7=C2=BD=2F9=5D?= test: add notmuch address\r
+ --deduplicate=(no|mailbox|address) tests\r
+In-Reply-To: <1441391927-18228-1-git-send-email-jani@nikula.org>\r
+References:\r
+ <e711ba0bd92624352e2366f4f866a406ff25981e.1441308761.git.jani@nikula.org>\r
+ <1441391927-18228-1-git-send-email-jani@nikula.org>\r
+User-Agent: Notmuch/0.20.2+73~gd432116 (http://notmuchmail.org) Emacs/24.5.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Thu, 24 Sep 2015 21:02:32 -0300\r
+Message-ID: <87612z2wo7.fsf@zancas.localnet>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.18\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: Fri, 25 Sep 2015 00:04:41 -0000\r
+\r
+Jani Nikula <jani@nikula.org> writes:\r
+\r
+> +generate_message '[from]="Foo Bar <foo.bar@example.com>"'\r
+> +generate_message '[from]="Foo Bar <Foo.Bar@Example.Com>"'\r
+> +generate_message '[from]="Foo Bar <foo.bar@example.com>"'\r
+> +generate_message '[from]="<foo.bar@example.com>"'\r
+> +generate_message '[from]="foo.bar@example.com"'\r
+> +generate_message '[from]="Foo Bar <foo.bar+baz@example.com>"'\r
+\r
+It might be good, especially for the deduplicate=mailbox case below to\r
+have some more variation in the names other than "Foo Bar" and ""\r
+\r