From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id ICXAMQOu31/IEgAA0tVLHw (envelope-from ) for ; Sun, 20 Dec 2020 20:03:15 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id KK+lLQOu319DfgAAbx9fmQ (envelope-from ) for ; Sun, 20 Dec 2020 20:03:15 +0000 Received: from mail.notmuchmail.org (nmbug.tethera.net [IPv6:2607:5300:201:3100::1657]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (2048 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 45CFA9404E4 for ; Sun, 20 Dec 2020 20:03:14 +0000 (UTC) Received: from nmbug.tethera.net (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id 6FAD829BF6; Sun, 20 Dec 2020 15:03:07 -0500 (EST) Received: from fethera.tethera.net (fethera.tethera.net [IPv6:2607:5300:60:c5::1]) by mail.notmuchmail.org (Postfix) with ESMTP id 8EE1C28535 for ; Sun, 20 Dec 2020 15:03:04 -0500 (EST) Received: by fethera.tethera.net (Postfix, from userid 1001) id 7A24F5FC36; Sun, 20 Dec 2020 15:03:04 -0500 (EST) Received: (nullmailer pid 1400471 invoked by uid 1000); Sun, 20 Dec 2020 20:03:02 -0000 From: David Bremner To: Tomi Ollila , notmuch@notmuchmail.org Subject: Re: [PATCH 3/6] lib: factor out prefix related code to its own file In-Reply-To: References: <20201220121024.1122362-1-david@tethera.net> <20201220121024.1122362-4-david@tethera.net> Date: Sun, 20 Dec 2020 16:03:02 -0400 Message-ID: <874kkgckjt.fsf@tethera.net> MIME-Version: 1.0 Message-ID-Hash: 2EGFFX2YBFPSNSJQV3OGA3ZRLMQNT6TW X-Message-ID-Hash: 2EGFFX2YBFPSNSJQV3OGA3ZRLMQNT6TW X-MailFrom: david@tethera.net X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-notmuch.notmuchmail.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.1 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -0.34 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 2607:5300:201:3100::1657 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Migadu-Queue-Id: 45CFA9404E4 X-Spam-Score: -0.34 X-Migadu-Scanner: scn0.migadu.com X-TUID: Tp8ru+h/BVDO Tomi Ollila writes: > > Good stuff! is this extra line above intentional ? > > (otherwise I did not find anything else, but I may have > got tired looking through the series ;/) > > Tomi Nope, good catch. Dropped the extra whitespace in git. d