From 7d13a164540b60d5ab6884496029614d1df0f939 Mon Sep 17 00:00:00 2001 From: David Edmondson Date: Wed, 17 Dec 2014 07:34:58 +0000 Subject: [PATCH] columnar faces in search results --- 95/55ba68048f6f3fee29d542ecf53bfda8376b92 | 83 +++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 95/55ba68048f6f3fee29d542ecf53bfda8376b92 diff --git a/95/55ba68048f6f3fee29d542ecf53bfda8376b92 b/95/55ba68048f6f3fee29d542ecf53bfda8376b92 new file mode 100644 index 000000000..e39ec8df9 --- /dev/null +++ b/95/55ba68048f6f3fee29d542ecf53bfda8376b92 @@ -0,0 +1,83 @@ +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 2458C431FD0 + for ; Tue, 16 Dec 2014 23:35:08 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.699 +X-Spam-Level: +X-Spam-Status: No, score=-0.699 tagged_above=-999 required=5 + tests=[RCVD_IN_DNSWL_LOW=-0.7, UNPARSEABLE_RELAY=0.001] + 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 E43rzaCza+JR for ; + Tue, 16 Dec 2014 23:35:04 -0800 (PST) +Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com + [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id A9192431FC3 + for ; Tue, 16 Dec 2014 23:35:04 -0800 (PST) +Received: by mail-wi0-f181.google.com with SMTP id r20so14973627wiv.8 + for ; Tue, 16 Dec 2014 23:35:02 -0800 (PST) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=1e100.net; s=20130820; + h=x-gm-message-state:to:subject:user-agent:from:date:message-id + :mime-version:content-type; + bh=chJH+MGu5EUuUCtk6BMdL6kpWfwptx+i3g7peXcUMmo=; + b=jdoqIeZ5yAUZdXIzV/nriN2/xR/keqbP8HS/IqSEmYrAVsyAc+JXxkaNtv5q8FBG8K + 0SfbTXm6Ef7rkj/Dm5HsxmA3G8vQs7qspgHAkwKNKnd2ub6ouPaqpunL88J6CYNY/JGY + UTVLWfDvWZPa+4kZe+G8YI2joB0PQsNWuuKER8MakNsKrXQPSqhBG2V5xKe5zSZWHg86 + OlPFS34jyYZ8ycviaPXy23nj/ppcykIaadGuDzf8MtsnMo7S24Nnh7RrzKI+swHLZ7YN + pXhw4t+H0DGRzESUC5MDsME4bCo84TxUTmya5pr1bEA4q41ulozjACNWnf8RpGL7OyBu + 4vUA== +X-Gm-Message-State: + ALoCoQlPbGLbhYs8vR1lyVFZOCQKsNVxPdfnzu8ovojvudvHCh6T1yLzdl+2EgbdAEHQXeqbakNI +X-Received: by 10.194.86.135 with SMTP id p7mr42811040wjz.89.1418801701304; + Tue, 16 Dec 2014 23:35:01 -0800 (PST) +Received: from disaster-area.hh.sledj.net + ([2a01:348:1a2:1:ea39:35ff:fe2c:a227]) + by mx.google.com with ESMTPSA id ly9sm3976411wjb.24.2014.12.16.23.34.59 + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Tue, 16 Dec 2014 23:35:00 -0800 (PST) +Received: from localhost (30000@localhost [local]); + by localhost (OpenSMTPD) with ESMTPA id 71f3db09; + Wed, 17 Dec 2014 07:34:58 +0000 (UTC) +To: notmuch@notmuchmail.org +Subject: columnar faces in search results +User-Agent: none +From: David Edmondson +Date: Wed, 17 Dec 2014 07:34:58 +0000 +Message-ID: +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: Wed, 17 Dec 2014 07:35:08 -0000 + +Does anyone modify any of the following faces to control the display of +search results? + + notmuch-search-date + notmuch-search-count + notmuch-search-subject + notmuch-search-matching-authors + notmuch-search-non-matching-authors + +(i.e. to get something like +http://notmuchmail.org/screenshots/Screenshot-notmuch-search-fruitsalad.png.) + +I'm looking at how the priority layering of faces in the search results +works, and these add significant complications... -- 2.26.2