diff options
author | June McEnroe <june@causal.agency> | 2021-06-05 15:57:32 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-06-05 15:57:32 -0400 |
commit | 2ed06d33b75c170d997a55de6543b9e206fbf92b (patch) | |
tree | 7fb2dbe648aaefd70cdda838aa899def31eb59c7 /git-fetch-email.1 | |
parent | Replace freenode with tilde.chat (diff) | |
download | imbox-2ed06d33b75c170d997a55de6543b9e206fbf92b.tar.gz imbox-2ed06d33b75c170d997a55de6543b9e206fbf92b.zip |
Add -H flag to fetch only headers
Basically to quickly test which messages are getting matched without having to scroll through their bodies.
Diffstat (limited to '')
-rw-r--r-- | git-fetch-email.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/git-fetch-email.1 b/git-fetch-email.1 index 7b3be53..fcf2ed5 100644 --- a/git-fetch-email.1 +++ b/git-fetch-email.1 @@ -1,4 +1,4 @@ -.Dd February 24, 2021 +.Dd June 5, 2021 .Dt GIT-FETCH-EMAIL 1 .Os . @@ -9,7 +9,7 @@ .Sh SYNOPSIS .Nm git .Cm fetch-email -.Op Fl Uaisv +.Op Fl HUaisv .Op Fl C Ar cc .Op Fl F Ar from .Op Fl M Ar mailbox @@ -53,6 +53,9 @@ headers. The default is the value of .Cm fetchemail.from . . +.It Fl H , Fl \-headers +Fetch only patch headers. +. .It Fl M Ar mailbox , Fl \-move\-to Ns = Ns Ar mailbox , Fl \-no\-move\-to Move matching patches to .Ar mailbox . |