From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:267::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms12 with LMTPS id cEwjEYN9wmAZdAAAsNZ9tg (envelope-from ) for ; Thu, 10 Jun 2021 21:00:51 +0000 Received: from out0.migadu.com ([2001:41d0:2:267::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id OOeCIX99wmAPTQAA1q6Kng (envelope-from ) for ; Thu, 10 Jun 2021 21:00:47 +0000 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=1623358847; 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=AYhZJcQsL/h2e7D4fVTgzGcCSkk+P+zQNBQMP9UKUOc=; b=IxPgbu9h8aaM9utu6hE5YQdwm+GhWocBOu9OmwhjLaRxtvDZAkAgb3Z7qKhmFgdu6LbgOx 9Lwf9/iBT6GjkoLBaYFJB61+LZKSA+eexNsQOyCvQDI5+aVPMqHQJNSsezgufwRtZb4BUL yeH8BiZB68uDMjmjLw9f7009VWgMv09Mlww5z+VPwkU5LkCECa0oqyQMRLHdob2W4Q0h4o dhR/vuVynDJ+D8XMm6d5q5PMwjqZGdKZ7WQk2tstJrhn9yVad4gUClxTixIfgtm3PO/ZUZ s0dQGjfAUl66AhbJvlrXLfOnsdzMwYTtzMZWgMi3xmkrTFpfFBHyz7Y5OfzxUw== From: Kyle Meyer To: Xinglu Chen Cc: piem@inbox.kyleam.com Subject: Re: [PATCH 4/4] Support reading inboxes from ~/.public-inbox/config In-Reply-To: <87y2bhplbk.fsf@yoctocell.xyz> References: <20210610185943.14155-1-kyle@kyleam.com> <20210610185943.14155-5-kyle@kyleam.com> <87y2bhplbk.fsf@yoctocell.xyz> Date: Thu, 10 Jun 2021 17:00:45 -0400 Message-ID: <87a6nxfn9e.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com X-TUID: LBER1LVmFTD2 Xinglu Chen writes: > BTW, I saw that you recently added an interface for lei, excited to try > it out! Great, thanks in advance. Any feedback would be very appreciated. It's pretty bare-bones at the moment but seems to work okay for local searching. I'd like to eventually use it to track public-inbox archives that I currently follow in Gnus. There's probably lots of polish missing for that to be pleasant, but the main thing that's needed is the ability to mark a message as read, but (unless I missed something) lei doesn't yet support that for local externals: https://public-inbox.org/meta/20210224204950.GA2076@dcvr https://public-inbox.org/meta/20210326103103.GA561@dcvr