From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id ABE466DE0BB9 for ; Wed, 10 May 2017 04:39:20 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.005 X-Spam-Level: X-Spam-Status: No, score=-0.005 tagged_above=-999 required=5 tests=[AWL=0.006, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 OYaRpSv7SVEI for ; Wed, 10 May 2017 04:39:20 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 02B516DE0B64 for ; Wed, 10 May 2017 04:39:19 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.84_2) (envelope-from ) id 1d8Pwm-0000f4-Ag; Wed, 10 May 2017 07:38:24 -0400 Received: (nullmailer pid 28564 invoked by uid 1000); Wed, 10 May 2017 11:39:15 -0000 From: David Bremner To: notmuch@freelists.org, notmuch@notmuchmail.org Subject: =?UTF-8?B?djIgb2YgZHJvcCBIVE1MIHRhZ3Mgd2hlbiBpbmRleGluZyA=?= Date: Wed, 10 May 2017 08:39:04 -0300 Message-Id: <20170510113910.28444-1-david@tethera.net> X-Mailer: git-send-email 2.11.0 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 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: Wed, 10 May 2017 11:39:20 -0000 This obsoletes id:20170322112306.12060-1-david@tethera.net Compared to the previous version: - drop test already pushed upstream - add diagram of new state machine - add longer, and hopefully more illuminating comment about how the (new) state machines are encoded - don't create the variable 'current', stick with the existing 'next' as a state index/pointer