unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
From: ebiederm@xmission.com (Eric W. Biederman)
To: Eric Wong <e@80x24.org>
Cc: "Jεan Sacren" <sakiwit@gmail.com>, meta@public-inbox.org
Subject: Re: Read emails in the archive
Date: Fri, 15 Oct 2021 09:08:34 -0500	[thread overview]
Message-ID: <87tuhixtwd.fsf@disp2133> (raw)
In-Reply-To: <20211014230627.GA8127@dcvr> (Eric Wong's message of "Thu, 14 Oct 2021 23:06:27 +0000")

Eric Wong <e@80x24.org> writes:

> Jεan Sacren <sakiwit@gmail.com> wrote:
>> 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?
>
> Not exactly.  You can start:
>
> 	public-inbox-httpd -l 127.0.0.1:8080 -W0
>
> And browse http://127.0.0.1:8080/netdev/
> If you add a newsgroup parameter to the config:
>
> 	git config -f ~/.public-inbox/config \
> 		publicinbox.netdev.newsgroup org.kernel.vger.netdev
>
> You can also start public-inbox-imapd or public-inbox-nntpd
> (-l $HOST:$PORT) to open via your IMAP client or NNTP reader
>
> With public-inbox.git, you can also try lei:
>
> 	lei add-external /path/to/local/netdev
> 	lei q SEARCH_TERMS... -o /tmp/results-Maildir
>
> lei is still a work-in-progress, so it could be on the rough
> side.  "lei q" gets used the most, though, so maybe it's better
> than the rest (and add-external w/o --mirror is trivial).

You can also start public-inbox-nntpd and any MUA that speaks
NNTP can read everything.

Eric

      reply	other threads:[~2021-10-15 14:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-14 22:38 Read emails in the archive Jεan Sacren
2021-10-14 23:06 ` Eric Wong
2021-10-15 14:08   ` Eric W. Biederman [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://public-inbox.org/README

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87tuhixtwd.fsf@disp2133 \
    --to=ebiederm@xmission.com \
    --cc=e@80x24.org \
    --cc=meta@public-inbox.org \
    --cc=sakiwit@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).