Re: [PATCH v4 3/5] Use the S-Expression structured printer in notmuch-show, notmuch...
[notmuch-archives.git] / fc / 93da1a1da630baffcd1e8dc6d87c92513990b3
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 B53104196F2\r
6         for <notmuch@notmuchmail.org>; Mon, 22 Mar 2010 03:14:54 -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=[BAYES_20=-0.001] autolearn=ham\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 knQB+RSpZtKF for <notmuch@notmuchmail.org>;\r
16         Mon, 22 Mar 2010 03:14:54 -0700 (PDT)\r
17 Received: from flatline.sindominio.net (flatline.sindominio.net [82.144.4.26])\r
18         by olra.theworths.org (Postfix) with ESMTP id 6E2BB4196F0\r
19         for <notmuch@notmuchmail.org>; Mon, 22 Mar 2010 03:14:52 -0700 (PDT)\r
20 Received: from localhost (localhost.localdomain [127.0.0.1])\r
21         by flatline.sindominio.net (Postfix) with ESMTP id 89F0926268C;\r
22         Mon, 22 Mar 2010 11:14: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 fCD-pNKCwRdv; Mon, 22 Mar 2010 11:14:48 +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 8E2EC26268A;\r
30         Mon, 22 Mar 2010 11:14:48 +0100 (CET)\r
31 Received: by blackspot (Postfix, from userid 1000)\r
32         id 839768BDDA; Mon, 22 Mar 2010 11:18:26 +0100 (CET)\r
33 Date: Mon, 22 Mar 2010 11:18:26 +0100\r
34 From: Ruben Pollan <meskio@sindominio.net>\r
35 To: Sebastian Spaeth <Sebastian@SSpaeth.de>\r
36 Message-ID: <20100322101826.GG8858@blackspot>\r
37 References: <873a09jt2t.fsf@yoom.home.cworth.org>\r
38         <1269080605-5617-1-git-send-email-meskio@sindominio.net>\r
39         <87sk7te8v7.fsf@SSpaeth.de>\r
40 MIME-Version: 1.0\r
41 Content-Type: multipart/signed; micalg=pgp-sha1;\r
42         protocol="application/pgp-signature"; boundary="VkqCAaSJIySsbD6j"\r
43 Content-Disposition: inline\r
44 In-Reply-To: <87sk7te8v7.fsf@SSpaeth.de>\r
45 User-Agent: Mutt/1.5.20 (2009-06-14)\r
46 Cc: notmuch@notmuchmail.org\r
47 Subject: Re: [notmuch] reverse iterators\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Mon, 22 Mar 2010 10:14:54 -0000\r
61 \r
62 \r
63 --VkqCAaSJIySsbD6j\r
64 Content-Type: text/plain; charset=iso-8859-1\r
65 Content-Disposition: inline\r
66 Content-Transfer-Encoding: quoted-printable\r
67 \r
68 On 21:07, Sun 21 Mar 10, Sebastian Spaeth wrote:\r
69 > On Sat, 20 Mar 2010 11:23:20 +0100, Ruben Pollan <meskio@sindominio.net> =\r
70 wrote:\r
71 > >=20\r
72 > > Adds support to reverse iteration on messages, threads and tags. To rev=\r
73 ew and\r
74 > > think if makes sense to include them on notmuch or wait until they have=\r
75  a real\r
76 > > use.\r
77 >=20\r
78 > /me raises arm. Real use case here! Personally, I don't need the\r
79 > backwards operator (and I don't see the case where I would need to go\r
80 > back very often).\r
81 \r
82 For me is pretty useful because I use the iterator as a cursor on an ncurses\r
83 notmuch interface. So the selected thread is where the iterator is and the =\r
84 user\r
85 can to go forward or backwards.\r
86 \r
87 > But a _move_to_first() for threads, messages (and\r
88 > probably tags), would be really useful to me now:\r
89 \r
90 :) Happy to see there is someone else needing it.\r
91 \r
92 \r
93 --=20\r
94 Rub=E9n Poll=E1n  | jabber:meskio@jabber.org\r
95 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=\r
96 =3D-=3D-=3D-=3D-=3D-\r
97 Lo hago para no volverme loco cuando noto\r
98 que solo me queda un demonio en un hombro\r
99 por que se ha cortado las venas\r
100 el =E1ngel que hab=EDa en el otro.\r
101 \r
102 --VkqCAaSJIySsbD6j\r
103 Content-Type: application/pgp-signature; name="signature.asc"\r
104 Content-Description: Digital signature\r
105 Content-Disposition: inline\r
106 \r
107 -----BEGIN PGP SIGNATURE-----\r
108 Version: GnuPG v1.4.10 (GNU/Linux)\r
109 \r
110 iEYEARECAAYFAkunQ/IACgkQGKOQ92SwNMIYaQCfc/EMGTuCcJcR28xzZGcNy7X4\r
111 nk0An3/63J49vNGWOKgYtE3Zy4PKk/P6\r
112 =PvL2\r
113 -----END PGP SIGNATURE-----\r
114 \r
115 --VkqCAaSJIySsbD6j--\r