]> Sergey Matveev's repositories - public-inbox.git/blob - Documentation/lei-up.pod
lei rediff: add --drq and --dequote-only
[public-inbox.git] / Documentation / lei-up.pod
1 =head1 NAME
2
3 lei-up - update a saved search
4
5 =head1 SYNOPSIS
6
7 lei up [OPTIONS] OUTPUT
8
9 lei up [OPTIONS] --all[=<local|remote>]
10
11 =head1 DESCRIPTION
12
13 Update the saved search at C<OUTPUT> or all saved searches.
14
15 =head1 OPTIONS
16
17 =over
18
19 =item --all[=<local|remote>]
20
21 C<--all> updates all saved searches (listed in L<lei-ls-search(1)>).
22 C<--all=local> only updates local mailboxes, C<--all=remote> only
23 updates remote mailboxes (currently C<imap://> and C<imaps://>).
24
25 =item --remote-fudge-time=INTERVAL
26
27 Look for mail older than the time of the last successful query.
28 Using a small interval will reduce bandwidth use.  A larger
29 interval reduces the likelyhood of missing a result due to MTA
30 delays or downtime.
31
32 The time(s) of the last successful queries are the C<lastresult>
33 values visible from L<lei-edit-search(1)>.
34
35 Date formats understood by L<git-rev-parse(1)> may be used.
36 e.g C<1.hour> or C<3.days>
37
38 Default: 2.days
39
40 =back
41
42 The following options, described in L<lei-q(1)>, are supported.
43
44 =over
45
46 =item --lock=METHOD
47
48 =item --alert=CMD
49
50 =item --mua=CMD
51
52 This option is incompatible with C<--all>.
53
54 =back
55
56 =head1 CONTACT
57
58 Feedback welcome via plain-text mail to L<mailto:meta@public-inbox.org>
59
60 The mail archives are hosted at L<https://public-inbox.org/meta/>
61 and L<http://4uok3hntl7oi7b4uf4rtfwefqeexfzil2w6kgk2jn5z2f764irre7byd.onion/meta/>
62
63 =head1 COPYRIGHT
64
65 Copyright 2021 all contributors L<mailto:meta@public-inbox.org>
66
67 License: AGPL-3.0+ L<https://www.gnu.org/licenses/agpl-3.0.txt>
68
69 =head1 SEE ALSO
70
71 L<lei-q(1)>, L<lei-ls-search(1)>, L<lei-edit-search(1)>,
72 L<lei-forget-search(1)>