]> Sergey Matveev's repositories - public-inbox.git/blob - Documentation/lei-forget-search.pod
No ext_urls
[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 where C<OUTPUT> was supplied for argument of C<lei q -o OUTPUT ...>
13 A listing of outputs is available via C<lei ls-search>.
14
15 =head1 OPTIONS
16
17 =over
18
19 =item --prune[=<local|remote>]
20
21 C<--prune> will forget saved searches if the C<OUTPUT> no longer
22 exists.  C<--prune=local> only prunes local mailboxes,
23 C<--prune=remote> only prunes remote mailboxes (currently
24 C<imap://> and C<imaps://>).
25
26 =back
27
28 =head1 CONTACT
29
30 Feedback welcome via plain-text mail to L<mailto:meta@public-inbox.org>
31
32 The mail archives are hosted at L<https://public-inbox.org/meta/>
33 and L<http://4uok3hntl7oi7b4uf4rtfwefqeexfzil2w6kgk2jn5z2f764irre7byd.onion/meta/>
34
35 =head1 COPYRIGHT
36
37 Copyright 2021 all contributors L<mailto:meta@public-inbox.org>
38
39 License: AGPL-3.0+ L<https://www.gnu.org/licenses/agpl-3.0.txt>
40
41 =head1 SEE ALSO
42
43 L<lei-edit-search(1)>, L<lei-ls-search(1)>, L<lei-up(1)>, L<lei-q(1)>