1LEI-UP(1) public-inbox user manual LEI-UP(1)
2
3
4
6 lei-up - update a saved search
7
9 lei up [OPTIONS] OUTPUT
10
11 lei up [OPTIONS] --all[=<local|remote>]
12
14 Update the saved search at "OUTPUT" or all saved searches.
15
17 --all[=<local|remote>]
18 "--all" updates all saved searches (listed in lei-ls-search(1)).
19 "--all=local" only updates local mailboxes, "--all=remote" only
20 updates remote mailboxes (currently "imap://" and "imaps://").
21
22 --remote-fudge-time=INTERVAL
23 Look for mail older than the time of the last successful query.
24 Using a small interval will reduce bandwidth use. A larger
25 interval reduces the likelihood of missing a result due to MTA
26 delays or downtime.
27
28 The time(s) of the last successful queries are the "lastresult"
29 values visible from lei-edit-search(1).
30
31 Date formats understood by git-rev-parse(1) may be used. e.g
32 "1.hour" or "3.days"
33
34 Default: 2.days
35
36 --no-external
37 --no-local
38 --no-remote
39 These disable the use of all externals, local externals, or remote
40 externals respectively. They are useful during temporary network
41 or mount-point outages.
42
43 Unlike "lei q", these switches override the original "lei q --only"
44 options saved as "lei.q.only".
45
46 The combination "--all=remote --no-remote" is supported for offline
47 use in case a user is updating an IMAP folder on localhost.
48
49 --exclude=LOCATION
50 As with lei-q(1), but may also exclude externals originally
51 specified via "lei q --only".
52
53 --lock=METHOD
54 --alert=CMD
55 --mua=CMD
56 "--lock", "--alert", and "--mua" are all supported and documented
57 in lei-q(1).
58
59 "--mua" is incompatible with "--all".
60
62 Feedback welcome via plain-text mail to <mailto:meta@public-inbox.org>
63
64 The mail archives are hosted at <https://public-inbox.org/meta/> and
65 <http://4uok3hntl7oi7b4uf4rtfwefqeexfzil2w6kgk2jn5z2f764irre7byd.onion/meta/>
66
68 Copyright all contributors <mailto:meta@public-inbox.org>
69
70 License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
71
73 lei-q(1), lei-ls-search(1), lei-edit-search(1), lei-forget-search(1)
74
75
76
77public-inbox.git 1993-10-02 LEI-UP(1)