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=-2.1 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM, RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_DNSWL_HI,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=no autolearn_force=no version=3.4.2 Received: from mail-ed1-x529.google.com (mail-ed1-x529.google.com [IPv6:2a00:1450:4864:20::529]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 27E381F670 for ; Thu, 14 Oct 2021 22:38:36 +0000 (UTC) Received: by mail-ed1-x529.google.com with SMTP id d9so29979551edh.5 for ; Thu, 14 Oct 2021 15:38:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=date:from:to:subject:message-id:mime-version:content-disposition :content-transfer-encoding; bh=3K8KdncYu10IbZ67xpa3DHbYV/eemJkDxyyFwZdrDyU=; b=Y+n8YnfzhfGvSodNv9iCi9KY+f79DF6UKPbOPmqP0eYzrRFFgAKynldhYSU9agDUAE 8/b6ZDWJ0aAFYTOH7u3bJ/TcDyph6bhTndl2AWpHFbt19Mn78ODiD69TPgWYo9O7lFtV DxyhzmTaH/QiiLWGIG84FIVIRtq3c9U1AUhTFS8DE/bWKEUe04n7dr2B1WAUSgRt8oGV fjpa9ZKolUgTX/XGXKM2K9FHSv/IghcW+WCmxssyciQ9n94qiu0Al9LqNjwQLRs6Gm87 Ct6M5yaWHYHNGtqWjTVzht0RmURLJ6ihMvrNYBFqLWPFU/Nu2XftbllFV0gpmQyk+j1W eiLw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition:content-transfer-encoding; bh=3K8KdncYu10IbZ67xpa3DHbYV/eemJkDxyyFwZdrDyU=; b=fk6sqZ+9uQNyd8JXN4lXkQfjUx+5mjN0IbfZCAJC4ArBrFhXPU795YOkz8TAbsuvDw e5v5La3ZzNqZR3nbt2QV1Gdysh/MZSUP4sbLE4cc7rHWl80RDy3KJjjgekwjV+J+uxmo stlplmEAduk0lYUhSEE3teg+T8u5280+UwnBa9WYq55nboMmnPQbFaHK7YaAGByveXVm KuQS9dTaDHN5agCEglo8MnwC5JLYaL1RtCrvVb8FeyLXNFoHiY77Xp38GiXX8dxEwzf3 5jk4nDV2V/KY7r5X3uz09N1Y5ABxOvidCpD1cnH1dxj2X6nGlze0hEPgQJM3KKcxT4wv kx4A== X-Gm-Message-State: AOAM533zaQg0OWW6CVFPsERq5FoJ8Vlrv6rxZA21EG9YQQng2IZYE14V acNQ94UE1MiYhlqe44kTooNya6g/L7Y= X-Google-Smtp-Source: ABdhPJwayDJ6uNt8aSJRGzudeGRtp1B0zPiM42ryQYVemWGMz6tzNa1yVYsdnbvgZ9ihlw+EV03Otg== X-Received: by 2002:a17:906:3411:: with SMTP id c17mr2365318ejb.290.1634251114402; Thu, 14 Oct 2021 15:38:34 -0700 (PDT) Received: from localhost ([185.220.102.243]) by smtp.gmail.com with ESMTPSA id q9sm2801712ejf.70.2021.10.14.15.38.33 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 14 Oct 2021 15:38:33 -0700 (PDT) Date: Thu, 14 Oct 2021 16:38:21 -0600 From: =?utf-8?B?Ss61YW4=?= Sacren To: meta@public-inbox.org Subject: Read emails in the archive Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit List-Id: public-inbox developers, I'm totally new to public-inbox. But I checked out the whole tree and built using the master branch[0]. If I execute this[1]: git clone --mirror http://lore.kernel.org/netdev/0 netdev/git/0.git git clone --mirror http://lore.kernel.org/netdev/1 netdev/git/1.git git clone --mirror http://lore.kernel.org/netdev/2 netdev/git/2.git public-inbox-init -V2 netdev netdev/ http://lore.kernel.org/netdev \ netdev@vger.kernel.org public-inbox-index netdev Will I be able to access all the emails locally using MUA? [0] https://public-inbox.org/public-inbox.git [1] https://lore.kernel.org/netdev/_/text/mirror/ Thank you, -- Jεan Sacren