Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / d0 / cc5e2bc5c52aa8f83916dfeb339d263ca07c9a
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 7A3974196F2\r
6         for <notmuch@notmuchmail.org>; Tue, 13 Apr 2010 15:41:44 -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.4\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.4 tagged_above=-999 required=5\r
12         tests=[BAYES_05=-0.5, 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 hZBBGkTM5cFu for <notmuch@notmuchmail.org>;\r
16         Tue, 13 Apr 2010 15:41:43 -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 A7837431FC1\r
19         for <notmuch@notmuchmail.org>; Tue, 13 Apr 2010 15:41:43 -0700 (PDT)\r
20 Received: from xhlj.maillard.im (xhlj [127.0.0.1])\r
21         by xhlj.maillard.im (Postfix) with ESMTP id 2EF391E07B;\r
22         Wed, 14 Apr 2010 00:41:42 +0200 (CEST)\r
23 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=maillard.im; h=from:to:cc\r
24         :subject:in-reply-to:references:date:message-id:mime-version\r
25         :content-type; s=postfix; bh=zMp3SdWtoiB8Kcgasl4sS/6oBq0=; b=QTN\r
26         T4wrP9YPz2A4n/yD8qNNi28yHZU0z8NP/l6OecHDoBRT3rYcpGpQvJfHcrNau4r5\r
27         uCVWYmSzSz+nMml9rl8zhS4+P99inviipNvr7KvhiUosBb3ZmXNDfa2JDeWws9Ln\r
28         8Z2ijfBGoZdYIUgNGeyaPAtRu76EoumY3SnKmt0c=\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         Wed, 14 Apr 2010 00:41:42 +0200 (CEST)\r
34 From: Xavier Maillard <xma@gnu.org>\r
35 To: James Westby <jw+debian@jameswestby.net>\r
36 Subject: Re: See only unread message in a thread ?\r
37 In-Reply-To: <871vejt2py.fsf@jameswestby.net>\r
38 References: <m2tyrf3sux.fsf@deb.maillard.im> <871vejt2py.fsf@jameswestby.net>\r
39 Date: Wed, 14 Apr 2010 00:43:16 +0200\r
40 Message-ID: <m2r5mj3rej.fsf@deb.maillard.im>\r
41 MIME-Version: 1.0\r
42 Content-Type: text/plain; charset=us-ascii\r
43 Cc: notmuch@notmuchmail.org\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.13\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Tue, 13 Apr 2010 22:41:44 -0000\r
57 \r
58 On Tue, 13 Apr 2010 23:19:37 +0100, James Westby <jw+debian@jameswestby.net> wrote:\r
59 > On Wed, 14 Apr 2010 00:11:50 +0200, Xavier Maillard <xma@gnu.org> wrote:\r
60 > > Hi,\r
61 > > \r
62 > > maybe I missread the "manual" but I can't find an easy way to do\r
63 > > something simple in notmuch.el.\r
64 > > \r
65 > > Say I have a thread with A-B-C. I visit the thread and read the\r
66 > > whole thread. Let's say after 'notmuch new' a post has entered\r
67 > > the thread: A-B-C-D. Is there an easy way to just have one of\r
68 > > these behaviour:\r
69 > > \r
70 > > - only show the new message (with an option to toggle display of\r
71 > >   the old messages)\r
72 > > - display the whole thread with the 3 read messages 'collapsed'\r
73 > >   and only the unread message 'expanded'\r
74\r
75 > This is the default behaviour in my experience.\r
76\r
77 > Reading a message unsets the 'unread' tag.\r
78 \r
79 Is it done automatically ? Or do I need to do something special\r
80 in order to unset the unread tag ?\r
81 \r
82 I see there is 'a' and 'x' when in notmuch-show but I am not sure\r
83 I have to explicitely press on of these keys.\r
84 \r
85 Currently, when in a notmuch-search buffer, I press RET to visit\r
86 the thread and then I play with 'n' to go next message till I\r
87 read the whole thread. Then, I press 'q' to go back to the\r
88 notmuch-search buffer. Is this the way to do ?\r
89 \r
90 Thank you\r
91 \r
92 Xavier\r