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: 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 1E74E1F6A9 for ; Sat, 5 Jan 2019 08:36:50 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] some watch fixes and improvements Date: Sat, 5 Jan 2019 08:36:46 +0000 Message-Id: <20190105083649.27331-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Most notably, -watch now supports a Maildir with multiple lists. (works better with the "watcheader" directive). It should probably resolve symlinks in the future, too; since I seem to recall some weirdness in that + Filesys::Notify::Simple Eric Wong (3): watchmaildir: support multiple inboxes in the same Maildir watchmaildir: get rid of unused spamdir field watchmaildir: normalize Maildir pathnames consistently lib/PublicInbox/WatchMaildir.pm | 71 ++++++++++++++++++++------------- t/watch_maildir.t | 9 +++++ t/watch_maildir_v2.t | 38 ++++++++++++++++-- 3 files changed, 88 insertions(+), 30 deletions(-) -- EW