Re: [notmuch] [PATCH] Switch from random to sequential thread identifiers.
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Tue, 9 Feb 2010 10:07:57 +0000 (11:07 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:36:08 +0000 (09:36 -0800)
67/4147ee0c8324298f73fa32271030189bf1d3c5 [new file with mode: 0644]

diff --git a/67/4147ee0c8324298f73fa32271030189bf1d3c5 b/67/4147ee0c8324298f73fa32271030189bf1d3c5
new file mode 100644 (file)
index 0000000..85eae0c
--- /dev/null
@@ -0,0 +1,63 @@
+Return-Path: <Sebastian@SSpaeth.de>\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 5BEF2431FBD\r
+       for <notmuch@notmuchmail.org>; Tue,  9 Feb 2010 02:08:10 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.745\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.745 tagged_above=-999 required=5\r
+       tests=[AWL=-0.560, BAYES_40=-0.185] autolearn=ham\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 Wf7BFQ4evjBx for <notmuch@notmuchmail.org>;\r
+       Tue,  9 Feb 2010 02:08:09 -0800 (PST)\r
+Received: from homiemail-a24.g.dreamhost.com (caiajhbdcaib.dreamhost.com\r
+       [208.97.132.81])\r
+       by olra.theworths.org (Postfix) with ESMTP id 76254431FAE\r
+       for <notmuch@notmuchmail.org>; Tue,  9 Feb 2010 02:08:09 -0800 (PST)\r
+Received: from sspaeth.de (mtec-hg-docking-1-dhcp-204.ethz.ch\r
+       [129.132.133.204])\r
+       by homiemail-a24.g.dreamhost.com (Postfix) with ESMTPA id A62692C8014\r
+       for <notmuch@notmuchmail.org>; Tue,  9 Feb 2010 02:07:59 -0800 (PST)\r
+Received: by sspaeth.de (sSMTP sendmail emulation);\r
+       Tue, 09 Feb 2010 11:07:57 +0100\r
+From: "Sebastian Spaeth" <Sebastian@SSpaeth.de>\r
+To: notmuch@notmuchmail.org\r
+In-Reply-To: <87sk9araqq.fsf@SSpaeth.de>\r
+References: <87mxzjpl9v.fsf@yoom.home.cworth.org>\r
+       <87eikvpfzl.fsf@yoom.home.cworth.org> <87sk9araqq.fsf@SSpaeth.de>\r
+Date: Tue, 09 Feb 2010 11:07:57 +0100\r
+Message-ID: <87hbpq7mde.fsf@SSpaeth.de>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+Subject: Re: [notmuch] [PATCH] Switch from random to sequential thread\r
+ identifiers.\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: Tue, 09 Feb 2010 10:08:10 -0000\r
+\r
+On Tue, 09 Feb 2010 10:58:53 +0100, Sebastian Spaeth <Sebastian@SSpaeth.de> wrote:\r
+> On Mon, 08 Feb 2010 13:36:14 -0800, Carl Worth <cworth@cworth.org> wrote:\r
+> > diff --git a/lib/database-private.h b/lib/database-private.h\r
+> ...\r
+> > +\r
+> > +    uint64_t last_thread_id;\r
+> \r
+> throws:\r
+> lib/database-private.h:37: error: 'uint64_t' does not name a type\r
+\r
+using "unsigned long long int" works fine though. I think gcc 4.4 does\r
+not include stdint by default anymore in C++ or something...\r