Info about notmuch database
authorboyska <piuttosto@logorroici.org>
Wed, 4 Jan 2012 15:49:19 +0000 (15:49 +0000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:41:37 +0000 (09:41 -0800)
99/a57c043bbd57eb10bcd4044931ff8a562e659c [new file with mode: 0644]

diff --git a/99/a57c043bbd57eb10bcd4044931ff8a562e659c b/99/a57c043bbd57eb10bcd4044931ff8a562e659c
new file mode 100644 (file)
index 0000000..fb7bb65
--- /dev/null
@@ -0,0 +1,82 @@
+Return-Path: <piuttosto@logorroici.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id AD0A7429E37\r
+       for <notmuch@notmuchmail.org>; Wed,  4 Jan 2012 08:16:18 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.1\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.1 tagged_above=-999 required=5\r
+       tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id WyohyUYt3KOS for <notmuch@notmuchmail.org>;\r
+       Wed,  4 Jan 2012 08:16:17 -0800 (PST)\r
+X-Greylist: delayed 1615 seconds by postgrey-1.32 at olra;\r
+       Wed, 04 Jan 2012 08:16:17 PST\r
+Received: from sommossa.investici.org (sommossa.investici.org [88.198.59.168])\r
+       (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 607C6429E21\r
+       for <notmuch@notmuchmail.org>; Wed,  4 Jan 2012 08:16:17 -0800 (PST)\r
+Received: from webmail9.autistici.org (localhost [127.0.0.1])\r
+       by sommossa.investici.org (Postfix) with ESMTP id 8E9A75EE81\r
+       for <notmuch@notmuchmail.org>; Wed,  4 Jan 2012 15:49:19 +0000 (UTC)\r
+X-DKIM: Sendmail DKIM Filter v2.8.2 sommossa.investici.org 8E9A75EE81\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=logorroici.org;\r
+       s=stigmate; t=1325692159;\r
+       bh=Rv1Cn9JGnKvJlCEKia6gH0UANt5MhZ2zsNdUR53fpmw=;\r
+       h=MIME-Version:Content-Type:Content-Transfer-Encoding:Date:From:To:\r
+       Subject:Message-ID;\r
+       b=k3cfLZQi3VomaDcdvJXeKSBU0NHsLs2c2/iZJpF9pbRLUoTiBHUQErfJW6eWyUv2k\r
+       zTHD1uzlbS7lW3VNv1w7o36tL3YX9d06m4ztHxkK0c650desR3SP9RV6p2aGDLKXRU\r
+       AaMb9xmucVAiD//4qIqouOJADlcneNF19tgmVqJI=\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=UTF-8;\r
+ format=flowed\r
+Content-Transfer-Encoding: 7bit\r
+Date: Wed, 04 Jan 2012 15:49:19 +0000\r
+From: boyska <piuttosto@logorroici.org>\r
+To: <notmuch@notmuchmail.org>\r
+Subject: Info about notmuch database\r
+Message-ID: <4e39a92bc2136f12ae6924e8878d5d1a@logorroici.org>\r
+X-Sender: piuttosto@logorroici.org\r
+User-Agent: autistici.org webmail\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Wed, 04 Jan 2012 16:16:18 -0000\r
+\r
+Hello!\r
+I like notmuch a lot, so I'm writing a (conceptually) similar software\r
+about addressbook: it will scan all your emails, storing email \r
+addresses\r
+in a xapian database (you can think of it as little brother database[1] \r
+on\r
+steroids)\r
+The part that I'd like to re-implement is "notmuch new": it seems that\r
+in the xapian db there is not only informations about each mail, but\r
+also the mtime of each directory. My impression is this being \r
+"chaotic",\r
+but probably I am just missing the point.\r
+\r
+So, here's the question: how is the db "structured"? is there any\r
+documentation to look at?\r
+\r
+[1] http://www.spinnaker.de/lbdb/\r
+\r
+-- \r
+boyska\r
+GPG: 0x520CE393\r