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,AWL,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 AC39C1F4BD; Tue, 8 Oct 2019 22:41:04 +0000 (UTC) Date: Tue, 8 Oct 2019 22:41:04 +0000 From: Eric Wong To: "Eric W. Biederman" Cc: Alyssa Ross , meta@public-inbox.org Subject: Re: Do I need multiple publicinbox..address values? Message-ID: <20191008224104.GA24142@dcvr> References: <87imp05hlm.fsf@alyssa.is> <20191008001050.rwd7bh7cek7qrydi@dcvr> <87wodfctwd.fsf@x220.int.ebiederm.org> <20191008221108.3wsso25kviiwd7ek@dcvr> <87wodec1um.fsf@x220.int.ebiederm.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <87wodec1um.fsf@x220.int.ebiederm.org> List-Id: "Eric W. Biederman" wrote: > my $tracker = PublicInbox::IMAPTracker->new(); Thanks. What's PublicInbox::IMAPTracker? > for (;;imap_sleep()) { > # Run fetch_mail in it's own separate process so > # that if something goes wrong the process exits > # and everything cleans up properly. > # > # Running fetch_mail in an eval block is not enough > # to prevent leaks of locks and other resources. I was thinking along the same lines :) The rest looked good and it's definitely something I can work with to get supportable in a way that reuses git's credential system and configs.