Re: My mail configuration
[notmuch-archives.git] / fb / 9b68a2256b2794e3b487fb522d515925f60ffb
1 Return-Path: <cworth@cworth.org>\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 D54464196F2\r
6         for <notmuch@notmuchmail.org>; Sat, 24 Apr 2010 05:31:20 -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: -2.89\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.89 tagged_above=-999 required=5\r
12         tests=[ALL_TRUSTED=-1, BAYES_00=-1.9, 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 k+VsPWiWWDtM; Sat, 24 Apr 2010 05:31:17 -0700 (PDT)\r
17 Received: from yoom.home.cworth.org (localhost [127.0.0.1])\r
18         by olra.theworths.org (Postfix) with ESMTP id 7CA4F431FC1;\r
19         Sat, 24 Apr 2010 05:31:17 -0700 (PDT)\r
20 Received: by yoom.home.cworth.org (Postfix, from userid 1000)\r
21         id 5898D568DEC; Sat, 24 Apr 2010 05:31:17 -0700 (PDT)\r
22 From: Carl Worth <cworth@cworth.org>\r
23 To: David Edmondson <dme@dme.org>, notmuch@notmuchmail.org\r
24 Subject: Ideas for making notmuch-hello easier to navigate\r
25 In-Reply-To: <87iq7i2aia.fsf@yoom.home.cworth.org>\r
26 References: <87y6gguw99.fsf@yoom.home.cworth.org>\r
27         <1271924853-8183-1-git-send-email-dme@dme.org>\r
28         <87iq7i2aia.fsf@yoom.home.cworth.org>\r
29 User-Agent: Notmuch/0.2-173-gbae184f (http://notmuchmail.org) Emacs/23.1.1\r
30         (i486-pc-linux-gnu)\r
31 Date: Sat, 24 Apr 2010 05:31:10 -0700\r
32 Message-ID: <87vdbhm3qp.fsf@yoom.home.cworth.org>\r
33 MIME-Version: 1.0\r
34 Content-Type: multipart/signed; boundary="=-=-=";\r
35         micalg=pgp-sha1; protocol="application/pgp-signature"\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.13\r
38 Precedence: list\r
39 List-Id: "Use and development of the notmuch mail system."\r
40         <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Sat, 24 Apr 2010 12:31:21 -0000\r
49 \r
50 --=-=-=\r
51 Content-Transfer-Encoding: quoted-printable\r
52 \r
53 On Fri, 23 Apr 2010 13:13:01 -0700, Carl Worth <cworth@cworth.org> wrote:\r
54 > That's the feedback I have from a very quick, first look. I'm sure I'll\r
55 > have more later.\r
56 \r
57 In order to give notmuch-hello some good testing, I switched over to\r
58 using it exclusively instead of notmuch-folder. The biggest frustration\r
59 I'm having is easily picking the desired saved search with only the\r
60 keyboard, (I tend to be the kind of person that prefers the keyboard\r
61 over any mouse/trackpad/pointer-stick-thingy).\r
62 \r
63 From=20the initial screen, (with point at the upper-left corner), it takes\r
64 several keypresses of TAB before I get to the first saved search. It\r
65 might be even more natural to just use C-n to get to the line of\r
66 interest, but then I end up in the first column where the saved search\r
67 isn't active for RET.\r
68 \r
69 Here are a few different ideas to simplify things:\r
70 \r
71   * Provide a target column from the beginning so that C-n moves point\r
72     to an active location.\r
73 \r
74   * Consider a single-column layout for saved searches so that C-n is\r
75     sufficient for selecting one.\r
76 \r
77   * Consider moving the name of the saved search to before the count so\r
78     that the initial column is active. Otherwise considering making a\r
79     larger active target, (name and count, maybe more). With a\r
80     single-column layout the whole row could be active.\r
81 \r
82   * Consider moving saved searches to above the big search bar. This way\r
83     the become the primary thing to access, which is what I want at\r
84     least. Then recent searches could stay just below the search bar,\r
85     which also makes sense. And for a new user, the big search bar would\r
86     be at the top which gives a good introduction to the system.\r
87 \r
88   * Provide keypbindings for "next (and previous) saved search" which\r
89     would move point to the next or previous saved-search name in the\r
90     buffer.\r
91 \r
92   * Provide a keypress for easily typing a name of a saved search. I\r
93     think I'd like this to work like i-search, but would only match\r
94     saved-search names, and a single press of RET would both terminate\r
95     the isearch and activate the saved search.\r
96 \r
97 Any/all of those would help for selecting a single group. Then the other\r
98 feature that I would find essential, (and that notmuch-folder had):\r
99 \r
100   * Make it so that when quitting from a search and returning to\r
101     notmuch-hello, that point is at the same position it was before, (so\r
102     that "q" followed by "RET" returns the the same search view). This\r
103     would make it so that selecting the next search of interest would be\r
104     much easier than now.\r
105 \r
106 Just throwing those ideas out in case anyone wants to try implementing\r
107 some and experimenting. I'm busy enough merging code now that I don't\r
108 have time to write any of the above yet, but I hope to have time to\r
109 start coding again soon.\r
110 \r
111 =2DCarl\r
112 \r
113 --=-=-=\r
114 Content-Type: application/pgp-signature\r
115 \r
116 -----BEGIN PGP SIGNATURE-----\r
117 Version: GnuPG v1.4.10 (GNU/Linux)\r
118 \r
119 iD8DBQFL0uSO6JDdNq8qSWgRAtcKAKCIajiFfxtmjuAMMSTt09XiT+r33ACdErgA\r
120 vW30W6FIO2iRdGaObV6DayE=\r
121 =fBfa\r
122 -----END PGP SIGNATURE-----\r
123 --=-=-=--\r