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 178DA431FC0 for ; Tue, 9 Feb 2010 02:35:45 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.672 X-Spam-Level: X-Spam-Status: No, score=-0.672 tagged_above=-999 required=5 tests=[AWL=-0.673, 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 khTnin+dOvpR for ; Tue, 9 Feb 2010 02:35:44 -0800 (PST) Received: from homiemail-a12.g.dreamhost.com (caiajhbdcahe.dreamhost.com [208.97.132.74]) by olra.theworths.org (Postfix) with ESMTP id 3A74A431FAE for ; Tue, 9 Feb 2010 02:35:44 -0800 (PST) Received: from sspaeth.de (mtec-hg-docking-1-dhcp-204.ethz.ch [129.132.133.204]) by homiemail-a12.g.dreamhost.com (Postfix) with ESMTPA id 37DDA714070; Tue, 9 Feb 2010 02:35:42 -0800 (PST) Received: by sspaeth.de (sSMTP sendmail emulation); Tue, 09 Feb 2010 11:35:40 +0100 From: "Sebastian Spaeth" To: Carl Worth , 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 11:35:39 +0100 Message-ID: <87fx5a7l38.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 10:35:45 -0000 On Mon, 08 Feb 2010 13:36:14 -0800, Carl Worth wrote: > -NOTMUCH_THREAD_ID_SQUELCH='s/thread:................................/thread:XXX/' > +NOTMUCH_THREAD_ID_SQUELCH='s/thread:..................../thread:XXX/' Caught you not running your test suite before submitting v2 of a patch! :-) This still assumes the 20 digit thread ids. Sebastian