Re: [PATCH v3] nmbug: Translate to Python
[notmuch-archives.git] / 17 / bf8ca621bab96414e7a0e0ff3fc066fd60f4a7
1 Return-Path: <keithp@keithp.com>\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 7A485431FC0\r
6         for <notmuch@notmuchmail.org>; Sun, 22 Nov 2009 15:32:18 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id orS15hkLw7gd for <notmuch@notmuchmail.org>;\r
11         Sun, 22 Nov 2009 15:32:17 -0800 (PST)\r
12 Received: from keithp.com (home.keithp.com [63.227.221.253])\r
13         by olra.theworths.org (Postfix) with ESMTP id A426F431FBC\r
14         for <notmuch@notmuchmail.org>; Sun, 22 Nov 2009 15:32:17 -0800 (PST)\r
15 Received: from localhost (localhost [127.0.0.1])\r
16         by keithp.com (Postfix) with ESMTP id EE48CB9402F;\r
17         Sun, 22 Nov 2009 15:32:16 -0800 (PST)\r
18 X-Virus-Scanned: Debian amavisd-new at keithp.com\r
19 Received: from keithp.com ([127.0.0.1])\r
20         by localhost (keithp.com [127.0.0.1]) (amavisd-new, port 10024)\r
21         with LMTP id nZoXf34dkQQp; Sun, 22 Nov 2009 15:32:14 -0800 (PST)\r
22 Received: by keithp.com (Postfix, from userid 1033)\r
23         id EBBBEB84011; Sun, 22 Nov 2009 15:32:13 -0800 (PST)\r
24 Received: from keithp.com (localhost [127.0.0.1])\r
25         by keithp.com (Postfix) with ESMTP id DE7DEB80040;\r
26         Sun, 22 Nov 2009 15:32:13 -0800 (PST)\r
27 From: Keith Packard <keithp@keithp.com>\r
28 To: Carl Worth <cworth@cworth.org>, notmuch@notmuchmail.org\r
29 In-Reply-To: <87d43axi4e.fsf@yoom.home.cworth.org>\r
30 References: <1258493565-13508-1-git-send-email-keithp@keithp.com>\r
31         <87d43axi4e.fsf@yoom.home.cworth.org>\r
32 Date: Sun, 22 Nov 2009 15:32:13 -0800\r
33 Message-ID: <yunocmup24i.fsf@aiko.keithp.com>\r
34 MIME-Version: 1.0\r
35 Content-Type: multipart/signed; boundary="=-=-=";\r
36         micalg=pgp-sha1; protocol="application/pgp-signature"\r
37 Subject: Re: [notmuch] [PATCH] Make notmuch-show 'X' (and 'x') commands\r
38  remove inbox (and unread) tags\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.12\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Sun, 22 Nov 2009 23:32:18 -0000\r
52 \r
53 --=-=-=\r
54 Content-Transfer-Encoding: quoted-printable\r
55 \r
56 On Mon, 23 Nov 2009 00:19:29 +0100, Carl Worth <cworth@cworth.org> wrote:\r
57 \r
58 > I'm starting to come around to this patch, Keith. :-)\r
59 \r
60 I'll keep posting it then :-)\r
61 \r
62 > I think one thing we're going to really need is a better help message\r
63 > for presenting the keybindings. The function names are all really\r
64 > confusing, (the "notmuch-show" prefix doesn't help). So what I'd really\r
65 > like is something that displays the keybinding and the first line of the\r
66 > documentation of a function, rather than the function name itself.\r
67 \r
68 That's a fine plan. It 'shouldn't' be too hard to implement either.\r
69 \r
70 Btw, I'm thinking that it might be useful to create some 'global'\r
71 notmuch keybindings and then create per-view bindings that also expose\r
72 the global bindings. That way, things like 'm' to create a new mail\r
73 would work consistently in each view. Note that this idea is\r
74 inconsistent with the following though...\r
75 \r
76 > Except that the patch also reverses the current behavior of "a" and\r
77 > "A". That should be a separate patch anyway, but I'm also not sure that\r
78 > I like it. I like that the command that takes the extra effort of\r
79 > pressing shift is the command that does *more*, (removing both "unread"\r
80 > and "inbox"), rather than the command that does *less*.\r
81 \r
82 I was trying to make the 'normal' action easier; for me, if I'm looking\r
83 at a message, then the normal action is to mark it read and archived,\r
84 but when I'm looking only at the subject line in the search window, the\r
85 normal action is just to mark it archived (having not actually read the\r
86 message).\r
87 \r
88 =2D-=20\r
89 keith.packard@intel.com\r
90 \r
91 --=-=-=\r
92 Content-Type: application/pgp-signature\r
93 \r
94 -----BEGIN PGP SIGNATURE-----\r
95 Version: GnuPG v1.4.10 (GNU/Linux)\r
96 \r
97 iD8DBQFLCcn9Qp8BWwlsTdMRAl3tAJ0WhAx/lfcdG462Eov/LYD0a2/6hACgwbVZ\r
98 BzZuP/or7Kyi2LxLDct79D4=\r
99 =FhEI\r
100 -----END PGP SIGNATURE-----\r
101 --=-=-=--\r