]> Sergey Matveev's repositories - public-inbox.git/commitdiff
doc: lei: use /tmp for search results pathnames
authorEric Wong <e@80x24.org>
Wed, 28 Apr 2021 04:51:05 +0000 (04:51 +0000)
committerEric Wong <e@80x24.org>
Wed, 28 Apr 2021 19:30:45 +0000 (19:30 +0000)
This drives the point home about results being volatile
and discardable.

Documentation/lei-overview.pod
Documentation/lei-q.pod

index 70dbf2b52a29cbcab15dd2f93bd934379d30d4a2..6b5fa7215e50e97f062c9ade6f2bb20d370a96f8 100644 (file)
@@ -82,7 +82,7 @@ Search for messages whose subject includes "lei" and "skeleton".
 Do the same, but also report unmatched messages that are in the same
 thread as a matched message.
 
-=item $ lei q -t -o mdir --mua=mutt s:lei s:skeleton
+=item $ lei q -t -o /tmp/mdir --mua=mutt s:lei s:skeleton
 
 Write results to a Maildir at "mdir".  Mutt will be invoked
 to open mfolder (C<mutt -f %f>) while results are being fetched
@@ -92,7 +92,7 @@ and written.
 
 Search for all flagged messages that also have a "next" label.
 
-=item $ lei p2q HEAD | lei q --stdin -tt -o mdir
+=item $ lei p2q HEAD | lei q --stdin -tt -o /tmp/mdir
 
 Search for messages that have post-image git blob IDs that match those
 of the current repository's HEAD commit, writing them to the Maildir
index a84fc440552e0afed795a17bd415d71271b7ecdb..b938746ae9fd1503cfcc602740492f7d8ed91da7 100644 (file)
@@ -31,9 +31,9 @@ Read search terms from stdin.
 Warning: this clobbers and overwrites the output destination unless
 L</-a, --augment> is specified.
 
-Destination for results (e.g., C<path/to/Maildir>,
+Destination for results (e.g., C</tmp/results-Maildir>,
 C<imaps://user@mail.example.com/INBOX.test>, or
-C<mboxcl2:path/to/mbox>).  The prefix may be a supported protocol:
+C<mboxcl2:/tmp/results-mboxcl2>).  The prefix may be a supported protocol:
 C<imap://> or C<imaps://>.  URLs requiring
 authentication must use L<netrc(5)> and/or L<git-credential(1)> to
 fill in the username and password.