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: AS16276 94.23.0.0/16 X-Spam-Status: No, score=-3.5 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI, RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id A56A21F8C8 for ; Sat, 18 Sep 2021 14:31:50 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1631975507; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=IMp1gWhgLjhRNt4B7BDZuwbR90thSe5P2I+EjRmBAEE=; b=FFcGHclhL0eUmqdXFPxMw/h1YgSdRWFBi+jkXtel73l6NPGVIi5+asOEuiNctK75m5jYzS 7j1rhQDiLO+3sRVhpy8JPhKPjWeA/KWAUMplcABageXRFwBQLf9O61Uy+6+7eCPe0cgJvE GNLF4JQ1SlwWeB26EPOKDd8cLBhSM9oVVESfqx1bM2l84zqNOn3WWhakRSFDRRXb0vlwKb LonwT85oShMdJL2tz6ibM7aNQZMTk0COl1KMYsKpyWDl1Q8/QL7gRXXOdodhIGBBiX5NvY dd05hgOcLpzyIynh5GAUvzk69ihpO10j999wfWapGkpmx0IKUJhz8khuJggDMw== From: Kyle Meyer To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH 9/9] lei up: automatically use dt: for remote externals In-Reply-To: <20210918093332.16054-10-e@80x24.org> References: <20210918093332.16054-1-e@80x24.org> <20210918093332.16054-10-e@80x24.org> Date: Sat, 18 Sep 2021 10:31:37 -0400 Message-ID: <877dfex8dy.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com List-Id: Eric Wong writes: > diff --git a/Documentation/lei-up.pod b/Documentation/lei-up.pod > index e5d97f43..4dc6d3b8 100644 > --- a/Documentation/lei-up.pod > +++ b/Documentation/lei-up.pod > @@ -22,6 +22,21 @@ C<--all> updates all saved searches (listed in L). > C<--all=local> only updates local mailboxes, C<--all=remote> only > updates remote mailboxes (currently C and C). > > +=item --remote-fudge-time=INTERVAL > + > +Look for mail older than the time of the last successful query. > +Using a small interval will reduce bandwidth use. A larger > +interval reduces the likelyhood missing a result due to MTA > +delays or downtime. s/likelyhood/likelihood of/