From: Mark Walters Date: Mon, 14 Dec 2015 17:22:43 +0000 (+0000) Subject: [PATCH v2 (rebased) 0/3] Improve the display of matching/non-matching authors. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5df69d853ed7d5c3e88441d2bd2329b76eb5e2c4;p=notmuch-archives.git [PATCH v2 (rebased) 0/3] Improve the display of matching/non-matching authors. --- diff --git a/21/5cd1e0fd1d735c0536e733f49434d99864000a b/21/5cd1e0fd1d735c0536e733f49434d99864000a new file mode 100644 index 000000000..d94e84ae5 --- /dev/null +++ b/21/5cd1e0fd1d735c0536e733f49434d99864000a @@ -0,0 +1,86 @@ +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 327646DE0C81 + for ; Mon, 14 Dec 2015 09:23:04 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.567 +X-Spam-Level: +X-Spam-Status: No, score=0.567 tagged_above=-999 required=5 tests=[AWL=1.137, + DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, + RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, + RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] 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 geFGG5lPTnMq for ; + Mon, 14 Dec 2015 09:23:02 -0800 (PST) +Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com + [74.125.82.52]) by arlo.cworth.org (Postfix) with ESMTPS id 027866DE0231 for + ; Mon, 14 Dec 2015 09:23:02 -0800 (PST) +Received: by mail-wm0-f52.google.com with SMTP id n186so128383094wmn.1 + for ; Mon, 14 Dec 2015 09:23:01 -0800 (PST) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=from:to:cc:subject:date:message-id; + bh=ptxTsgLJShQ4AFynQApavLuBHOnP94DmdSOq4nqwES8=; + b=ngRaJ3ws4whQ9cT9t7Uu6c9HFIY5CoGKy9fY6+mN/3Es1VJp2xvtqNaCsQjtkJJg1q + kMJOVoSKb7maNQ4KI9legPaZ5rKpwSvZuYgadJcPxIy7E81MLd+sdQfqzyXNa0ZdcFJT + dZ2YdQN5HBhmmXq4P6voDrq4vpPW7c9i9IZfzBXVapUzxu7efBEbtfRs+AJrizJqKjYC + yMYfrPEn5/BpuoSb5McHvJyMSaIHKwWwMCKQf7hmK/oCjW+XVeGc3Nel8Bvo4xntkD0k + w2ZNsysX3oazneyxsd5NxXXdt3qV2y4CYetR9hmuGJ+2dDB7bv2VZPA+YOEnE5cVic76 + io0Q== +X-Received: by 10.28.3.133 with SMTP id 127mr27459733wmd.101.1450113777523; + Mon, 14 Dec 2015 09:22:57 -0800 (PST) +Received: from localhost (92.40.77.76.threembb.co.uk. [92.40.77.76]) + by smtp.gmail.com with ESMTPSA id ke10sm30719153wjb.3.2015.12.14.09.22.55 + (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Mon, 14 Dec 2015 09:22:56 -0800 (PST) +From: Mark Walters +To: notmuch@notmuchmail.org +Subject: [PATCH v2 (rebased) 0/3] Improve the display of matching/non-matching + authors. +Date: Mon, 14 Dec 2015 17:22:43 +0000 +Message-Id: <1450113766-20518-1-git-send-email-markwalters1009@gmail.com> +X-Mailer: git-send-email 2.1.4 +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +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: Mon, 14 Dec 2015 17:23:04 -0000 + +This is just a rebased (to current master) version of +id:1414172643-28270-1-git-send-email-dme@dme.org (git did the rebase by +itself using a three-way merge) + +I will send some review comments as replies to this thread. + +Best wishes + +Mark + + +David Edmondson (3): + search: Separately report matching and non-matching authors. + emacs: Improved display of matching/non-matching authors. + test: Update tests for 'authors_matched' and authors_non_matched'. + + emacs/notmuch.el | 64 ++++++++++++++------------ + notmuch-search.c | 105 +++++++++++++++++++++++++++++++++++++++++++ + test/T160-json.sh | 9 ++++ + test/T170-sexp.sh | 4 +- + test/T470-missing-headers.sh | 8 ++++ + 5 files changed, 159 insertions(+), 31 deletions(-) + +-- +2.1.4 +