Re: [PATCH v4 10/16] Add n_d_add_message_with_indexopts (extension of n_d_add_message)
[notmuch-archives.git] / fc / 5579d6ccf1e5adb0241903b54f4faeed28bdba
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 3B41B431FBD\r
6         for <notmuch@notmuchmail.org>; Tue,  8 Dec 2009 01:40:05 -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 cC8fX4YJj6Lo for <notmuch@notmuchmail.org>;\r
11         Tue,  8 Dec 2009 01:40:03 -0800 (PST)\r
12 Received: from flatline.sindominio.net (flatline.sindominio.net [82.144.4.26])\r
13         by olra.theworths.org (Postfix) with ESMTP id AD18F431FAE\r
14         for <notmuch@notmuchmail.org>; Tue,  8 Dec 2009 01:40:03 -0800 (PST)\r
15 Received: from localhost (localhost.localdomain [127.0.0.1])\r
16         by flatline.sindominio.net (Postfix) with ESMTP id 7D5E2262583\r
17         for <notmuch@notmuchmail.org>; Tue,  8 Dec 2009 10:40:02 +0100 (CET)\r
18 X-Virus-Scanned: Debian amavisd-new at sindominio.net\r
19 Received: from flatline.sindominio.net ([127.0.0.1])\r
20         by localhost (flatline.sindominio.net [127.0.0.1]) (amavisd-new,\r
21         port 10024) with ESMTP id rSATk4pYC43u for <notmuch@notmuchmail.org>;\r
22         Tue,  8 Dec 2009 10:39:59 +0100 (CET)\r
23 Received: from blackspot (rpollan-laptop.cern.ch [137.138.192.228])\r
24         by flatline.sindominio.net (Postfix) with ESMTPA id 1CA87262576\r
25         for <notmuch@notmuchmail.org>; Tue,  8 Dec 2009 10:39:59 +0100 (CET)\r
26 Received: by blackspot (Postfix, from userid 1000)\r
27         id 8E65C8BC3B; Tue,  8 Dec 2009 10:42:06 +0100 (CET)\r
28 From: meskio@sindominio.net\r
29 To: notmuch@notmuchmail.org\r
30 Date: Tue,  8 Dec 2009 10:41:30 +0100\r
31 Message-Id: <1260265292-12591-1-git-send-email-meskio@sindominio.net>\r
32 X-Mailer: git-send-email 1.6.5.4\r
33 In-Reply-To: <20091126202347.GA16654@blackspot>\r
34 References: <20091126202347.GA16654@blackspot>\r
35 Subject: [notmuch] regress option to messages iterator\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.12\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: Tue, 08 Dec 2009 09:40:05 -0000\r
49 \r
50 Two patches for implement the regress functions on messages. With them \r
51 notmuch_messages_t can be use as an iterator forwards and backwards.\r
52 \r
53 Up to now not really useful, nothing use them. I send them mainly to review.\r
54 I'll do the same to threads and tags, so the UIs can use them.\r
55 \r
56 PS: It's the first time I'm using git-send-email, I hope I do everything well.\r
57 \r