From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-3.4 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, RP_MATCHES_RCVD shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: meta@public-inbox.org Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 5F1BB20469 for ; Sat, 9 Apr 2016 09:15:03 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] initial importer work Date: Sat, 9 Apr 2016 09:14:54 +0000 Message-Id: <20160409091457.14741-1-e@80x24.org> List-Id: There's more in the 'import' branch, but I think the following three are appropriate for 'master'. There'll be a command-line tool of some sort to handle various flavors of mbox, Maildir, and perhaps PublicInbox::Import can be a documented module for writing importers for other data formats.