Re: [notmuch] Internal error no thread ID
authorOlly Betts <olly@survex.com>
Thu, 28 Jan 2010 10:40:37 +0000 (10:40 +0000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:36:04 +0000 (09:36 -0800)
52/39dc13c93f4aaddb1279d658a101ba8d221bd2 [new file with mode: 0644]

diff --git a/52/39dc13c93f4aaddb1279d658a101ba8d221bd2 b/52/39dc13c93f4aaddb1279d658a101ba8d221bd2
new file mode 100644 (file)
index 0000000..5ee5529
--- /dev/null
@@ -0,0 +1,68 @@
+Return-Path: <gmn-notmuch@m.gmane.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 84CE0431FD5\r
+       for <notmuch@notmuchmail.org>; Thu, 28 Jan 2010 02:41:06 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.845\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.845 tagged_above=-999 required=5\r
+       tests=[AWL=-0.661, BAYES_40=-0.185, WEIRD_PORT=0.001] autolearn=no\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 yn7o04Oid5Dc for <notmuch@notmuchmail.org>;\r
+       Thu, 28 Jan 2010 02:41:06 -0800 (PST)\r
+Received: from lo.gmane.org (lo.gmane.org [80.91.229.12])\r
+       by olra.theworths.org (Postfix) with ESMTP id 134BC431FBC\r
+       for <notmuch@notmuchmail.org>; Thu, 28 Jan 2010 02:41:06 -0800 (PST)\r
+Received: from list by lo.gmane.org with local (Exim 4.69)\r
+       (envelope-from <gmn-notmuch@m.gmane.org>) id 1NaRo5-0005In-F9\r
+       for notmuch@notmuchmail.org; Thu, 28 Jan 2010 11:41:01 +0100\r
+Received: from ip-118-90-138-203.xdsl.xnet.co.nz ([118.90.138.203])\r
+       by main.gmane.org with esmtp (Gmexim 0.1 (Debian))\r
+       id 1AlnuQ-0007hv-00\r
+       for <notmuch@notmuchmail.org>; Thu, 28 Jan 2010 11:41:01 +0100\r
+Received: from olly by ip-118-90-138-203.xdsl.xnet.co.nz with local (Gmexim\r
+       0.1 (Debian)) id 1AlnuQ-0007hv-00\r
+       for <notmuch@notmuchmail.org>; Thu, 28 Jan 2010 11:41:01 +0100\r
+X-Injected-Via-Gmane: http://gmane.org/\r
+To: notmuch@notmuchmail.org\r
+From: Olly Betts <olly@survex.com>\r
+Date: Thu, 28 Jan 2010 10:40:37 +0000 (UTC)\r
+Lines: 12\r
+Message-ID: <slrnhm2qd6.4h6.olly@msgid.survex.com>\r
+References: <20100127092144.GA12335@cab>\r
+X-Complaints-To: usenet@ger.gmane.org\r
+X-Gmane-NNTP-Posting-Host: ip-118-90-138-203.xdsl.xnet.co.nz\r
+User-Agent: slrn/pre1.0.0-11 (Linux)\r
+Sender: news <news@ger.gmane.org>\r
+Subject: Re: [notmuch] Internal error no thread ID\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: Thu, 28 Jan 2010 10:41:06 -0000\r
+\r
+On 2010-01-27, Matthias Teege wrote:\r
+> Internal error: Message with document ID of 62004 has no thread ID.\r
+>  (lib/message.cc:353).\r
+>\r
+> Is it possible to get the filename for the document 62004?\r
+\r
+You can get it from the database using Xapian's delve utility:\r
+\r
+delve -d -r62004 /PATH/TO/XAPIAN-DATABASE\r
+\r
+Cheers,\r
+    Olly\r
+\r