Re: [PATCH 00/11] Improve charset and cid: handling
[notmuch-archives.git] / 02 / fb2d58683b642ae17240cceb0890ca4b1122f1
1 Return-Path: <jrollins@finestructure.net>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 9E48C4196F2\r
6         for <notmuch@notmuchmail.org>; Fri,  5 Nov 2010 04:23:32 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -4.19\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-4.19 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, T_MIME_NO_TEXT=0.01]\r
13         autolearn=ham\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id YNk4hgV3AHNf for <notmuch@notmuchmail.org>;\r
17         Fri,  5 Nov 2010 04:23:21 -0700 (PDT)\r
18 Received: from brinza.cc.columbia.edu (brinza.cc.columbia.edu [128.59.29.8])\r
19         by olra.theworths.org (Postfix) with ESMTP id 99FCF4196F0\r
20         for <notmuch@notmuchmail.org>; Fri,  5 Nov 2010 04:23:21 -0700 (PDT)\r
21 Received: from servo.finestructure.net (cpe-74-66-82-137.nyc.res.rr.com\r
22         [74.66.82.137])\r
23         (user=jgr2110 author=jrollins@finestructure.net mech=PLAIN bits=0)\r
24         by brinza.cc.columbia.edu (8.14.4/8.14.3) with ESMTP id oA5BNJ45017851\r
25         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT);\r
26         Fri, 5 Nov 2010 07:23:19 -0400 (EDT)\r
27 Received: from jrollins by servo.finestructure.net with local (Exim 4.72)\r
28         (envelope-from <jrollins@finestructure.net>)\r
29         id 1PEKO7-00020Z-TT; Fri, 05 Nov 2010 07:23:19 -0400\r
30 From: Jameson Rollins <jrollins@finestructure.net>\r
31 To: Sebastian Spaeth <Sebastian@SSpaeth.de>,\r
32         Notmuch developer list <notmuch@notmuchmail.org>\r
33 Subject: Re: Emacs UI improvement suggestion\r
34 In-Reply-To: <87pqukxlgo.fsf@SSpaeth.de>\r
35 References: <87pqukxlgo.fsf@SSpaeth.de>\r
36 User-Agent: Notmuch/0.4 (http://notmuchmail.org) Emacs/23.2.1\r
37         (i486-pc-linux-gnu)\r
38 Date: Fri, 05 Nov 2010 07:23:14 -0400\r
39 Message-ID: <87mxpovwt9.fsf@servo.finestructure.net>\r
40 MIME-Version: 1.0\r
41 Content-Type: multipart/signed; boundary="=-=-=";\r
42         micalg=pgp-sha256; protocol="application/pgp-signature"\r
43 X-No-Spam-Score: Local\r
44 X-Scanned-By: MIMEDefang 2.68 on 128.59.29.8\r
45 X-BeenThere: notmuch@notmuchmail.org\r
46 X-Mailman-Version: 2.1.13\r
47 Precedence: list\r
48 List-Id: "Use and development of the notmuch mail system."\r
49         <notmuch.notmuchmail.org>\r
50 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
52 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
53 List-Post: <mailto:notmuch@notmuchmail.org>\r
54 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
55 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
57 X-List-Received-Date: Fri, 05 Nov 2010 11:23:32 -0000\r
58 \r
59 --=-=-=\r
60 Content-Transfer-Encoding: quoted-printable\r
61 \r
62 On Fri, 05 Nov 2010 08:45:27 +0100, Sebastian Spaeth <Sebastian@SSpaeth.de>=\r
63  wrote:\r
64 > One UI improvement I would love is to see the number of unread=20\r
65 > emails in a thread in notmuch-show view. I often reply to a=20\r
66 > mail in a thread just to see that there are followup mails that=20\r
67 > resolve the issue already.\r
68 >=20\r
69 > If I had seen that there are more unread mails in that thread=20\r
70 > (or at least that branch of the thread), I would read those first=20\r
71 > before hitting reply.\r
72 >=20\r
73 > What do others think?\r
74 \r
75 Hey, Sebastian.  Try looking at notmuch-search-line-faces (not very well\r
76 named, my fault) which sets the face of search lines based on tags.\r
77 I've been using the following setting:\r
78 \r
79 (setq notmuch-search-line-faces\r
80       '(("delete" . '(:background "grey8"))\r
81         ("unread" . '(:weight bold))))\r
82 \r
83 Threads with unread messages show up in bold, which makes them pretty\r
84 easy to identify.  I also bind a key to filter\r
85 \r
86 "tag:unread and not tag:delete"\r
87 \r
88 which allows me to easily pop view the unread messages.\r
89 \r
90 jamie.\r
91 \r
92 --=-=-=\r
93 Content-Type: application/pgp-signature\r
94 \r
95 -----BEGIN PGP SIGNATURE-----\r
96 Version: GnuPG v1.4.10 (GNU/Linux)\r
97 \r
98 iQIcBAEBCAAGBQJM0+kjAAoJEO00zqvie6q8mfgP/iPbzRS0m36vhOuntHIg7eRB\r
99 m1TzqmyPu+irtQQirG4R6XNKO5O/wjU7/FMiLywCY6s/iJsDvYsBMy5X7F0gMos8\r
100 yx79LgXAlvN4SK/kQ8W7f76l+g8XnlSJt/yIJATs6PtYWKq3HnNLEJuaFL7gLfC/\r
101 8Rhss0eZTMhHnpIhtdAw+MzVYCQOajHjHolLhLxuOhzdmKwsyaCKUG3vww4yFVqz\r
102 izXD9WmEViCH5TIYlQ30JzEw979MXx6vmnk659ItTOYanLodYtE2YmBBV8SoRVSS\r
103 qWArDbRbVasXMoa636gq7YNue2+KqA3CeryPav7ArTyw29/ZwK7gEcAqmuxEMjoZ\r
104 ky8BahOG2F/Hr6zW8pbDbRIKoe7n20Y6yywXf+uaAin4ZaYhCSuvWUYYvTBNgP4j\r
105 qGbZM7JCBduwdaQaRmsqQHvkkTiuld4ox/JeGj+Gv+4mBsfAX0kL3llrBo5HUkRK\r
106 79xgE6bJba2LhH2ANSF3I18b6ol6KCF0NNnoDSvnWvNjDlEzS3AxGeifCy9qLh58\r
107 Kjc1hUmQUY1CB1UXSq0Qw/DZsUgJaz3xXOVYV/BP0VgQXTiNY6WDrHoeomc+BdEc\r
108 sPVIYdTiF7CUU8hhSs/5FQKVYEoe+eCRNyCzUoDS+EG4niDuMP0aVRgh0zqaVIwO\r
109 Yog7nAiX6dM1MjTV0nWZ\r
110 =4OQ5\r
111 -----END PGP SIGNATURE-----\r
112 --=-=-=--\r