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.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, T_SCC_BODY_TEXT_LINE 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 686951F54E; Sat, 10 Sep 2022 19:51:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1662839485; bh=roWLOnFOcbSaQYlAybI3bCynUZopPie21SMRpgj0rKc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=p5BRapLppp2Ep9TwZLV+5+mE72+DufO+Lm5m5z6Ch/2syBjyr0+FGj0/CpBq3+hmG ZrBnfOPHZnor2zT7618rw1I54lvGvD/nNe3IbMzDNFrd+KvHTVFEL7PMLA0pVticT5 46GVc5b/4lV8TTycNViwp4vDdndxuUj1dsvO/QGI= Date: Sat, 10 Sep 2022 19:50:12 +0000 From: Eric Wong To: Ricardo Ribalda Cc: meta@public-inbox.org Subject: Re: [PATCH v2] lei: bail out earlier on IMAP writer failures Message-ID: <20220910195012.M987266@dcvr> References: <20220909174410.M560915@dcvr> <20220910011859.M68532@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: List-Id: Ricardo Ribalda wrote: > Similar output: Oh, wait, did you run `lei daemon-kill' after applying the patch? That's needed to reload the code, I'll try to make it either auto-reload or warn users in the future. Thanks.