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 7C8CA1F9FD for ; Wed, 10 Mar 2021 13:23:45 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/5] no trash, glossary doc Date: Wed, 10 Mar 2021 13:23:40 +0000 Message-Id: <20210310132345.28283-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: -watch on IMAP now matches Maildir behavior in skipping trashed (deleted) and draft messages. "lei import" now ignores (trashed|deleted) messages, as well; but imports drafts. The glossary is intended to help reduce confusion as more things overlap with different terminology. Eric Wong (5): doc: technical/data_structures: update for EOFpipe watch: IMAP: ignore \Deleted and \Draft messages lei import: simplify Maildir handling lei import: skip trashed Maildir messages doc: start glossary for overlapping concepts Documentation/public-inbox-glossary.pod | 95 +++++++++++++++++++++ Documentation/technical/data_structures.txt | 10 +-- Documentation/txt2pre | 1 + MANIFEST | 1 + Makefile.PL | 3 +- lib/PublicInbox/LeiImport.pm | 8 +- lib/PublicInbox/LeiStore.pm | 6 -- lib/PublicInbox/MdirReader.pm | 1 + lib/PublicInbox/NetReader.pm | 2 + lib/PublicInbox/Watch.pm | 26 +----- t/lei-import-maildir.t | 7 ++ xt/net_writer-imap.t | 44 ++++++++++ 12 files changed, 165 insertions(+), 39 deletions(-) create mode 100644 Documentation/public-inbox-glossary.pod