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 A82CE431FD5 for ; Sat, 11 Jan 2014 13:42:00 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 2.7 X-Spam-Level: ** X-Spam-Status: No, score=2.7 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001, FREEMAIL_REPLY=2.499, RCVD_IN_DNSWL_LOW=-0.7] 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 WQ0U8CUSdGWn for ; Sat, 11 Jan 2014 13:41:54 -0800 (PST) Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id EE16B431FC3 for ; Sat, 11 Jan 2014 13:41:53 -0800 (PST) Received: by mail-wi0-f178.google.com with SMTP id bz8so879856wib.5 for ; Sat, 11 Jan 2014 13:41:52 -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=x3hu7CeZUt+38noT/aqOd8nykGr5Xj3IHtwVUEd7KK0=; b=ULVi0I8hVMtZfIgElCC09vdoq64pLsQxTDUFMCipVtryAtdH+TwefrLRh1vYg/QhIm bHlgG30FuyUPN15FNdqcitxTH/HEtbaBRknuAMtUaHh5dpmUCpqSnUKh+fwEHU6ANN0r JdqFCO9IkgJK0n8AAFEvnCYC3vLo6AH/6beeK2v19AoowTeppz8eEnHEU3Y1WvJIGd0b Wn7RJn85/19iuwSdQyRl4cBP+2Hq3kSs3YmRT3KD0YrkEVrVHDNLCqtIHvwatC10iNAb CdcFuzkHbsO246nUG9my0UIkzV5KF/3fQh1tSM1QE6qHflkeUXJY3i9ZI0euLqZ/paPM Lcmw== X-Received: by 10.180.211.39 with SMTP id mz7mr8468021wic.53.1389476511323; Sat, 11 Jan 2014 13:41:51 -0800 (PST) Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31]) by mx.google.com with ESMTPSA id w1sm10307871wix.1.2014.01.11.13.41.50 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 11 Jan 2014 13:41:50 -0800 (PST) From: Mark Walters To: notmuch@notmuchmail.org Subject: [PATCH 0/2] emacs: tree: use notmuch-tag-format-tags Date: Sat, 11 Jan 2014 21:41:41 +0000 Message-Id: <1389476503-23682-1-git-send-email-markwalters1009@gmail.com> X-Mailer: git-send-email 1.7.9.1 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: Sat, 11 Jan 2014 21:42:00 -0000 This is a reworking of the second patch in the series id:1387480344-14326-1-git-send-email-markwalters1009@gmail.com (it applies on top of the first patch in that series which has been marked ready) The first patch gives tree default matching/non-matching faces. This should make it easier for users to customize the tree display. It also makes the switch to using notmuch-tag-format-tags easier in patch 2 of this series. Best wishes Mark Mark Walters (2): emacs: tree: default face for matching/non-matching messages emacs: tree: use tag-format-tags emacs/notmuch-tag.el | 17 +++++++++-------- emacs/notmuch-tree.el | 41 +++++++++++++++++++++++++++-------------- 2 files changed, 36 insertions(+), 22 deletions(-) -- 1.7.9.1