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 9E48C4196F2 for ; Fri, 5 Nov 2010 04:23:32 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -4.19 X-Spam-Level: X-Spam-Status: No, score=-4.19 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, T_MIME_NO_TEXT=0.01] autolearn=ham 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 YNk4hgV3AHNf for ; Fri, 5 Nov 2010 04:23:21 -0700 (PDT) Received: from brinza.cc.columbia.edu (brinza.cc.columbia.edu [128.59.29.8]) by olra.theworths.org (Postfix) with ESMTP id 99FCF4196F0 for ; Fri, 5 Nov 2010 04:23:21 -0700 (PDT) Received: from servo.finestructure.net (cpe-74-66-82-137.nyc.res.rr.com [74.66.82.137]) (user=jgr2110 author=jrollins@finestructure.net mech=PLAIN bits=0) by brinza.cc.columbia.edu (8.14.4/8.14.3) with ESMTP id oA5BNJ45017851 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Fri, 5 Nov 2010 07:23:19 -0400 (EDT) Received: from jrollins by servo.finestructure.net with local (Exim 4.72) (envelope-from ) id 1PEKO7-00020Z-TT; Fri, 05 Nov 2010 07:23:19 -0400 From: Jameson Rollins To: Sebastian Spaeth , Notmuch developer list Subject: Re: Emacs UI improvement suggestion In-Reply-To: <87pqukxlgo.fsf@SSpaeth.de> References: <87pqukxlgo.fsf@SSpaeth.de> User-Agent: Notmuch/0.4 (http://notmuchmail.org) Emacs/23.2.1 (i486-pc-linux-gnu) Date: Fri, 05 Nov 2010 07:23:14 -0400 Message-ID: <87mxpovwt9.fsf@servo.finestructure.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-No-Spam-Score: Local X-Scanned-By: MIMEDefang 2.68 on 128.59.29.8 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: Fri, 05 Nov 2010 11:23:32 -0000 --=-=-= Content-Transfer-Encoding: quoted-printable On Fri, 05 Nov 2010 08:45:27 +0100, Sebastian Spaeth = wrote: > One UI improvement I would love is to see the number of unread=20 > emails in a thread in notmuch-show view. I often reply to a=20 > mail in a thread just to see that there are followup mails that=20 > resolve the issue already. >=20 > If I had seen that there are more unread mails in that thread=20 > (or at least that branch of the thread), I would read those first=20 > before hitting reply. >=20 > What do others think? Hey, Sebastian. Try looking at notmuch-search-line-faces (not very well named, my fault) which sets the face of search lines based on tags. I've been using the following setting: (setq notmuch-search-line-faces '(("delete" . '(:background "grey8")) ("unread" . '(:weight bold)))) Threads with unread messages show up in bold, which makes them pretty easy to identify. I also bind a key to filter "tag:unread and not tag:delete" which allows me to easily pop view the unread messages. jamie. --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQIcBAEBCAAGBQJM0+kjAAoJEO00zqvie6q8mfgP/iPbzRS0m36vhOuntHIg7eRB m1TzqmyPu+irtQQirG4R6XNKO5O/wjU7/FMiLywCY6s/iJsDvYsBMy5X7F0gMos8 yx79LgXAlvN4SK/kQ8W7f76l+g8XnlSJt/yIJATs6PtYWKq3HnNLEJuaFL7gLfC/ 8Rhss0eZTMhHnpIhtdAw+MzVYCQOajHjHolLhLxuOhzdmKwsyaCKUG3vww4yFVqz izXD9WmEViCH5TIYlQ30JzEw979MXx6vmnk659ItTOYanLodYtE2YmBBV8SoRVSS qWArDbRbVasXMoa636gq7YNue2+KqA3CeryPav7ArTyw29/ZwK7gEcAqmuxEMjoZ ky8BahOG2F/Hr6zW8pbDbRIKoe7n20Y6yywXf+uaAin4ZaYhCSuvWUYYvTBNgP4j qGbZM7JCBduwdaQaRmsqQHvkkTiuld4ox/JeGj+Gv+4mBsfAX0kL3llrBo5HUkRK 79xgE6bJba2LhH2ANSF3I18b6ol6KCF0NNnoDSvnWvNjDlEzS3AxGeifCy9qLh58 Kjc1hUmQUY1CB1UXSq0Qw/DZsUgJaz3xXOVYV/BP0VgQXTiNY6WDrHoeomc+BdEc sPVIYdTiF7CUU8hhSs/5FQKVYEoe+eCRNyCzUoDS+EG4niDuMP0aVRgh0zqaVIwO Yog7nAiX6dM1MjTV0nWZ =4OQ5 -----END PGP SIGNATURE----- --=-=-=--