1LEI-CONFIG(1) public-inbox user manual LEI-CONFIG(1)
2
3
4
6 lei-config - git-config wrapper for lei configuration file
7
9 lei config [OPTIONS]
10
12 Call git-config(1) with "$XDG_CONFIG_HOME/lei/config" as the
13 configuration file. All "OPTIONS" are passed through, but those that
14 override the configuration file are not permitted.
15
16 All "imap" and "nntp" options may be specified per-host or (if using
17 git 2.26+) with wildcards:
18
19 [imap "imap://*.onion"]
20 proxy = socks5h://127.0.0.1:9050
21
22 [nntp "nntp://example.com"]
23 proxy = socks5h://127.0.0.1:1080
24
25 VARIABLES
26 external.*
27 Managed by lei-add-external(1) and lei-forget-external(1)
28
29 imap.proxy
30 nntp.proxy
31 The "socks5h://" proxy address. Older versions of SOCKS may be
32 supported if there is user demand.
33
34 imap.starttls
35 nntp.starttls
36 Enable or disable STARTTLS on non-imaps:// and non-nntps://
37 hosts. By default, STARTTLS is enabled if available unless
38 connecting to a Tor .onion or localhost.
39
40 imap.compress
41 nntp.compress
42 Enable protocol-level compression. This may be incompatible or
43 broken with some servers.
44
45 Note: Net::NNTP compression support is pending:
46 <https://rt.cpan.org/Ticket/Display.html?id=129967>
47
48 imap.debug
49 nntp.debug
50 Enable debugging output of underlying IMAP and NNTP libraries,
51 currently Mail::IMAPClient and Net::NNTP, respectively. If
52 using imap.proxy or nntp.proxy point to a SOCKS proxy,
53 debugging output for IO::Socket::Socks will be enabled, as
54 well.
55
56 Disabling imap.compress may be required for readability.
57
58 imap.timeout
59 nntp.timeout
60 The read timeout for responses.
61
62 Default: 600 seconds (IMAP); 120 seconds (NNTP)
63
64 imap.fetchBatchSize
65 Number of full messages to fetch at once. Larger values reduce
66 network round trips at the cost of higher memory use,
67 especially when retrieving large messages.
68
69 Small responses for IMAP flags are fetched at 10000 times this
70 value.
71
72 Default: 1
73
74 color.SLOT
75 "quoted", "hdrdefault", "status", "attachment" color slots are
76 supported for the "-f text" and "-f reply" output formats of
77 lei-lcat(1) and lei-q(1).
78
79 Any per-project .git/config, and global ~/.gitconfig files will
80 also be parsed for diff coloring. git diff color slots
81 ("color.diff.SLOT") supported are "new", "old", "meta", "frag",
82 "func", and "context".
83
85 Feedback welcome via plain-text mail to <mailto:meta@public-inbox.org>
86
87 The mail archives are hosted at <https://public-inbox.org/meta/> and
88 <http://4uok3hntl7oi7b4uf4rtfwefqeexfzil2w6kgk2jn5z2f764irre7byd.onion/meta/>
89
91 Copyright 2021 all contributors <mailto:meta@public-inbox.org>
92
93 License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
94
95
96
97public-inbox.git 1993-10-02 LEI-CONFIG(1)