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