Re: [PATCH] Separate Emacs miscellaneous files directory from Emacs code directory.
[notmuch-archives.git] / 2b / 6af4aa8799e67ed754b580de88b471dd251c53
1 Return-Path: <xavier@maillard.im>\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 D288C4196F2\r
6         for <notmuch@notmuchmail.org>; Tue, 13 Apr 2010 15:10:18 -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: 0.9\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.9 tagged_above=-999 required=5 tests=[BAYES_50=0.8,\r
12         DKIM_SIGNED=0.1] autolearn=no\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id 4djxr9wZ5iZz for <notmuch@notmuchmail.org>;\r
16         Tue, 13 Apr 2010 15:10:18 -0700 (PDT)\r
17 Received: from xhlj.maillard.im (xhlj.maillard.im [82.244.211.40])\r
18         by olra.theworths.org (Postfix) with ESMTP id 10427431FC1\r
19         for <notmuch@notmuchmail.org>; Tue, 13 Apr 2010 15:10:18 -0700 (PDT)\r
20 Received: from xhlj.maillard.im (xhlj [127.0.0.1])\r
21         by xhlj.maillard.im (Postfix) with ESMTP id 5A0D51E07B\r
22         for <notmuch@notmuchmail.org>; Wed, 14 Apr 2010 00:10:16 +0200 (CEST)\r
23 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=maillard.im; h=from:to\r
24         :subject:date:message-id:mime-version:content-type; s=postfix;\r
25         bh=13TAAcOjqxHSUn235qsJtNmd+kA=; b=npS0a6JSL5Xcm+xOjwfLhhUFAvfY\r
26         p8Wk1s3q9aGeGU/otDkpqjcGZQLNtYb5eQsJClO4zSS6zvG/jan9oVax6lFUBGnW\r
27         pNku/UNi4DmtcRkeaHNYPjOgC8B+W3npqVj/YvYycfXnStor5kxn797YbUdPAwBh\r
28         ClKODahMtSbaSL4=\r
29 Received: from maillard.im (unknown [192.168.0.254])\r
30         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
31         (No client certificate requested)\r
32         by xhlj.maillard.im (Postfix) with ESMTPSA\r
33         for <notmuch@notmuchmail.org>; Wed, 14 Apr 2010 00:10:16 +0200 (CEST)\r
34 From: Xavier Maillard <xma@gnu.org>\r
35 To: notmuch@notmuchmail.org\r
36 Subject: See only unread message in a thread ?\r
37 Date: Wed, 14 Apr 2010 00:11:50 +0200\r
38 Message-ID: <m2tyrf3sux.fsf@deb.maillard.im>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain; charset=us-ascii\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Tue, 13 Apr 2010 22:10:19 -0000\r
54 \r
55 Hi,\r
56 \r
57 maybe I missread the "manual" but I can't find an easy way to do\r
58 something simple in notmuch.el.\r
59 \r
60 Say I have a thread with A-B-C. I visit the thread and read the\r
61 whole thread. Let's say after 'notmuch new' a post has entered\r
62 the thread: A-B-C-D. Is there an easy way to just have one of\r
63 these behaviour:\r
64 \r
65 - only show the new message (with an option to toggle display of\r
66   the old messages)\r
67 - display the whole thread with the 3 read messages 'collapsed'\r
68   and only the unread message 'expanded'\r
69 \r
70 Thank you\r
71 \r
72 Xavier\r