Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id EBAD6431FBC for ; Tue, 9 Feb 2010 01:59:06 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.63 X-Spam-Level: X-Spam-Status: No, score=-0.63 tagged_above=-999 required=5 tests=[AWL=-0.631, BAYES_50=0.001] autolearn=ham Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6SqtkIaEH3tq for ; Tue, 9 Feb 2010 01:59:06 -0800 (PST) Received: from homiemail-a17.g.dreamhost.com (caiajhbdcbbj.dreamhost.com [208.97.132.119]) by olra.theworths.org (Postfix) with ESMTP id 4031B431FAE for ; Tue, 9 Feb 2010 01:59:06 -0800 (PST) Received: from sspaeth.de (mtec-hg-docking-1-dhcp-204.ethz.ch [129.132.133.204]) by homiemail-a17.g.dreamhost.com (Postfix) with ESMTPA id 48E1D7A8069 for ; Tue, 9 Feb 2010 01:59:03 -0800 (PST) Received: by sspaeth.de (sSMTP sendmail emulation); Tue, 09 Feb 2010 10:58:53 +0100 From: "Sebastian Spaeth" To: notmuch@notmuchmail.org In-Reply-To: <87eikvpfzl.fsf@yoom.home.cworth.org> References: <87mxzjpl9v.fsf@yoom.home.cworth.org> <87eikvpfzl.fsf@yoom.home.cworth.org> Date: Tue, 09 Feb 2010 10:58:53 +0100 Message-ID: <87sk9araqq.fsf@SSpaeth.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] [PATCH] Switch from random to sequential thread identifiers. X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2010 09:59:07 -0000 On Mon, 08 Feb 2010 13:36:14 -0800, Carl Worth wrote: > diff --git a/lib/database-private.h b/lib/database-private.h ... > + > + uint64_t last_thread_id; throws: lib/database-private.h:37: error: 'uint64_t' does not name a type Is it just me, or have I made an error in applying this patch? spaetz