about summary refs log tree commit homepage
path: root/Documentation/lei-overview.pod
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2021-03-28 23:11:15 -0400
committerEric Wong <e@80x24.org>2021-03-29 03:15:42 +0000
commit510b02746ca53e80b9bfed82ab589f43e20bacab (patch)
tree9b1d814a5cf1a12973a0655e26d7e063a0c9bb9e /Documentation/lei-overview.pod
parent752f1a1c6c3220911bd11e879b24caf660e24058 (diff)
downloadpublic-inbox-510b02746ca53e80b9bfed82ab589f43e20bacab.tar.gz
Diffstat (limited to 'Documentation/lei-overview.pod')
-rw-r--r--Documentation/lei-overview.pod21
1 files changed, 21 insertions, 0 deletions
diff --git a/Documentation/lei-overview.pod b/Documentation/lei-overview.pod
index c3379caa..7c7337ab 100644
--- a/Documentation/lei-overview.pod
+++ b/Documentation/lei-overview.pod
@@ -20,6 +20,17 @@ L<public-inbox-v2-format(5)>.
 
 Import the messages from an mbox into the local storage.
 
+=item $ lei blob 59ec517f9
+
+Show message with the git blob OID of 59ec517f9.  If a message with
+that OID isn't found, check if the current git repository has the
+blob, trying to reconstruct it from a message if needed.
+
+=item $ lei blob 59ec517f9 | lei mark - -F eml +kw:flagged +L:next
+
+Set the "flagged" keyword and "next" label on the message with the
+blob OID of 59ec517f9.
+
 =back
 
 =head1 EXTERNALS
@@ -69,6 +80,16 @@ thread as a matched message.
 Write mboxcl2-formatted results to t.mbox and enter mutt to view the
 file by invoking C<mutt -f %f>.
 
+=item $ lei q kw:flagged L:next
+
+Search for all flagged messages that also have a "next" label.
+
+=item $ lei p2q HEAD | lei q --stdin -tt -o 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
+directory "mdir" and flagging the messages that were an exact match.
+
 =back
 
 =head1 PERFORMANCE NOTES