Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 961EC6DE1A05 for ; Fri, 3 Apr 2015 16:11:37 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.728 X-Spam-Level: X-Spam-Status: No, score=0.728 tagged_above=-999 required=5 tests=[AWL=0.728] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VkKCWeSg80iI for ; Fri, 3 Apr 2015 16:11:36 -0700 (PDT) Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net [87.98.215.224]) by arlo.cworth.org (Postfix) with ESMTPS id C02896DE19FD for ; Fri, 3 Apr 2015 16:11:35 -0700 (PDT) Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim 4.80) (envelope-from ) id 1YeAjW-0002Mc-Qu; Fri, 03 Apr 2015 23:10:38 +0000 Received: (nullmailer pid 7585 invoked by uid 1000); Fri, 03 Apr 2015 23:10:21 -0000 From: David Bremner To: Tomi Ollila , notmuch@notmuchmail.org Subject: Re: [PATCH] test/thread-order: more robust loop exit in case of broken input In-Reply-To: <1427643036-7171-1-git-send-email-tomi.ollila@iki.fi> References: <1427643036-7171-1-git-send-email-tomi.ollila@iki.fi> User-Agent: Notmuch/0.19+96~g703c8f9 (http://notmuchmail.org) Emacs/24.4.1 (x86_64-pc-linux-gnu) Date: Sat, 04 Apr 2015 08:10:21 +0900 Message-ID: <87twww4xlu.fsf@maritornes.cs.unb.ca> MIME-Version: 1.0 Content-Type: text/plain Cc: tomi.ollila@iki.fi X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.18 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: Fri, 03 Apr 2015 23:11:37 -0000 Tomi Ollila writes: > When creating $THREADS data it may end of not having 'None' at all > or the numbers in line output yields a loop. > pushed, d