From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 68A0D1F5AE; Fri, 28 May 2021 09:35:12 +0000 (UTC) Date: Fri, 28 May 2021 09:35:12 +0000 From: Eric Wong To: meta@public-inbox.org Subject: Re: [PATCH 3/6] lei_mail_sync: debug code for uncommitted txn Message-ID: <20210528093512.GA18768@dcvr> References: <20210528000757.20500-1-e@80x24.org> <20210528000757.20500-4-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210528000757.20500-4-e@80x24.org> List-Id: Eric Wong wrote: > --- a/lib/PublicInbox/LeiMailSync.pm > +++ b/lib/PublicInbox/LeiMailSync.pm > @@ -356,4 +356,37 @@ sub forget_folder { > $dbh->do('DELETE FROM folders WHERE fid = ?', undef, $fid); > } > > +sub imap_oid { Oops, that was leftover from a sloppy rebase on my part; should've been in 5/6