[Patch v3 09/11] CLI: add notmuch-config support for named queries
[notmuch-archives.git] / 3a / f2aeef41497ec006099ac255f27f90afae443a
1 Return-Path: <racin@free.fr>\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 5D16B431FD0\r
6         for <notmuch@notmuchmail.org>; Thu,  7 Jul 2011 11:49:46 -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.001\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.001 tagged_above=-999 required=5\r
12         tests=[FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001]\r
13         autolearn=disabled\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 1yAjwVO3W3DY for <notmuch@notmuchmail.org>;\r
17         Thu,  7 Jul 2011 11:49:45 -0700 (PDT)\r
18 Received: from smtp3-g21.free.fr (smtp3-g21.free.fr [212.27.42.3])\r
19         by olra.theworths.org (Postfix) with ESMTP id B8FA2431FB6\r
20         for <notmuch@notmuchmail.org>; Thu,  7 Jul 2011 11:49:44 -0700 (PDT)\r
21 Received: from matthieu-netbook (unknown [82.239.207.166])\r
22         by smtp3-g21.free.fr (Postfix) with ESMTP id 23FC0A62C0;\r
23         Thu,  7 Jul 2011 20:49:36 +0200 (CEST)\r
24 From: Matthieu Lemerre <racin@free.fr>\r
25 To: Austin Clements <amdragon@mit.edu>,\r
26         Jameson Graef Rollins <jrollins@finestructure.net>\r
27 Subject: Re: Dangerous space bar key (was: Preventing the user shooting\r
28         themself in the foot)\r
29 In-Reply-To:\r
30  <CAH-f9Ws6Ji_H3JnkJS1jtio8_-65C_J5iAOnn6XsGp7YSuX2eA@mail.gmail.com>\r
31 References: <86iproe86u.fsf@greenrd.plus.com> <877h7xafto.fsf@free.fr>\r
32         <87pqlpioew.fsf@servo.factory.finestructure.net>\r
33         <87wrfwpjdi.fsf@free.fr>\r
34         <CAH-f9Ws6Ji_H3JnkJS1jtio8_-65C_J5iAOnn6XsGp7YSuX2eA@mail.gmail.com>\r
35 User-Agent: Notmuch/0.6+mwhudson+1700~natty1 (http://notmuchmail.org)\r
36         Emacs/23.2.1 (i686-pc-linux-gnu)\r
37 Date: Thu, 07 Jul 2011 20:49:35 +0200\r
38 Message-ID: <87mxgqgc3k.fsf@free.fr>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain; charset=utf-8\r
41 Content-Transfer-Encoding: quoted-printable\r
42 Cc: Notmuch Mail <notmuch@notmuchmail.org>\r
43 X-BeenThere: notmuch@notmuchmail.org\r
44 X-Mailman-Version: 2.1.13\r
45 Precedence: list\r
46 List-Id: "Use and development of the notmuch mail system."\r
47         <notmuch.notmuchmail.org>\r
48 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
50 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
51 List-Post: <mailto:notmuch@notmuchmail.org>\r
52 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
53 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
55 X-List-Received-Date: Thu, 07 Jul 2011 18:49:46 -0000\r
56 \r
57 On Wed, 6 Jul 2011 09:25:41 -0400, Austin Clements <amdragon@mit.edu> wrote:\r
58 > Had I replaced it, though, there are two variations I would have\r
59 > tried.=C2=A0 Have you guys considered these and, if so, any thoughts?\r
60 >=20\r
61 > * Make SPC mark the *current* message read and move to the next one,\r
62 > rather than moving to the next and marking it read.=C2=A0 This way, you're\r
63 > acknowledging the message as read once you've actually read it, rather\r
64 > than having notmuch mark it read before you've actually read it.\r
65 \r
66 I agree. I think it's up to the user to define whether he read the\r
67 message. In fact as a consequence, I have no use of the 'unread' tag.\r
68 =20\r
69 > * At the end of the thread, return to the index view.=C2=A0 This way, if\r
70 > you want to archive the thread, you can still just press 'a', but if\r
71 > you don't, you're already set to navigate to another thread.\r
72 \r
73 I would prefer just to do nothing (or bell) at the end of the\r
74 thread. Sometimes the end of a message is just at the end of the screen,\r
75 and I want to hit space to see the next message, so I think that\r
76 returning to the index would surprise me (as going to the next thread\r
77 does).\r
78 \r
79 But this could be a third option if some people prefer that. So we would\r
80 have:\r
81 - do nothing\r
82 - archive go to the next thread\r
83 - return to the index\r
84 \r
85 Matthieu\r