[PATCH 1/7] cli/reply: push notmuch reply format abstraction lower in the stack
[notmuch-archives.git] / d6 / d729583f59542ec777aff2d74eba04201daec0
1 Return-Path: <piuttosto@logorroici.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 6C1E4429E29\r
6         for <notmuch@notmuchmail.org>; Mon,  2 Jan 2012 08:30:59 -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.9\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.9 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FORGED_RELAY_MUA_TO_MX=1] autolearn=disabled\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 apaobH5OtKQs for <notmuch@notmuchmail.org>;\r
17         Mon,  2 Jan 2012 08:30:58 -0800 (PST)\r
18 X-Greylist: delayed 1596 seconds by postgrey-1.32 at olra;\r
19         Mon, 02 Jan 2012 08:30:58 PST\r
20 Received: from confino.investici.org (investici.nine.ch [217.150.252.179])\r
21         (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
22         (No client certificate requested)\r
23         by olra.theworths.org (Postfix) with ESMTPS id 6C0D7429E21\r
24         for <notmuch@notmuchmail.org>; Mon,  2 Jan 2012 08:30:58 -0800 (PST)\r
25 Received: from [217.150.252.179] (confino [217.150.252.179]) (Authenticated\r
26         sender: piuttosto@logorroici.org) by localhost (Postfix) with\r
27         ESMTPSA id CC27BC864C\r
28         for <notmuch@notmuchmail.org>; Mon,  2 Jan 2012 16:04:18 +0000 (UTC)\r
29 X-DKIM: Sendmail DKIM Filter v2.8.2 confino.investici.org CC27BC864C\r
30 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=logorroici.org;\r
31         s=stigmate; t=1325520260;\r
32         bh=hKrS6EphpHTcYtW4hFGNa3A7BF4jkVjbEJP9cYMwSs0=;\r
33         h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type;\r
34         b=lozhuDHprxWMxLdCNRAVzTrndVDtE9CabgoxCZHt1RKQVf5GPtco0nVWPCrN7n5Xs\r
35         mylaR/xeQPBF+Z/JTiwISvNVp2FWvOt5Ct4iFtDYIDBsEXS5EAuPjoqT4b5bdOp8+W\r
36         /6KKYiSWQpgx4Xmt8ldePncaPz2UBjSLYcaYglmQ=\r
37 Date: Mon, 2 Jan 2012 17:04:17 +0100\r
38 From: piuttosto@logorroici.org\r
39 To: notmuch@notmuchmail.org\r
40 Subject: Info about notmuch database\r
41 Message-ID: <20120102160417.GA15640@edge>\r
42 MIME-Version: 1.0\r
43 Content-Type: text/plain; charset=us-ascii\r
44 Content-Disposition: inline\r
45 User-Agent: Mutt/1.5.21 (2010-09-15)\r
46 X-Mailman-Approved-At: Wed, 11 Jan 2012 18:03:19 -0800\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Mon, 02 Jan 2012 16:30:59 -0000\r
60 \r
61 Hello!\r
62 I like notmuch a lot, so I'm writing a (conceptually) similar software\r
63 about addressbook: it will scan all your emails, storing email addresses\r
64 in a xapian database (you can think of it as little brother database[1] on\r
65 steroids)\r
66 The part that I'd like to re-implement is "notmuch new": it seems that\r
67 in the xapian db there is not only informations about each mail, but\r
68 also the mtime of each directory. My impression is this being "chaotic",\r
69 but probably I am just missing the point.\r
70 \r
71 So, here's the question: how is the db "structured"? is there any\r
72 documentation to look at?\r
73 \r
74 [1] http://www.spinnaker.de/lbdb/\r