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: AS3215 2.0.0.0/16 X-Spam-Status: No, score=-3.3 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out10.migadu.com (out10.migadu.com [IPv6:2001:41d0:2:e8e3::]) (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 57B071F9F3 for ; Sun, 31 Oct 2021 16:33:10 +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=1635697984; 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=UbHLwSAHhb+6fuNJGeSjchwGlYhnNPyVyMbm6iuUnz4=; b=w39yM8I7I75VYMg+YM/3sHw45tUMmxAISF/kL2MHtJ42GV+8YrzJme/83C9VvhV84eMcec xgSBnOYz4lLOze9YIXuoPRbxmCl3MN2fu62NVhOVEtVXqHI4vfgQuVfHpKO+8T9HTPNL8v HwLAxHLB5Mm1V5B2JFqTIZ2wNj6DX7wU83TVkY9i7S4LRzi5PeMAhxPwmRwq/PszmMRFZf x3guq1cDlu2ZF89146cRXwshKNVP1dwlRYuRikz54fhVe1Cl+LvTv2PEadAqlX8hR3zkIM OiO+fuURRVuuDQGjQmuf3CHvHQQObwNYTcYBAtjVUDAjcVO6QKY5YqzOX2jkSw== From: Kyle Meyer To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH 1/2] doc: add lei-mail-sync-overview manpage In-Reply-To: <20211031091017.11274-2-e@80x24.org> References: <20211031091017.11274-1-e@80x24.org> <20211031091017.11274-2-e@80x24.org> Date: Sun, 31 Oct 2021 12:32:56 -0400 Message-ID: <878ry917ev.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: > --- a/Documentation/lei-export-kw.pod > +++ b/Documentation/lei-export-kw.pod > @@ -12,6 +12,9 @@ lei export-kw MFOLDER [MFOLDER...] > > C propagates keywords (e.g. C, C, > C, etc.) from lei/store to IMAP folders and/or Maildirs. > +It only works for messages lei knows about (e.g. was used as a > +C, or imported via L, or indexed > +via L. The closing paren is missing here. > --- a/Documentation/lei-index.pod > +++ b/Documentation/lei-index.pod > @@ -20,6 +20,9 @@ Combined with L, C allows Maildir users to > have similar functionality to L by not duplicating > messages into C. > > +Occasional invocations of C > +is recommended to keep indexed messages retrievable. "Occasional invocations ... is" -> "Occasional invocations ... are"? Or perhaps "Occasionally invoking ... is" > +=head1 TYPICAL WORKFLOW > + > + # import mail from a user's IMAP inbox and give it the "inbox" label: > + lei import +L:inbox imaps://user@example.com/INBOX > + > + # dump "inbox" labeled files from the past week to a Maildir > + lei q L:inbox rt:last.week.. -o /tmp/results > + > + # open /tmp/results in your favorite mail agent. If inotify or kevent > + # works, keyword changes (e.g. marking messages as `seen'). Is this part incomplete (maybe "are synchronized" is missing at the end)?