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-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED 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 CD3471F66E; Fri, 28 Aug 2020 04:22:34 +0000 (UTC) Date: Fri, 28 Aug 2020 04:22:34 +0000 From: Eric Wong To: meta@public-inbox.org Subject: Re: [PATCH 8/8] doc: watch: expand on NNTP and IMAP-specific knobs Message-ID: <20200828042234.GA5119@dcvr> References: <20200827121706.4545-1-e@yhbt.net> <20200827121706.4545-9-e@yhbt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200827121706.4545-9-e@yhbt.net> List-Id: Eric Wong wrote: > --- a/Documentation/public-inbox-watch.pod > +++ b/Documentation/public-inbox-watch.pod > @@ -78,7 +78,12 @@ public-inbox 1.6.0 supports C, C, > C and C URLs: > > watch = nntp://news.example.com/inbox.test.group > - watch = imaps://mail.example.com/INBOX.test.foo > + watch = imaps://user@mail.example.com/INBOX.test.foo > + That exceeds 80 columns (I only ran "make check-run", not "make check" :x). Will squash this in: diff --git a/Documentation/public-inbox-watch.pod b/Documentation/public-inbox-watch.pod index 39b8ac06..f3e622b0 100644 --- a/Documentation/public-inbox-watch.pod +++ b/Documentation/public-inbox-watch.pod @@ -78,7 +78,7 @@ public-inbox 1.6.0 supports C, C, C and C URLs: watch = nntp://news.example.com/inbox.test.group - watch = imaps://user@mail.example.com/INBOX.test.foo + watch = imaps://user@mail.example.com/INBOX.test This may be specified multiple times to combine several mailboxes into a single public-inbox. URLs requiring authentication