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 0FBD0431FD0 for ; Wed, 14 Mar 2012 14:21:40 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[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 hQaffDCKSjWU for ; Wed, 14 Mar 2012 14:21:39 -0700 (PDT) Received: from mail-lpp01m010-f53.google.com (mail-lpp01m010-f53.google.com [209.85.215.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 2EC4C431FC7 for ; Wed, 14 Mar 2012 14:21:37 -0700 (PDT) Received: by mail-lpp01m010-f53.google.com with SMTP id c1so1979156lah.26 for ; Wed, 14 Mar 2012 14:21:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :in-reply-to:references:x-gm-message-state; bh=BIfkB60PKjUgrHdxdRAM2HfT9D6sw8DU9APVFr262pU=; b=PZXw/x35Nf4LyZcV6SBXtnsz/UNJ7vFrkHEBGwH72TfZL/ZWegKUsWZ4/JPCs5zeef lrnYliz9CQQyt/BrTaFqIueEKPGRdvJr6BHQkL4IZ8jrE5orMjU73/DaTi/CGlQ9M9lC 4Gw3lBv0GlUIrqyiaiIttFGJTqdwmSSseuT7qjtb4yUW7SkpfWSxSMjTJzBKww8t8d1q dXMyt6T1cX4x0vyiCQ4+2WdP9m5JuuZ8VKzJVUpW/fxd2brpDqOcN2RrkOlyPCKih1Z8 j9Qb4vNr0tzYurnmmnNjHTEezTh4+YeT9dVFPkSCKyxKzkVtoZvXT9gUxCTbPoB3RdL5 Mhlg== Received: by 10.112.102.68 with SMTP id fm4mr1609973lbb.7.1331760096755; Wed, 14 Mar 2012 14:21:36 -0700 (PDT) Received: from localhost (dsl-hkibrasgw4-fe50f800-253.dhcp.inet.fi. [84.248.80.253]) by mx.google.com with ESMTPS id jh4sm4643689lab.17.2012.03.14.14.21.34 (version=SSLv3 cipher=OTHER); Wed, 14 Mar 2012 14:21:35 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org, david@tethera.net Subject: [PATCH 5/6] NEWS: emacs: enable `notmuch-search-line-faces' by default Date: Wed, 14 Mar 2012 23:21:10 +0200 Message-Id: <22fb916d4cc8e081f045a9ebca17fbacc207c172.1331759620.git.jani@nikula.org> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: References: In-Reply-To: References: X-Gm-Message-State: ALoCoQnIh2IO7zDA0XR3mSiNFJIzoPMCphv/6o6bC484cHBMMaJzytZ+98GHFio5nPr/mDXBPPFZ 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: Wed, 14 Mar 2012 21:21:40 -0000 --- e06943f emacs: add default value to notmuch-search-line-faces --- NEWS | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index 83d764a..b2c07ab 100644 --- a/NEWS +++ b/NEWS @@ -95,6 +95,12 @@ Generate inline patch fake attachment file names from message subject 'git format-patch' instead of just "inline patch". See "Notmuch Show Insert Text/Plain Hook" in the notmuch customize interface. +Enable `notmuch-search-line-faces' by default + + Make the `notmuch-search-line-faces' functionality more discoverable + for new users by showing "unread" messages bold and "flagged" + messages blue by default in the search view. + Library changes --------------- -- 1.7.5.4