From c41106d825cd0dda43eedca36581cb851b6ef70a Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 23 Jul 2016 10:03:18 +2100 Subject: [PATCH] Re: [PATCH 2/2] emacs: express notmuch-search-line-faces in terms of two new faces: notmuch-search-flagged-face and notmuch-search-unread-face. --- 3d/f6ffb3cb099e615ade699ae482a3a848a0b580 | 81 +++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 3d/f6ffb3cb099e615ade699ae482a3a848a0b580 diff --git a/3d/f6ffb3cb099e615ade699ae482a3a848a0b580 b/3d/f6ffb3cb099e615ade699ae482a3a848a0b580 new file mode 100644 index 000000000..12f854af3 --- /dev/null +++ b/3d/f6ffb3cb099e615ade699ae482a3a848a0b580 @@ -0,0 +1,81 @@ +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 56CAF6DE0297 + for ; Fri, 22 Jul 2016 06:03:30 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.011 +X-Spam-Level: +X-Spam-Status: No, score=-0.011 tagged_above=-999 required=5 tests=[AWL=0.000, + SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 9sJa1Q3y3zeg for ; + Fri, 22 Jul 2016 06:03:22 -0700 (PDT) +Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) + by arlo.cworth.org (Postfix) with ESMTPS id 939E76DE00CC + for ; Fri, 22 Jul 2016 06:03:22 -0700 (PDT) +Received: from remotemail by fethera.tethera.net with local (Exim 4.84_2) + (envelope-from ) + id 1bQa7D-000567-0p; Fri, 22 Jul 2016 09:03:43 -0400 +Received: (nullmailer pid 8435 invoked by uid 1000); + Fri, 22 Jul 2016 13:03:18 -0000 +From: David Bremner +To: Matt Armstrong , notmuch@notmuchmail.org +Subject: Re: [PATCH 2/2] emacs: express notmuch-search-line-faces in terms of + two new faces: notmuch-search-flagged-face and notmuch-search-unread-face. +In-Reply-To: <1469136633-19235-3-git-send-email-marmstrong@google.com> +References: <1469136633-19235-1-git-send-email-marmstrong@google.com> + <1469136633-19235-3-git-send-email-marmstrong@google.com> +User-Agent: Notmuch/0.22.1 (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Fri, 22 Jul 2016 10:03:18 -0300 +Message-ID: <874m7hlt9l.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: text/plain +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: Fri, 22 Jul 2016 13:03:30 -0000 + +Matt Armstrong writes: + +> This makes it easier to find the relevant face by customizing +> notmuch-faces. I plan to do the same to the other alists of faces +> found elsewhere. +> --- +> NEWS | 7 +++++++ +> emacs/notmuch.el | 39 ++++++++++++++++++++++++++++++++------- +> 2 files changed, 39 insertions(+), 7 deletions(-) +> +> diff --git a/NEWS b/NEWS +> index ab661d4..49f8bb5 100644 +> --- a/NEWS +> +++ b/NEWS +> @@ -37,6 +37,13 @@ Respect charset of MIME parts when reading them +> +> Fix previous assumption that everyone uses UTF-8. +> +> +Face customization is easier +> + +> + New faces `notmuch-search-flagged-face` and +> + `notmuch-search-unread-face` are used by default by +> + `notmuch-search-line-faces`. Customize `notmuch-faces` to modify +> + them. +> + + +you actually want the first group of NEWS in the file, which is still +UNRELEASED. + +d -- 2.26.2