From 2ed06d33b75c170d997a55de6543b9e206fbf92b Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sat, 5 Jun 2021 15:57:32 -0400 Subject: Add -H flag to fetch only headers Basically to quickly test which messages are getting matched without having to scroll through their bodies. --- git-fetch-email.1 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'git-fetch-email.1') 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 . -- cgit 1.4.1