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 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 F1AB01F66E for ; Thu, 27 Aug 2020 12:17:06 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/8] mostly watch-related odds and ends Date: Thu, 27 Aug 2020 12:16:58 +0000 Message-Id: <20200827121706.4545-1-e@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Mostly stuff around -watch, I've finally decided NNTP and IMAP client support aren't as horrible-to-configure as I was imagining. Well, maybe, at least I'm finding it somewhat useful... One problem I've been trying to avoid is having excessive, overwhelming amounts of documentation. I tend to get overwhelmed myself when learning new things, too. Moving the watch-only stuff out of the config manpage seems like a step in the right direction in that regard. Eric Wong (8): watchmaildir: ensure I:/W:/E: prefixes in warnings imaptracker: preserve WAL journal_mode if set by user overidx: inline create_ghost sub doc: document graceful shutdown signals doc: speling fickses watch: imap: only remove \Seen spam doc: move watch config docs to -watch manpage doc: watch: expand on NNTP and IMAP-specific knobs Documentation/public-inbox-config.pod | 38 ++-------- Documentation/public-inbox-edit.pod | 2 +- Documentation/public-inbox-purge.pod | 2 +- Documentation/public-inbox-tuning.pod | 2 +- Documentation/public-inbox-watch.pod | 100 +++++++++++++++++++++++--- lib/PublicInbox/IMAPTracker.pm | 7 +- lib/PublicInbox/OverIdx.pm | 23 +++--- lib/PublicInbox/WatchMaildir.pm | 31 +++++--- t/over.t | 4 +- 9 files changed, 135 insertions(+), 74 deletions(-)