Eric Wong <[email protected]> writes: > Jεan Sacren <[email protected]> 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 \ >> [email protected] >> 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 -- unsubscribe: one-click, see List-Unsubscribe header archive: https://public-inbox.org/meta/
