Man page - lei-add-external(1)
Packages contains this manual
- lei-config(1)
- lei-edit-search(1)
- lei-index(1)
- lei-add-external(1)
- lei-daemon(8)
- lei-rm(1)
- lei-init(1)
- lei-ls-mail-sync(1)
- lei-p2q(1)
- lei-up(1)
- lei-daemon-pid(1)
- lei(1)
- lei-blob(1)
- lei-ls-external(1)
- lei-overview(7)
- lei-mail-diff(1)
- lei-mail-sync-overview(7)
- lei-ls-watch(1)
- lei-rediff(1)
- lei-ls-search(1)
- lei-forget-mail-sync(1)
- lei-lcat(1)
- lei-ls-label(1)
- lei-export-kw(1)
- lei-store-format(5)
- lei-import(1)
- lei-inspect(1)
- lei-daemon-kill(1)
- lei-rm-watch(1)
- lei-mail-formats(5)
- lei-ls-mail-source(1)
- lei-security(7)
- lei-refresh-mail-sync(1)
- lei-forget-search(1)
- lei-convert(1)
- lei-add-watch(1)
- lei-q(1)
- lei-tag(1)
- lei-forget-external(1)
apt-get install lei
Manual
LEI-ADD-EXTERNAL
NAMESYNOPSIS
DESCRIPTION
OPTIONS
MIRRORING
FILES
CONTACT
COPYRIGHT
SEE ALSO
NAME
lei-add-external - add inbox or external index
SYNOPSIS
lei add-external [ OPTIONS ] LOCATION
DESCRIPTION
Configure lei to search against an external (an inbox or external index). When "LOCATION" is an existing local path, it should point to a directory that is a "publicinbox.$NAME.inboxdir" or "extindex.$NAME.topdir" value in ˜/.public-inbox/config.
OPTIONS
--boost=NUMBER
Set priority of a new or existing location.
Default: 0
--mirror=URL
Create "LOCATION" by mirroring the public-inbox at "URL". "LOCATION" will have a Makefile with a "make update" target to update the external.
--epoch=RANGE
Restrict clones of public-inbox-v2-format (5) inboxes to the given range of epochs. The range may be a single non-negative integer or a (possibly open-ended) "LOW..HIGH" range of non-negative integers. "˜" may be prefixed to either (or both) integer values to represent the offset from the maximum possible value.
For example, "--epoch=˜0" alone clones only the latest epoch, "--epoch=˜2.." clones the three latest epochs.
Default: "0..˜0" or 0.. or "..˜0" (all epochs, all three examples are equivalent)
|
-v |
--verbose
Provide more feedback on stderr.
|
-q |
--quiet
Suppress feedback messages.
MIRRORING
--torsocks=auto|no|yes
--no-torsocks
Whether to wrap git (1) and curl (1) commands with torsocks (1).
Default: "auto"
--inbox-version=NUM
Force a public-inbox version (must be 1 or 2).
The following
options are passed to
public-inbox-init
(1):
-j
JOBS,
--jobs=JOBS
-L
LEVEL,
--indexlevel=LEVEL
The following
options are passed to
public-inbox-index
(1):
--batch-size=SIZE
--compact
-j
JOBS,
--jobs=JOBS
--max-size=SIZE
--sequential-shard
--skip-docdata
FILES
The configuration for lei resides at "$XDG_CONFIG_HOME/lei/config".
CONTACT
Feedback welcome via plain-text mail to <mailto:meta@public-inbox.org>
The mail archives are hosted at <https://public-inbox.org/meta/> and <http://4uok3hntl7oi7b4uf4rtfwefqeexfzil2w6kgk2jn5z2f764irre7byd.onion/meta/>
COPYRIGHT
Copyright 2021 all contributors <mailto:meta@public-inbox.org>
License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
SEE ALSO
lei-forget-external (1), lei-ls-external (1), lei-import (1), public-inbox-index (1), public-inbox-extindex (1), public-inbox-extindex-format (5)