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 10D74431FB6 for ; Sun, 12 Feb 2012 06:47:30 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.8 X-Spam-Level: X-Spam-Status: No, score=-0.8 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, 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 zHMmiyrU4BV4 for ; Sun, 12 Feb 2012 06:47:29 -0800 (PST) Received: from mail-ey0-f181.google.com (mail-ey0-f181.google.com [209.85.215.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 426E8431FAE for ; Sun, 12 Feb 2012 06:47:29 -0800 (PST) Received: by eaak14 with SMTP id k14so2131203eaa.26 for ; Sun, 12 Feb 2012 06:47:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=schoepe.org; s=google; h=mime-version:from:to:subject:date:message-id:x-mailer:in-reply-to :references; bh=YIcnNmF9U4jjSMMAdpR/P7V3P7lXMLxESqi4Apu0B/w=; b=jpK73WJWbom5s44c0pyn1Zm/1RsHp29e48AKUhhtALTTJDsDCkwzKmZwbbcOyPKet0 nPje8ALp1YUC9mu+r/aUYly73tr3LnCMLzFhrLYxWp/HvJOct2IP49v2AGOCy6PNQrhV meuJQmgzGQEPh3wdBLDd/rzYZALoEH0KuoEgs= MIME-Version: 1.0 Received: by 10.14.38.193 with SMTP id a41mr4265372eeb.125.1329058047766; Sun, 12 Feb 2012 06:47:27 -0800 (PST) Received: from localhost (dslb-088-069-141-163.pools.arcor-ip.net. [88.69.141.163]) by mx.google.com with ESMTPS id y12sm49362949eeb.11.2012.02.12.06.47.26 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 12 Feb 2012 06:47:27 -0800 (PST) From: Daniel Schoepe To: notmuch@notmuchmail.org Subject: [PATCH 0/1] emacs: Make highlight-faces for pick configurable Date: Sun, 12 Feb 2012 15:47:17 +0100 Message-Id: <1329058038-6029-1-git-send-email-daniel@schoepe.org> X-Mailer: git-send-email 1.7.9 In-Reply-To: <87d39k1gvi.fsf@qmul.ac.uk> References: <87d39k1gvi.fsf@qmul.ac.uk> X-Gm-Message-State: ALoCoQmzR4nOZ+5gjn83KqXeJ/yftJ4HLnVJ37TTFAVTRKR6NMZJKYaQUD17nTibvtBB/+DRGEOi 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: Sun, 12 Feb 2012 14:47:30 -0000 This makes the faces notmuch-pick uses for high/"low"lighting configurable. Obviously, this requires the rest of the patch series from this thread.