From: Eric Wong <e@80x24.org>
To: "Jεan Sacren" <sakiwit@gmail.com>
Cc: meta@public-inbox.org
Subject: Re: Read emails in the archive
Date: Thu, 14 Oct 2021 23:06:27 +0000 [thread overview]
Message-ID: <20211014230627.GA8127@dcvr> (raw)
In-Reply-To: <YWixXYKTBVmtSUVK@mail.gmail.com>
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).
next prev parent reply other threads:[~2021-10-14 23:06 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 [this message]
2021-10-15 14:08 ` Eric W. Biederman
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=20211014230627.GA8127@dcvr \
--to=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).