Re: Error with contrib/notmuch-pick
[notmuch-archives.git] / 24 / 52e25ce9f5c8960ae5cfe969ff998f7b8b5073
1 Return-Path: <meskio@sindominio.net>\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 60AE649F192\r
6         for <notmuch@notmuchmail.org>; Thu, 11 Mar 2010 06:25:28 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.149\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.149 tagged_above=-999 required=5 tests=[AWL=0.148, \r
12         BAYES_50=0.001] autolearn=unavailable\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 bV0jUMPX44Oc for <notmuch@notmuchmail.org>;\r
16         Thu, 11 Mar 2010 06:25:28 -0800 (PST)\r
17 Received: from flatline.sindominio.net (flatline.sindominio.net [82.144.4.26])\r
18         by olra.theworths.org (Postfix) with ESMTP id E71A049F191\r
19         for <notmuch@notmuchmail.org>; Thu, 11 Mar 2010 06:25:27 -0800 (PST)\r
20 Received: from localhost (localhost.localdomain [127.0.0.1])\r
21         by flatline.sindominio.net (Postfix) with ESMTP id C7FE7262759;\r
22         Thu, 11 Mar 2010 15:24:51 +0100 (CET)\r
23 X-Virus-Scanned: Debian amavisd-new at sindominio.net\r
24 Received: from flatline.sindominio.net ([127.0.0.1])\r
25         by localhost (flatline.sindominio.net [127.0.0.1]) (amavisd-new,\r
26         port 10024)\r
27         with ESMTP id 5WdWK8Q6eyjK; Thu, 11 Mar 2010 15:24:47 +0100 (CET)\r
28 Received: from blackspot (rpollan-laptop.cern.ch [137.138.192.228])\r
29         by flatline.sindominio.net (Postfix) with ESMTPA id C282F262489;\r
30         Thu, 11 Mar 2010 15:24:46 +0100 (CET)\r
31 Received: by blackspot (Postfix, from userid 1000)\r
32         id 2C8E48BCE9; Thu, 11 Mar 2010 15:28:09 +0100 (CET)\r
33 Date: Thu, 11 Mar 2010 15:28:09 +0100\r
34 From: Ruben Pollan <meskio@sindominio.net>\r
35 To: Carl Worth <cworth@cworth.org>\r
36 Message-ID: <20100311142809.GA3189@blackspot>\r
37 References: <20091126202347.GA16654@blackspot>\r
38         <1260364206-344-1-git-send-email-meskio@sindominio.net>\r
39         <20091209132446.GC23878@blackspot>\r
40         <877hsv6hbo.fsf@yoom.home.cworth.org>\r
41         <87r5qnol78.fsf@yoom.home.cworth.org>\r
42         <87pr67ofz2.fsf@yoom.home.cworth.org>\r
43         <873a09jt2t.fsf@yoom.home.cworth.org>\r
44 MIME-Version: 1.0\r
45 Content-Type: multipart/signed; micalg=pgp-sha1;\r
46         protocol="application/pgp-signature"; boundary="fUYQa+Pmc3FrFX/N"\r
47 Content-Disposition: inline\r
48 In-Reply-To: <873a09jt2t.fsf@yoom.home.cworth.org>\r
49 User-Agent: Mutt/1.5.20 (2009-06-14)\r
50 Cc: notmuch@notmuchmail.org\r
51 Subject: Re: [notmuch] [PATCH] Added regress option to tags iterator\r
52 X-BeenThere: notmuch@notmuchmail.org\r
53 X-Mailman-Version: 2.1.13\r
54 Precedence: list\r
55 List-Id: "Use and development of the notmuch mail system."\r
56         <notmuch.notmuchmail.org>\r
57 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
59 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
60 List-Post: <mailto:notmuch@notmuchmail.org>\r
61 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
62 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
63         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
64 X-List-Received-Date: Thu, 11 Mar 2010 14:25:28 -0000\r
65 \r
66 \r
67 --fUYQa+Pmc3FrFX/N\r
68 Content-Type: text/plain; charset=iso-8859-1\r
69 Content-Disposition: inline\r
70 Content-Transfer-Encoding: quoted-printable\r
71 \r
72 On 09:36, Tue 09 Mar 10, Carl Worth wrote:\r
73 > So the final proposal for iteration in either direction is:\r
74 >=20\r
75 >       move_to_first\r
76 >         valid\r
77 >         move_to_next\r
78 >=20\r
79 >       move_to_last\r
80 >         valid\r
81 >         move_to_previous\r
82 >=20\r
83 >         get\r
84 \r
85 Fine for me.\r
86 \r
87 > I've just pushed commits changing the existing functions (which allow\r
88 > only forward iteration) to use this naming scheme. I haven't added any\r
89 > of the reverse-iteration functions yet, so Ruben, if you'd like to do\r
90 > those within this scheme, that would be find. (Or we could wait until we\r
91 > have an actual use in mind for them.)\r
92 \r
93 I'll implemented them again and we'll decide if make sense to have them eve=\r
94 n if\r
95 there is no code now using them. I think is a useful feature to create a cl=\r
96 ient\r
97 based on notmuch library, but I also think is bad behavior to keep code tha=\r
98 t is=20\r
99 not in use.\r
100 \r
101 I'm still thinking in a ncurses client (but I didn't hack on that on a whil=\r
102 e)\r
103 and I guess I'll use this functions on it. But I don't mind to have them ju=\r
104 st in\r
105 my own repository until I have something working.\r
106 \r
107 I'm not having too much hacking time lately, so I don't know when I'll have\r
108 some time for it. I hope in few days.\r
109 \r
110 \r
111 --=20\r
112 Rub=E9n Poll=E1n  | jabber:meskio@jabber.org\r
113 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=\r
114 =3D-=3D-=3D-=3D-=3D-\r
115  Cuando los que mandan pierden la verg=FCenza,\r
116     los que obedecen pierden el respeto.\r
117 \r
118 --fUYQa+Pmc3FrFX/N\r
119 Content-Type: application/pgp-signature; name="signature.asc"\r
120 Content-Description: Digital signature\r
121 Content-Disposition: inline\r
122 \r
123 -----BEGIN PGP SIGNATURE-----\r
124 Version: GnuPG v1.4.10 (GNU/Linux)\r
125 \r
126 iEYEARECAAYFAkuY/fkACgkQGKOQ92SwNMJNrACdEpM0uTQr+KDf+VG1Iygb4/gJ\r
127 C5MAoIlfCimo9waCxB3k8hrgZYa/j30j\r
128 =PDrT\r
129 -----END PGP SIGNATURE-----\r
130 \r
131 --fUYQa+Pmc3FrFX/N--\r