From: David Bremner Date: Tue, 10 Nov 2015 02:31:07 +0000 (+2000) Subject: Re: [PATCH] emacs: Fontify From with message-header-other X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=087ee2467b2c0a9e444c4650736b94fdcfe5a683;p=notmuch-archives.git Re: [PATCH] emacs: Fontify From with message-header-other --- diff --git a/a7/d5f3c8a3da3fd9bf1a0d78f6d57dc843659133 b/a7/d5f3c8a3da3fd9bf1a0d78f6d57dc843659133 new file mode 100644 index 000000000..fa8ca882b --- /dev/null +++ b/a7/d5f3c8a3da3fd9bf1a0d78f6d57dc843659133 @@ -0,0 +1,61 @@ +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 006A06DE1552 + for ; Mon, 9 Nov 2015 18:32:57 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.095 +X-Spam-Level: +X-Spam-Status: No, score=0.095 tagged_above=-999 required=5 tests=[AWL=0.095] + 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 g_nRL0A3dG_f for ; + Mon, 9 Nov 2015 18:32:54 -0800 (PST) +Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id 6C95F6DE141B + for ; Mon, 9 Nov 2015 18:32:53 -0800 (PST) +Received: from remotemail by gitolite.debian.net with local (Exim 4.80) + (envelope-from ) + id 1ZvyiU-0008DO-7c; Tue, 10 Nov 2015 02:31:26 +0000 +Received: (nullmailer pid 27674 invoked by uid 1000); Tue, 10 Nov 2015 + 02:31:07 -0000 +From: David Bremner +To: "H. J. Illikainen" , notmuch@notmuchmail.org +Subject: Re: [PATCH] emacs: Fontify From with message-header-other +In-Reply-To: <1446677040-43496-1-git-send-email-hji@dyntopia.com> +References: <1446677040-43496-1-git-send-email-hji@dyntopia.com> +User-Agent: Notmuch/0.21~rc3+7~g10e933a (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Mon, 09 Nov 2015 22:31:07 -0400 +Message-ID: <87611a4mc4.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: Tue, 10 Nov 2015 02:32:57 -0000 + +"H. J. Illikainen" writes: + +> This commit removes the fontification of the [Ff]rom header in +> notmuch-show-mode in order to fontify it using the message-header-other +> face. +> +> This only affects non-default configurations where +> notmuch-message-headers is set to display From. + +pushed, + +d