]> Sergey Matveev's repositories - public-inbox.git/blob - Documentation/lei-forget-search.pod
adbe76388f38d836e57e3167fe532b4491fc5282
[public-inbox.git] / Documentation / lei-forget-search.pod
1 =head1 NAME
2
3 lei-forget-search - forget saved search
4
5 =head1 SYNOPSIS
6
7 lei forget-search [OPTIONS] OUTPUT
8
9 =head1 DESCRIPTION
10
11 Forget a saved search at C<OUTPUT>.
12
13 =head1 OPTIONS
14
15 =over
16
17 =item --prune[=<local|remote>]
18
19 C<--prune> will forget saved searches if the C<OUTPUT> no longer
20 exists.  C<--prune=local> only prunes local mailboxes,
21 C<--prune=remote> only prunes remote mailboxes (currently
22 C<imap://> and C<imaps://>).
23
24 =back
25
26 =head1 CONTACT
27
28 Feedback welcome via plain-text mail to L<mailto:meta@public-inbox.org>
29
30 The mail archives are hosted at L<https://public-inbox.org/meta/>
31 and L<http://4uok3hntl7oi7b4uf4rtfwefqeexfzil2w6kgk2jn5z2f764irre7byd.onion/meta/>
32
33 =head1 COPYRIGHT
34
35 Copyright 2021 all contributors L<mailto:meta@public-inbox.org>
36
37 License: AGPL-3.0+ L<https://www.gnu.org/licenses/agpl-3.0.txt>
38
39 =head1 SEE ALSO
40
41 L<lei-edit-search(1)>, L<lei-ls-search(1)>, L<lei-up(1)>, L<lei-q(1)>