summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-05-02 19:27:40 -0400
committerJune McEnroe <june@causal.agency>2020-05-02 19:27:40 -0400
commit9f55fc6d4dda2707e0822cb384977fd5998519e6 (patch)
tree2f5b0606e3d9ea48b55f650594ceb925d497e4d0
parentRewrite git-fetch-email with git rev-parse --parseopt (diff)
downloadimbox-9f55fc6d4dda2707e0822cb384977fd5998519e6.tar.gz
imbox-9f55fc6d4dda2707e0822cb384977fd5998519e6.zip
Remove git am from imbox.1 example
It should have --patch-format=mboxrd but it's clumsy and git-fetch-email
--apply should be used for that anyway.
-rw-r--r--imbox.12
1 files changed, 1 insertions, 1 deletions
diff --git a/imbox.1 b/imbox.1
index 0bd1f09..92872ba 100644
--- a/imbox.1
+++ b/imbox.1
@@ -99,7 +99,7 @@ Read the password from standard input.
 .
 .Sh EXAMPLES
 .Bd -literal
-imbox -T list+imbox@causal.agency june@causal.agency | git am
+imbox -T list+imbox@causal.agency june@causal.agency
 .Ed
 .
 .Sh SEE ALSO
dexJune McEnroe 2020-04-26Include <> around Message-Id in mailto: URLsJune McEnroe 2020-04-26Add link to index on thread pagesJune McEnroe 2020-04-26Fall back to Content-Type name parameter for attachmentsJune McEnroe 2020-04-26Remove margins in article.message headerJune McEnroe 2020-04-26Generate index.atomJune McEnroe 2020-04-26Generate XHTML content in Atom entriesJune McEnroe 2020-04-25Style index pageJune McEnroe 2020-04-25Render index.htmlJune McEnroe 2020-04-25Wrap <summary> replies count in <data>June McEnroe 2020-04-25Accumulate thread envelopes before concatenationJune McEnroe 2020-04-24Free envelope in concatDataJune McEnroe 2020-04-24Use replyTo address in mailto:June McEnroe 2020-04-23Wrap quoted lines in <q>June McEnroe