]> Sergey Matveev's repositories - public-inbox.git/blob - Documentation/lei-up.pod
doc: lei-lcat: document --stdin behavior
[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 =back
26
27 The following options, described in L<lei-q(1)>, are supported.
28
29 =over
30
31 =item --lock=METHOD
32
33 =item --alert=CMD
34
35 =item --mua=CMD
36
37 This option is incompatible with C<--all>.
38
39 =back
40
41 =head1 CONTACT
42
43 Feedback welcome via plain-text mail to L<mailto:meta@public-inbox.org>
44
45 The mail archives are hosted at L<https://public-inbox.org/meta/>
46 and L<http://4uok3hntl7oi7b4uf4rtfwefqeexfzil2w6kgk2jn5z2f764irre7byd.onion/meta/>
47
48 =head1 COPYRIGHT
49
50 Copyright 2021 all contributors L<mailto:meta@public-inbox.org>
51
52 License: AGPL-3.0+ L<https://www.gnu.org/licenses/agpl-3.0.txt>
53
54 =head1 SEE ALSO
55
56 L<lei-q(1)>, L<lei-ls-search(1)>, L<lei-edit-search(1)>,
57 L<lei-forget-search(1)>