From: David Bremner Date: Mon, 25 Mar 2013 15:46:23 +0000 (+2000) Subject: Re: [PATCH v3 0/2] Customize how each tag is displayed X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7dd3be7bfc6c414f161b7d81c1ceac225062bc7c;p=notmuch-archives.git Re: [PATCH v3 0/2] Customize how each tag is displayed --- diff --git a/2c/0352e9b30b5815e729795c96ff41f6ad0602cb b/2c/0352e9b30b5815e729795c96ff41f6ad0602cb new file mode 100644 index 000000000..936f91b93 --- /dev/null +++ b/2c/0352e9b30b5815e729795c96ff41f6ad0602cb @@ -0,0 +1,60 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 149AF431FBD + for ; Mon, 25 Mar 2013 08:46:36 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id GnNu9xaABoHw for ; + Mon, 25 Mar 2013 08:46:35 -0700 (PDT) +Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id C8CA0431FB6 + for ; Mon, 25 Mar 2013 08:46:35 -0700 (PDT) +Received: from remotemail by tesseract.cs.unb.ca with local (Exim 4.80) + (envelope-from ) + id 1UK9bW-0002rR-GG; Mon, 25 Mar 2013 12:46:35 -0300 +Received: (nullmailer pid 6966 invoked by uid 1000); + Mon, 25 Mar 2013 15:46:23 -0000 +From: David Bremner +To: Damien Cassou , notmuch@notmuchmail.org +Subject: Re: [PATCH v3 0/2] Customize how each tag is displayed +In-Reply-To: <1364038194-19856-1-git-send-email-damien.cassou@gmail.com> +References: <1364038194-19856-1-git-send-email-damien.cassou@gmail.com> +User-Agent: Notmuch/0.15.1 (http://notmuchmail.org) Emacs/24.2.1 + (x86_64-pc-linux-gnu) +Date: Mon, 25 Mar 2013 11:46:23 -0400 +Message-ID: <871ub3jxdc.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +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, 25 Mar 2013 15:46:36 -0000 + +Damien Cassou writes: + +> [PATCH 1/2] emacs: Add notmuch-combine-face-text-property-string +> [PATCH 2/2] emacs: possibility to customize the rendering of tags +> + +Pushed to master, + +d