]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Documentation/lei-forget-search.pod
txt2pre: linkify lei/store => lei-store-format.html
[public-inbox.git] / Documentation / lei-forget-search.pod
index f3f043f93252340c7fd4fc18458c633385865202..5ff526f1f7b170fcee3a567885207cd9efb2329b 100644 (file)
@@ -8,7 +8,22 @@ lei forget-search [OPTIONS] OUTPUT
 
 =head1 DESCRIPTION
 
-Forget a saved search at C<OUTPUT>.
+Forget a saved search at C<OUTPUT>,
+where C<OUTPUT> was supplied for argument of C<lei q -o OUTPUT ...>
+A listing of outputs is available via C<lei ls-search>.
+
+=head1 OPTIONS
+
+=over
+
+=item --prune[=<local|remote>]
+
+C<--prune> will forget saved searches if the C<OUTPUT> no longer
+exists.  C<--prune=local> only prunes local mailboxes,
+C<--prune=remote> only prunes remote mailboxes (currently
+C<imap://> and C<imaps://>).
+
+=back
 
 =head1 CONTACT